fdfb2d51a4
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
7 lines
221 B
YAML
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.
|