Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print version information #45

Open
JohnStrunk opened this issue Sep 13, 2018 · 1 comment
Open

Print version information #45

JohnStrunk opened this issue Sep 13, 2018 · 1 comment
Assignees
Labels

Comments

@JohnStrunk
Copy link
Member

Describe the feature you'd like to have.
At startup, the CSI pod should output sufficient version information to tell what version of the software is running.

What is the value to the end user? (why is it a priority?)
In order to facilitate bug reports, we should have a clear display of relevant package and repo versions such that issues can be reproduced.

How will we know we have a good solution? (acceptance criteria)

  • At container startup, the following should be displayed:
    • RPM versions for important packages (at least rpm -qa | grep gluster)
    • The git hash from the CSI repo used to build the driver (probably something like: git describe --dirty --always --tags | sed 's/-/./2' | sed 's/-/./2')

Additional context
I envision this as a shell script that execs the csi driver after print the relevant information

@humblec humblec self-assigned this Sep 14, 2018
@humblec
Copy link
Contributor

humblec commented Sep 14, 2018

@JohnStrunk correct timing, I was already on this in a bit different way :)

@JohnStrunk JohnStrunk added this to the GCS-beta0 milestone Sep 24, 2018
@JohnStrunk JohnStrunk removed this from the GCS-beta0 milestone Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants