cinder/releasenotes/notes/ds8k_async_clone_volume-25232c55da921202.yaml
Jia Min 1d9d7c00b4 DS8K: support clone volume asynchronously
when cloning volume in DS8K, driver doesn't need to wait until
flashcopy finished in some cases, so this patch provides an option
in volume metadata that can be used to tell driver to wait for
flashcopy completed or not.

Implements: blueprint ds8k-async-clone
Change-Id: I51829e7667d3ac148978e1799cecfea1920f838f
2017-10-17 20:04:25 -07:00

7 lines
201 B
YAML

---
features:
- |
Added support for cloning volume asynchronously, it can be enabled by
option async_clone set to true in parameter metadata when creating
volume from volume or snapshot.