Comment 3 for bug 1592451

Revision history for this message
Xing Yang (xing-yang) wrote :

The "force" flag needs to be True because we want to be able to create cgsnapshot when the volumes in the CG are attached (in-use) (We should add a note there for this). Note: The "force" flag is pre-existing for individual snapshot creation, not added for CG. We need to add a condition check in create_snapshots_in_db. If volume status is 'error', we should raise InvalidVolume whether "force" is True or False.