cinder/releasenotes/notes/storpool-revert-to-snapshot-a202358ee16ecb62.yaml
Peter Penchev 0867c4d3e1 Implement revert_to_snapshot() for StorPool.
Use the StorPool API to revert a volume to the specified snapshot
immediately, without deleting and recreating the volume. This also
preserves the volume's metadata, such as e.g. SCSI WWN identifier for
the purposes of recognizing it on VM instances that it has been
previously attached to.

Change-Id: I3b8126cf1706921eac9556add11c558d973cf272
Implements: blueprint storpool-revert-to-snapshot
2024-06-17 21:17:52 +05:30

6 lines
152 B
YAML

---
features:
- |
StorPool driver: implemented revert to snapshot, which happens
immediately i.e. without deleting and recreating the volume.