cinder/releasenotes/notes/group-update-d423eaa18dbcecc1.yaml
Sean McGinnis fdfb2d51a4 Use conditional update for group update and delete
Consistency groups had conditional updating to handle API race
conditions, but the switch to groups did not include that.

Adding conditional update handling for update and delete so we
have the same protection. Also relaxed the restriction on update
to allow updating name or description when in states other than
Available.

Change-Id: I9ddd7e881be23be8b7d37063d87417c47deda9e8
Closes-bug: #1673319
2017-09-07 16:42:00 -05:00

7 lines
221 B
YAML

---
fixes:
- |
Volume group updates of any kind had previously required the group to be
in ``Available`` status. Updates to the group name or
description will now work regardless of the volume group status.