cinder/releasenotes/notes/fix-nfs-revert-to-snap-adc04204b3661d66.yaml
whoami-rajat 862edca0de NFS: Fix generic revert to snapshot flow
While reverting to a snapshot with generic flow, we create a
temporary volume from snapshot and copy data from temporary to the
original volume.
While creating this temporary volume, the snapshot is in 'restoring'
state whereas the remotefs driver only accepts 'available' and
'backing-up' states for this operation.
This patch adds the 'restoring' state to the list of acceptable states.

Closes-Bug: 1946059

Change-Id: Id1e40fd42b88c63dbbba2aaae77c40660ddac4c7
2021-10-05 03:21:27 -04:00

7 lines
142 B
YAML

---
fixes:
- |
NFS driver `bug #1946059
<https://bugs.launchpad.net/cinder/+bug/1946059>`_: Fixed
revert to snapshot operation.