Bug 1741326

Summary: [RFE] Add ability to remove all snapshots asynchronously
Product: Red Hat CloudForms Management Engine Reporter: Fabien Dupont <fdupont>
Component: ProvidersAssignee: Fabien Dupont <fdupont>
Status: CLOSED NOTABUG QA Contact: Sudhir Mallamprabhakara <smallamp>
Severity: medium Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: medium    
Version: 5.11.0CC: dmetzger, jfrey, jhardy, obarenbo
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.12.0Flags: mfeifer: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1767550 (view as bug list) Environment:
Last Closed: 2020-03-20 15:41:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1740881, 1767550    

Description Fabien Dupont 2019-08-14 19:24:10 UTC
Description of problem:

In existing implementation, it's possible to queue a single snapshot removal via 'VmOrTemplate.remove_snapshot_queue'. However, this is not possible to queue the removal of all snapshots, while it's probably going to take longer. It would then be great to have 'VmOrTemplate.remove_all_snapshots_queue' method.

Comment 2 Fabien Dupont 2019-08-14 19:25:26 UTC
https://github.com/ManageIQ/manageiq/pull/19150