cinder/releasenotes/notes/storwize-gmcv-support-8aceee3f40eddb9f.yaml
zhaochy b03992b616 Add gmcv support in SVC driver
SVC Global Mirror with Change Volumes(gmcv) provides asynchronous
replication based on point-in-time copies of data. Two
properties: replication_type="<in> gmcv" and
drivers:cycle_period_seconds=500 in volume type to support replication
volume with gmcv. Here is an example to define a gmcv replication
type: openstack volume type set
--property replication_type="<in> gmcv"
--property replication_enabled='<is> True'
--property drivers:cycle_period_seconds=500
--property volume_backend_name=svc75 SVCGMCVReplicationType

DocImpact
Change-Id: I525f82dccf88bc085825523d7e899143e2190a96
Implements: blueprint gmcv-support-in-svc-driver
2017-06-30 16:21:23 +08:00

8 lines
342 B
YAML

---
features:
- Add global mirror with change volumes(gmcv) support and
user can manage gmcv replication volume by SVC driver.
An example to set a gmcv replication volume type, set
property replication_type as "<in> gmcv", property
replication_enabled as "<is> True" and set
property drivers:cycle_period_seconds as 500.