cinder/releasenotes/notes/attach-format-after-snapshot-9a1857456706aa72.yaml
melanie witt 56abc9d5b9 NFS update volume attachment format during volume snapshot
During a NFS volume snapshot of an attached volume, a QCOW2 snapshot is
created and is made the active volume for the instance. The associated
volume attachment is however not updated, resulting in an unbootable
instance after a stop/start.

This adds an update to the volume format and attachment connection_info
format during the snapshot.

Closes-Bug: #1989514

Change-Id: I3c638dab2f0b5a2128eaeeea533450d7cdfa1577
2024-12-04 18:10:31 +00:00

8 lines
308 B
YAML

fixes:
- |
NFS driver `bug #1989514`_: When creating a snapshot of an attached volume,
the volume attachment format was not updated in its connection_info and
could have resulted in an unbootable guest. This has been fixed.
.. _bug #1989514: https://bugs.launchpad.net/cinder/+bug/1989514