Merge "PowerMax Docs - Incorrect property set on volume group"

This commit is contained in:
Zuul 2021-02-23 22:42:46 +00:00 committed by Gerrit Code Review
commit 3b53c0faf0
1 changed files with 2 additions and 3 deletions

View File

@ -2524,15 +2524,14 @@ To create a consistent group snapshot, set a group-spec, having the key
.. code-block:: console
cinder --os-volume-api-version 3.11 group-type-key GROUP_TYPE set consistent_group_snapshot_enabled="<is> True"
# cinder --os-volume-api-version 3.11 group-type-key GROUP_TYPE set consistent_group_snapshot_enabled="<is> True"
Similarly the same key should be set on any volume type which is specified
while creating the group.
.. code-block:: console
# openstack volume type set --property replication_enabled="<is> True" /
POWERMAX_REPLICATION
# openstack volume type set --property consistent_group_snapshot_enabled="<is> True" POWERMAX_GROUP
If this key is not set on the group-spec or volume type, then the generic
volume group will be created/managed by Cinder (not the PowerMax driver).