Bug 1549299

Summary: 500+ VMware snapshots deleted
Product: Red Hat CloudForms Management Engine Reporter: David Luong <dluong>
Component: ProvidersAssignee: Adam Grare <agrare>
Status: CLOSED NOTABUG QA Contact: Dave Johnson <dajohnso>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.8.0CC: cpelland, gblomqui, jfrey, jhardy, obarenbo, rovalent, simaishi
Target Milestone: GA   
Target Release: 5.9.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-05 14:24:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:

Comment 3 CFME Bot 2018-02-27 18:10:40 UTC
New commit detected on ManageIQ/vmware_web_service/master:
https://github.com/ManageIQ/vmware_web_service/commit/640649ce1f2c5f68b27e0ccafac0a70d4f5b3f6f

commit 640649ce1f2c5f68b27e0ccafac0a70d4f5b3f6f
Author:     Adam Grare <agrare>
AuthorDate: Tue Feb 27 12:01:31 2018 -0500
Commit:     Adam Grare <agrare>
CommitDate: Tue Feb 27 13:03:17 2018 -0500

    Enhance logging around snapshot create/delete
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1549299

 lib/VMwareWebService/MiqVimVm.rb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comment 4 CFME Bot 2018-02-27 18:10:45 UTC
New commit detected on ManageIQ/manageiq-smartstate/master:
https://github.com/ManageIQ/manageiq-smartstate/commit/3a6b468cfc1ac097255ce520fad689ce5208d7cb

commit 3a6b468cfc1ac097255ce520fad689ce5208d7cb
Author:     Adam Grare <agrare>
AuthorDate: Tue Feb 27 12:01:00 2018 -0500
Commit:     Adam Grare <agrare>
CommitDate: Tue Feb 27 13:02:56 2018 -0500

    Enhance logging around snapshot create/delete
    
    Log the snapshot ref to INFO for both create and delete
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1549299

 lib/VolumeManager/VolMgrPlatformSupportLinux.rb | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Comment 5 CFME Bot 2018-02-27 19:27:08 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/a475155e43c6368f06cfc12deeac6f80ab48eafe

commit a475155e43c6368f06cfc12deeac6f80ab48eafe
Author:     Adam Grare <agrare>
AuthorDate: Tue Feb 27 12:04:24 2018 -0500
Commit:     Adam Grare <agrare>
CommitDate: Tue Feb 27 13:02:34 2018 -0500

    Enhance logging around remove snapshot operations
    
    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

 app/models/vm_or_template/operations/snapshot.rb | 2 ++
 1 file changed, 2 insertions(+)