You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/cli/data/cinder.csv
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,15 @@ force-delete,volume delete --force,"Attempts force-delete of volume regardless o
44
44
freeze-host,volume host set --disable,Freeze and disable the specified cinder-volume host.
45
45
get-capabilities,volume backend capability show,Show capabilities of a volume backend. Admin only.
46
46
get-pools,volume backend pool list,Show pool information for backends. Admin only.
47
-
group-create,,Creates a group. (Supported by API versions 3.13 - 3.latest)
47
+
group-create,volume group create,Creates a group. (Supported by API versions 3.13 - 3.latest)
48
48
group-create-from-src,,Creates a group from a group snapshot or a source group. (Supported by API versions 3.14 - 3.latest)
49
-
group-delete,,Removes one or more groups. (Supported by API versions 3.13 - 3.latest)
50
-
group-disable-replication,,Disables replication for group. (Supported by API versions 3.38 - 3.latest)
51
-
group-enable-replication,,Enables replication for group. (Supported by API versions 3.38 - 3.latest)
52
-
group-failover-replication,,Fails over replication for group. (Supported by API versions 3.38 - 3.latest)
53
-
group-list,,Lists all groups. (Supported by API versions 3.13 - 3.latest)
54
-
group-list-replication-targets,,Lists replication targets for group. (Supported by API versions 3.38 - 3.latest)
55
-
group-show,,Shows details of a group. (Supported by API versions 3.13 - 3.latest)
49
+
group-delete,volume group delete,Removes one or more groups. (Supported by API versions 3.13 - 3.latest)
50
+
group-disable-replication,volume group set --disable-replication,Disables replication for group. (Supported by API versions 3.38 - 3.latest)
51
+
group-enable-replication,volume group set --enable-replication,Enables replication for group. (Supported by API versions 3.38 - 3.latest)
52
+
group-failover-replication,volume group failover,Fails over replication for group. (Supported by API versions 3.38 - 3.latest)
53
+
group-list,volume group list,Lists all groups. (Supported by API versions 3.13 - 3.latest)
54
+
group-list-replication-targets,volume group list --replication-targets,Lists replication targets for group. (Supported by API versions 3.38 - 3.latest)
55
+
group-show,volume group show,Shows details of a group. (Supported by API versions 3.13 - 3.latest)
56
56
group-snapshot-create,,Creates a group snapshot. (Supported by API versions 3.14 - 3.latest)
57
57
group-snapshot-delete,,Removes one or more group snapshots. (Supported by API versions 3.14 - 3.latest)
58
58
group-snapshot-list,,Lists all group snapshots. (Supported by API versions 3.14 - 3.latest)
@@ -65,7 +65,7 @@ group-type-key,,Sets or unsets group_spec for a group type. (Supported by API ve
65
65
group-type-list,,Lists available 'group types'. (Admin only will see private types) (Supported by API versions 3.11 - 3.latest)
66
66
group-type-show,,Show group type details. (Supported by API versions 3.11 - 3.latest)
67
67
group-type-update,,Updates group type name description and/or is_public. (Supported by API versions 3.11 - 3.latest)
68
-
group-update,,Updates a group. (Supported by API versions 3.13 - 3.latest)
68
+
group-update,volume group set,Updates a group. (Supported by API versions 3.13 - 3.latest)
69
69
image-metadata,volume set --image-property,Sets or deletes volume image metadata.
0 commit comments