Block Storage v2
Add volume(s) to consistency group.
openstack consistency group add volume
<consistency-group>
<volume> [<volume> ...]
Consistency group to contain <volume> (name or ID)
Volume(s) to add to <consistency-group> (name or ID) (repeat option to add multiple volumes)
Create new consistency group.
openstack consistency group create
--volume-type <volume-type> | --consistency-group-source <consistency-group> | --consistency-group-snapshot <consistency-group-snapshot>
[--description <description>]
[--availability-zone <availability-zone>]
[<name>]
Volume type of this consistency group (name or ID)
Existing consistency group (name or ID)
Existing consistency group snapshot (name or ID)
Description of this consistency group
Availability zone for this consistency group (not available if creating consistency group from source)
Name of new consistency group (default to None)
Delete consistency group(s).
openstack consistency group delete
[--force]
<consistency-group> [<consistency-group> ...]
Allow delete in state other than error or available
Consistency group(s) to delete (name or ID)
List consistency groups.
openstack consistency group list
[--all-projects]
[--long]
Show detail for all projects. Admin only. (defaults to False)
List additional fields in output
Remove volume(s) from consistency group.
openstack consistency group remove volume
<consistency-group>
<volume> [<volume> ...]
Consistency group containing <volume> (name or ID)
Volume(s) to remove from <consistency-group> (name or ID) (repeat option to remove multiple volumes)
Set consistency group properties.
openstack consistency group set
[--name <name>]
[--description <description>]
<consistency-group>
New consistency group name
New consistency group description
Consistency group to modify (name or ID)
Display consistency group details.
openstack consistency group show
<consistency-group>
Consistency group to display (name or ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.