53c13891b3
A temporary volume can be deleted while it is in use by DELETE API accidentally because its status is `available`. To avoid this deletion, this fix sets a value which doesn't accept deletion to volume status of a temporary volume. When a temporary volume is used for backing up, `backing-up` is set. When a temporary volume is used for reverting a snapshot, `in-use` is set because the volume is attached by a host. Closes-Bug: #1970768 Change-Id: Ib6a2e4d68e532b91161df5245c17ce815f12f935
7 lines
238 B
YAML
7 lines
238 B
YAML
---
|
|
fixes:
|
|
- |
|
|
`Bug #1970768 <https://bugs.launchpad.net/cinder/+bug/1970768>`_: Fixed
|
|
status of temporary volumes when creating backups and reverting to a
|
|
snapshot, preventing accidental manual deletion of those resources.
|