-
Notifications
You must be signed in to change notification settings - Fork 897
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
Enhance logging around remove snapshot operations #17057
Conversation
Prior to removing a snapshot log the id, uid_ems, ems_ref, name, and description to aid in diagnosing errors. https://bugzilla.redhat.com/show_bug.cgi?id=1549299
0b46488
to
a475155
Compare
Checked commit agrare@a475155 with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
👍
With these three PRs in place we will see:
Any vm_remove_snapshot operation (e.g. remove_unused_evm_snapshots):
And at the VimBroker level we log the exact options that will be passed to vSphere for CreateSnapshot_Task and RemoveSnapshot_Task:
|
Enhance logging around remove snapshot operations (cherry picked from commit 071270a)
Fine backport details:
|
Enhance logging around remove snapshot operations (cherry picked from commit 071270a) https://bugzilla.redhat.com/show_bug.cgi?id=1559546
Gaprindashvili backport details:
|
Enhance logging around remove snapshot operations (cherry picked from commit 071270a)
Prior to removing a snapshot log the id, uid_ems, ems_ref, name, and
description to aid in diagnosing errors.
Related:
Enhance logging around snapshot create/delete vmware_web_service#34Enhance logging around snapshot create/delete manageiq-smartstate#56https://bugzilla.redhat.com/show_bug.cgi?id=1549299https://bugzilla.redhat.com/show_bug.cgi?id=1559516