consistency group¶
Block Storage v2
consistency group create¶
Create new consistency group.
os 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
<volume-type>
¶ Volume type of this consistency group (name or ID)
-
--consistency-group-source
<consistency-group>
¶ Existing consistency group (name or ID)
-
--consistency-group-snapshot
<consistency-group-snapshot>
¶ Existing consistency group snapshot (name or ID)
-
--description
<description>
¶ Description of this consistency group
-
--availability-zone
<availability-zone>
¶ Availability zone for this consistency group (not available if creating consistency group from source)
-
<name>
Name of new consistency group (default to None)
consistency group delete¶
Delete consistency group(s).
os consistency group delete
[--force]
<consistency-group> [<consistency-group> ...]
-
--force
¶
Allow delete in state other than error or available
-
<consistency-group>
Consistency group(s) to delete (name or ID)
consistency group list¶
List consistency groups.
os consistency group list
[--all-projects]
[--long]
-
--all-projects
¶
Show detail for all projects. Admin only. (defaults to False)
-
--long
¶
List additional fields in output
consistency group set¶
Set consistency group properties.
-
--name
<name>
¶ New consistency group name
-
--description
<description>
¶ New consistency group description
-
<consistency-group>
Consistency group to modify (name or ID)
consistency group show¶
Display consistency group details.
os consistency group show
<consistency-group>
-
<consistency-group>
Consistency group to display (name or ID)