cinder/releasenotes/notes/storwize-disable-create-volume-with-non-cgsnap-group-6cba8073e3d6cadd.yaml
yixuanzhang b03a236181 Storwize: disable creating volume with non cg_snapshot group_id
Currently, creating a volume with replication group_id, the volume
creates successfully, but it isn't added to storwize replication group.
Creating a volume with hyperswap group_id has the same problem.
Since adding a volume to a replication group immediately follow the
volume creation may be failed on storwize, this patch disables creating
volume with non cg_snapshot group_id.

Change-Id: Ibf71696740129c254f0c065679fe6422bfa2c633
Closes-Bug:  1729782
2017-12-18 17:49:59 +08:00

5 lines
100 B
YAML

---
features:
- Disable creating volume with non cg_snapshot group_id in
Storwize/SVC driver.