cinder/releasenotes/notes/bugfix-1744692-5aebd0c97ae66407.yaml
Silvan Kaiser 78f2101fc5 Add context to cloning snapshots in remotefs driver
Adds context to _create_cloned_volume method in order
to allow taking a snapshot during cloning. Also saves
the temp_snapshot in order to enable Nova to update the
snapshot state. Destroys the temp_snapshot after usage.
This affects the NFS, WindowsSMBFS, VZStorage and
Quobyte drivers.

Closes-Bug: #1744692

Change-Id: I328a02d0f26e8c3d41ec18a0487da6fd20b39b04
2019-07-10 10:41:15 +02:00

7 lines
247 B
YAML

---
fixes:
- |
Fixes a bug that prevented distributed file system drivers from creating
snapshots during volume clone operations (NFS, WindowsSMBFS, VZstorage
and Quobyte drivers). Fixing this allows creating snapshot based backups.