Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 739422

Summary: net-analyzer/kapacitor - all versions up to (including) 1.5.5 - wrong `--version` output
Product: Gentoo Linux Reporter: Konstantin (Qrator Labs) <kpp+gentoo>
Component: Current packagesAssignee: William Hubbs <williamh>
Status: UNCONFIRMED ---    
Severity: minor CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Konstantin (Qrator Labs) 2020-08-28 14:08:47 UTC
`--version` doesn't contain information about actual version and/or git commit id. HTTP API doesn't provide version also.
It makes it hard to verify what version is currently installed and running, our deploy scripts have to trust portage and sometimes just restart kapacitor for no good reason - to make sure newest version is actually the one that is running.

Reproducible: Always

Steps to Reproduce:
1. # kapacitor version

Actual Results:  
Output:

Kapacitor   (git:  )

Expected Results:  
kapacitor version and git commit should be printed

related: #691168

A fix was provided in https://github.com/gentoo/gentoo/pull/12554/ but got ignored.