-
Notifications
You must be signed in to change notification settings - Fork 542
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
[microshift] Add initial support for backup info #3300
Conversation
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
c1e1bb7
to
1601f41
Compare
sos/report/plugins/microshift.py
Outdated
self.add_forbidden_path('/var/lib/microshift') | ||
if self.path_exists('/var/lib/microshift-backups'): | ||
self.add_copy_spec(['/var/lib/microshift-backups/*/version', | ||
'/var/lib/microshift-backups/health.json']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think @pmtk changed the name of this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done via glob for future proofness
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, pending confirmation of the file name mentioned above.
Signed-off-by: Pablo Acevedo Montserrat <[email protected]>
I like the use of the wildcard, that will mean fewer updates here if we add more metadata files. This looks good to me. |
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines