Merge "docs: Update cinderclient comparison doc"

This commit is contained in:
Zuul 2021-06-16 17:34:02 +00:00 committed by Gerrit Code Review
commit 82318b4137

View File

@ -1,104 +1,146 @@
absolute-limits,limits show --absolute,Lists absolute limits for a user.
availability-zone-list,availability zone list --volume,Lists all availability zones.
backup-create,volume backup create,Creates a volume backup.
backup-delete,volume backup delete,Removes a backup.
backup-export,volume backup record export,Export backup metadata record.
backup-import,volume backup record import,Import backup metadata record.
backup-list,volume backup list,Lists all backups.
backup-reset-state,volume backup set --state,Explicitly updates the backup state.
backup-restore,volume backup restore,Restores a backup.
backup-show,volume backup show,Show backup details.
cgsnapshot-create,consistency group snapshot create,Creates a cgsnapshot.
cgsnapshot-delete,consistency group snapshot delete,Removes one or more cgsnapshots.
cgsnapshot-list,consistency group snapshot list,Lists all cgsnapshots.
cgsnapshot-show,consistency group snapshot show,Shows cgsnapshot details.
consisgroup-create,consistency group create,Creates a consistency group.
consisgroup-create-from-src,consistency group create --consistency-group-snapshot,Creates a consistency group from a cgsnapshot or a source CG
consisgroup-delete,consistency group delete,Removes one or more consistency groups.
consisgroup-list,consistency group list,Lists all consistencygroups.
consisgroup-show,consistency group show,Shows details of a consistency group.
consisgroup-update,consistency group set,Updates a consistencygroup.
create,volume create,Creates a volume.
credentials,WONTFIX,Shows user credentials returned from auth.
delete,volume delete,Removes one or more volumes.
encryption-type-create,volume type create --encryption-provider --enc..,Creates encryption type for a volume type. Admin only.
encryption-type-delete,volume type delete,Deletes encryption type for a volume type. Admin only.
encryption-type-list,volume type list --encryption-type,Shows encryption type details for volume types. Admin only.
encryption-type-show,volume type list --encryption-show,Shows encryption type details for volume type. Admin only.
encryption-type-update,volume type set --encryption-provider --enc..,Update encryption type information for a volume type (Admin Only).
endpoints,catalog list,Discovers endpoints registered by authentication service.
extend,volume set --size,Attempts to extend size of an existing volume.
extra-specs-list,volume type list --long,Lists current volume types and extra specs.
failover-host,volume host failover,Failover a replicating cinder-volume host.
force-delete,volume delete --force,"Attempts force-delete of volume, regardless of state."
freeze-host,volume host set --disable,Freeze and disable the specified cinder-volume host.
get-capabilities,volume backend capability show,Show capabilities of a volume backend. Admin only.
get-pools,volume backend pool list,Show pool information for backends. Admin only.
image-metadata,volume set --image-property,Sets or deletes volume image metadata.
image-metadata-show,volume show,Shows volume image metadata.
list,volume list,Lists all volumes.
manage,volume create --remote-source k=v,Manage an existing volume.
metadata,volume set --property k=v / volume unset --property k,Sets or deletes volume metadata.
metadata-show,volume show,Shows volume metadata.
metadata-update-all,volume set --property k=v,Updates volume metadata.
migrate,volume migrate --host --force-copy --lock-volume <volume>,Migrates volume to a new host.
qos-associate,volume qos associate,Associates qos specs with specified volume type.
qos-create,volume qos create,Creates a qos specs.
qos-delete,volume qos delete,Deletes a specified qos specs.
qos-disassociate,volume qos disassociate,Disassociates qos specs from specified volume type.
qos-disassociate-all,volume qos disassociate --all,Disassociates qos specs from all associations.
qos-get-association,volume qos show,Gets all associations for specified qos specs.
qos-key,volume qos set --property k=v / volume qos unset --property k,Sets or unsets specifications for a qos spec
qos-list,volume qos list,Lists qos specs.
qos-show,volume qos show,Shows a specified qos specs.
quota-class-show,quota show --class,Lists quotas for a quota class.
quota-class-update,quota set --class,Updates quotas for a quota class.
quota-defaults,quota show --default,Lists default quotas for a tenant.
quota-delete,,Delete the quotas for a tenant.
quota-show,quota show,Lists quotas for a tenant.
quota-update,quota set,Updates quotas for a tenant.
quota-usage,,Lists quota usage for a tenant.
rate-limits,limits show --rate,Lists rate limits for a user.
readonly-mode-update,volume set --read-only-mode | --read-write-mode,Updates volume read-only access-mode flag.
rename,volume set --name,Renames a volume.
replication-promote,WONTFIX,Promote a secondary volume to primary for a relationship
replication-reenable,WONTFIX,Sync the secondary volume with primary for a relationship
reset-state,volume set --state,Explicitly updates the volume state.
retype,volume type set --type,Changes the volume type for a volume.
service-disable,volume service set --disable,Disables the service.
service-enable,volume service set --enable,Enables the service.
service-list,volume service list,Lists all services. Filter by host and service binary.
set-bootable,volume set --bootable / --not-bootable,Update bootable status of a volume.
show,volume show,Shows volume details.
snapshot-create,snapshot create,Creates a snapshot.
snapshot-delete,snapshot delete,Remove one or more snapshots.
snapshot-list,snapshot list,Lists all snapshots.
snapshot-manage,volume snapshot create --remote-source <key=value>,Manage an existing snapshot.
snapshot-metadata,snapshot set --property k=v / snapshot unset --property k,Sets or deletes snapshot metadata.
snapshot-metadata-show,snapshot show,Shows snapshot metadata.
snapshot-metadata-update-all,snapshot set --property k=v,Updates snapshot metadata.
snapshot-rename,snapshot set --name,Renames a snapshot.
snapshot-reset-state,snapshot set --state,Explicitly updates the snapshot state.
snapshot-show,snapshot show,Shows snapshot details.
snapshot-unmanage,volume snapshot delete --remote,Stop managing a snapshot.
thaw-host,volume host set --enable,Thaw and enable the specified cinder-volume host.
transfer-accept,volume transfer accept,Accepts a volume transfer.
transfer-create,volume transfer create,Creates a volume transfer.
transfer-delete,volume transfer delete,Undoes a transfer.
transfer-list,volume transfer list,Lists all transfers.
transfer-show,volume transfer show,Show transfer details.
type-access-add,volume type set --project,Adds volume type access for the given project.
type-access-list,volume type show,Print access information about the given volume type.
type-access-remove,volume type unset --project,Removes volume type access for the given project.
type-create,volume type create,Creates a volume type.
type-default,volume type list --default,List the default volume type.
type-delete,volume type delete,Deletes a specified volume type.
type-key,volume type set --property k=v / volume type unset --property k,Sets or unsets extra_spec for a volume type.
type-list,volume type list,Lists available 'volume types'.
type-show,volume type show,Show volume type details.
type-update,volume type set,"Updates volume type name, description, and/or is_public."
unmanage,volume delete --remote,Stop managing a volume.
upload-to-image,image create --volume,Uploads volume to Image Service as an image.
bash-completion,complete,Prints arguments for bash_completion.
help,help,Shows help about this program or one of its subcommands.
list-extensions,extension list --volume,Lists all available os-api extensions.
absolute-limits,limits show --absolute,Lists absolute limits for a user.
api-version,WONTFIX,Display the server API version information.
availability-zone-list,availability zone list --volume,Lists all availability zones.
attachment-complete,,Complete an attachment for a cinder volume. (Supported by API versions 3.44 - 3.latest)
attachment-create,,Create an attachment for a cinder volume. (Supported by API versions 3.27 - 3.latest)
attachment-delete,,Delete an attachment for a cinder volume. (Supported by API versions 3.27 - 3.latest)
attachment-list,,Lists all attachments. (Supported by API versions 3.27 - 3.latest)
attachment-show,,Show detailed information for attachment. (Supported by API versions 3.27 - 3.latest)
attachment-update,,Update an attachment for a cinder volume. (Supported by API versions 3.27 - 3.latest)
backup-create,volume backup create,Creates a volume backup.
backup-delete,volume backup delete,Removes a backup.
backup-export,volume backup record export,Export backup metadata record.
backup-import,volume backup record import,Import backup metadata record.
backup-list,volume backup list,Lists all backups.
backup-reset-state,volume backup set --state,Explicitly updates the backup state.
backup-restore,volume backup restore,Restores a backup.
backup-show,volume backup show,Show backup details.
backup-update,,Updates a backup. (Supported by API versions 3.9 - 3.latest)
cgsnapshot-create,consistency group snapshot create,Creates a cgsnapshot.
cgsnapshot-delete,consistency group snapshot delete,Removes one or more cgsnapshots.
cgsnapshot-list,consistency group snapshot list,Lists all cgsnapshots.
cgsnapshot-show,consistency group snapshot show,Shows cgsnapshot details.
cluster-disable,,Disables clustered services. (Supported by API versions 3.7 - 3.latest)
cluster-enable,,Enables clustered services. (Supported by API versions 3.7 - 3.latest)
cluster-list,,Lists clustered services with optional filtering. (Supported by API versions 3.7 - 3.latest)
cluster-show,,Show detailed information on a clustered service. (Supported by API versions 3.7 - 3.latest)
consisgroup-create,consistency group create,Creates a consistency group.
consisgroup-create-from-src,consistency group create --consistency-group-snapshot,Creates a consistency group from a cgsnapshot or a source CG
consisgroup-delete,consistency group delete,Removes one or more consistency groups.
consisgroup-list,consistency group list,Lists all consistencygroups.
consisgroup-show,consistency group show,Shows details of a consistency group.
consisgroup-update,consistency group set,Updates a consistencygroup.
create,volume create,Creates a volume.
delete,volume delete,Removes one or more volumes.
encryption-type-create,volume type create --encryption-provider --enc..,Creates encryption type for a volume type. Admin only.
encryption-type-delete,volume type delete,Deletes encryption type for a volume type. Admin only.
encryption-type-list,volume type list --encryption-type,Shows encryption type details for volume types. Admin only.
encryption-type-show,volume type list --encryption-show,Shows encryption type details for volume type. Admin only.
encryption-type-update,volume type set --encryption-provider --enc..,Update encryption type information for a volume type (Admin Only).
extend,volume set --size,Attempts to extend size of an existing volume.
extra-specs-list,volume type list --long,Lists current volume types and extra specs.
failover-host,volume host failover,Failover a replicating cinder-volume host.
force-delete,volume delete --force,"Attempts force-delete of volume regardless of state."
freeze-host,volume host set --disable,Freeze and disable the specified cinder-volume host.
get-capabilities,volume backend capability show,Show capabilities of a volume backend. Admin only.
get-pools,volume backend pool list,Show pool information for backends. Admin only.
group-create,,Creates a group. (Supported by API versions 3.13 - 3.latest)
group-create-from-src,,Creates a group from a group snapshot or a source group. (Supported by API versions 3.14 - 3.latest)
group-delete,,Removes one or more groups. (Supported by API versions 3.13 - 3.latest)
group-disable-replication,,Disables replication for group. (Supported by API versions 3.38 - 3.latest)
group-enable-replication,,Enables replication for group. (Supported by API versions 3.38 - 3.latest)
group-failover-replication,,Fails over replication for group. (Supported by API versions 3.38 - 3.latest)
group-list,,Lists all groups. (Supported by API versions 3.13 - 3.latest)
group-list-replication-targets,,Lists replication targets for group. (Supported by API versions 3.38 - 3.latest)
group-show,,Shows details of a group. (Supported by API versions 3.13 - 3.latest)
group-snapshot-create,,Creates a group snapshot. (Supported by API versions 3.14 - 3.latest)
group-snapshot-delete,,Removes one or more group snapshots. (Supported by API versions 3.14 - 3.latest)
group-snapshot-list,,Lists all group snapshots. (Supported by API versions 3.14 - 3.latest)
group-snapshot-show,,Shows group snapshot details. (Supported by API versions 3.14 - 3.latest)
group-specs-list,,Lists current group types and specs. (Supported by API versions 3.11 - 3.latest)
group-type-create,,Creates a group type. (Supported by API versions 3.11 - 3.latest)
group-type-default,,List the default group type. (Supported by API versions 3.11 - 3.latest)
group-type-delete,,Deletes group type or types. (Supported by API versions 3.11 - 3.latest)
group-type-key,,Sets or unsets group_spec for a group type. (Supported by API versions 3.11 - 3.latest)
group-type-list,,Lists available 'group types'. (Admin only will see private types) (Supported by API versions 3.11 - 3.latest)
group-type-show,,Show group type details. (Supported by API versions 3.11 - 3.latest)
group-type-update,,Updates group type name description and/or is_public. (Supported by API versions 3.11 - 3.latest)
group-update,,Updates a group. (Supported by API versions 3.13 - 3.latest)
image-metadata,volume set --image-property,Sets or deletes volume image metadata.
image-metadata-show,volume show,Shows volume image metadata.
list,volume list,Lists all volumes.
list-filters,,List enabled filters. (Supported by API versions 3.33 - 3.latest)
manage,volume create --remote-source k=v,Manage an existing volume.
manageable-list,,Lists all manageable volumes. (Supported by API versions 3.8 - 3.latest)
message-delete,,Removes one or more messages. (Supported by API versions 3.3 - 3.latest)
message-list,,Lists all messages. (Supported by API versions 3.3 - 3.latest)
message-show,,Shows message details. (Supported by API versions 3.3 - 3.latest)
metadata,volume set --property k=v / volume unset --property k,Sets or deletes volume metadata.
metadata-show,volume show,Shows volume metadata.
metadata-update-all,volume set --property k=v,Updates volume metadata.
migrate,volume migrate --host --force-copy --lock-volume <volume>,Migrates volume to a new host.
qos-associate,volume qos associate,Associates qos specs with specified volume type.
qos-create,volume qos create,Creates a qos specs.
qos-delete,volume qos delete,Deletes a specified qos specs.
qos-disassociate,volume qos disassociate,Disassociates qos specs from specified volume type.
qos-disassociate-all,volume qos disassociate --all,Disassociates qos specs from all associations.
qos-get-association,volume qos show,Gets all associations for specified qos specs.
qos-key,volume qos set --property k=v / volume qos unset --property k,Sets or unsets specifications for a qos spec
qos-list,volume qos list,Lists qos specs.
qos-show,volume qos show,Shows a specified qos specs.
quota-class-show,quota show --class,Lists quotas for a quota class.
quota-class-update,quota set --class,Updates quotas for a quota class.
quota-defaults,quota show --default,Lists default quotas for a tenant.
quota-delete,,Delete the quotas for a tenant.
quota-show,quota show,Lists quotas for a tenant.
quota-update,quota set,Updates quotas for a tenant.
quota-usage,,Lists quota usage for a tenant.
rate-limits,limits show --rate,Lists rate limits for a user.
readonly-mode-update,volume set --read-only-mode | --read-write-mode,Updates volume read-only access-mode flag.
rename,volume set --name,Renames a volume.
reset-state,volume set --state,Explicitly updates the volume state.
retype,volume type set --type,Changes the volume type for a volume.
revert-to-snapshot,,Revert a volume to the specified snapshot. (Supported by API versions 3.40 - 3.latest)
service-disable,volume service set --disable,Disables the service.
service-enable,volume service set --enable,Enables the service.
service-get-log,,(Supported by API versions 3.32 - 3.latest)
service-list,volume service list,Lists all services. Filter by host and service binary.
service-set-log,,(Supported by API versions 3.32 - 3.latest)
set-bootable,volume set --bootable / --not-bootable,Update bootable status of a volume.
show,volume show,Shows volume details.
snapshot-create,snapshot create,Creates a snapshot.
snapshot-delete,snapshot delete,Remove one or more snapshots.
snapshot-list,snapshot list,Lists all snapshots.
snapshot-manage,volume snapshot create --remote-source <key=value>,Manage an existing snapshot.
snapshot-manageable-list,,Lists all manageable snapshots. (Supported by API versions 3.8 - 3.latest)
snapshot-metadata,snapshot set --property k=v / snapshot unset --property k,Sets or deletes snapshot metadata.
snapshot-metadata-show,snapshot show,Shows snapshot metadata.
snapshot-metadata-update-all,snapshot set --property k=v,Updates snapshot metadata.
snapshot-rename,snapshot set --name,Renames a snapshot.
snapshot-reset-state,snapshot set --state,Explicitly updates the snapshot state.
snapshot-show,snapshot show,Shows snapshot details.
snapshot-unmanage,volume snapshot delete --remote,Stop managing a snapshot.
summary,,Get volumes summary. (Supported by API versions 3.12 - 3.latest)
thaw-host,volume host set --enable,Thaw and enable the specified cinder-volume host.
transfer-accept,volume transfer accept,Accepts a volume transfer.
transfer-create,volume transfer create,Creates a volume transfer.
transfer-delete,volume transfer delete,Undoes a transfer.
transfer-list,volume transfer list,Lists all transfers.
transfer-show,volume transfer show,Show transfer details.
type-access-add,volume type set --project,Adds volume type access for the given project.
type-access-list,volume type show,Print access information about the given volume type.
type-access-remove,volume type unset --project,Removes volume type access for the given project.
type-create,volume type create,Creates a volume type.
type-default,volume type list --default,List the default volume type.
type-delete,volume type delete,Deletes a specified volume type.
type-key,volume type set --property k=v / volume type unset --property k,Sets or unsets extra_spec for a volume type.
type-list,volume type list,Lists available 'volume types'.
type-show,volume type show,Show volume type details.
type-update,volume type set,"Updates volume type name description and/or is_public."
unmanage,volume delete --remote,Stop managing a volume.
upload-to-image,image create --volume,Uploads volume to Image Service as an image.
version-list,,List all API versions. (Supported by API versions 3.0 - 3.latest)
work-cleanup,,Request cleanup of services with optional filtering. (Supported by API versions 3.24 - 3.latest)
bash-completion,complete,Prints arguments for bash_completion.
help,help,Shows help about this program or one of its subcommands.
list-extensions,extension list --volume,Lists all available os-api extensions.

1 absolute-limits limits show --absolute Lists absolute limits for a user.
2 availability-zone-list api-version availability zone list --volume WONTFIX Lists all availability zones. Display the server API version information.
3 backup-create availability-zone-list volume backup create availability zone list --volume Creates a volume backup. Lists all availability zones.
4 backup-delete attachment-complete volume backup delete Removes a backup. Complete an attachment for a cinder volume. (Supported by API versions 3.44 - 3.latest)
5 backup-export attachment-create volume backup record export Export backup metadata record. Create an attachment for a cinder volume. (Supported by API versions 3.27 - 3.latest)
6 backup-import attachment-delete volume backup record import Import backup metadata record. Delete an attachment for a cinder volume. (Supported by API versions 3.27 - 3.latest)
7 backup-list attachment-list volume backup list Lists all backups. Lists all attachments. (Supported by API versions 3.27 - 3.latest)
8 backup-reset-state attachment-show volume backup set --state Explicitly updates the backup state. Show detailed information for attachment. (Supported by API versions 3.27 - 3.latest)
9 backup-restore attachment-update volume backup restore Restores a backup. Update an attachment for a cinder volume. (Supported by API versions 3.27 - 3.latest)
10 backup-show backup-create volume backup show volume backup create Show backup details. Creates a volume backup.
11 cgsnapshot-create backup-delete consistency group snapshot create volume backup delete Creates a cgsnapshot. Removes a backup.
12 cgsnapshot-delete backup-export consistency group snapshot delete volume backup record export Removes one or more cgsnapshots. Export backup metadata record.
13 cgsnapshot-list backup-import consistency group snapshot list volume backup record import Lists all cgsnapshots. Import backup metadata record.
14 cgsnapshot-show backup-list consistency group snapshot show volume backup list Shows cgsnapshot details. Lists all backups.
15 consisgroup-create backup-reset-state consistency group create volume backup set --state Creates a consistency group. Explicitly updates the backup state.
16 consisgroup-create-from-src backup-restore consistency group create --consistency-group-snapshot volume backup restore Creates a consistency group from a cgsnapshot or a source CG Restores a backup.
17 consisgroup-delete backup-show consistency group delete volume backup show Removes one or more consistency groups. Show backup details.
18 consisgroup-list backup-update consistency group list Lists all consistencygroups. Updates a backup. (Supported by API versions 3.9 - 3.latest)
19 consisgroup-show cgsnapshot-create consistency group show consistency group snapshot create Shows details of a consistency group. Creates a cgsnapshot.
20 consisgroup-update cgsnapshot-delete consistency group set consistency group snapshot delete Updates a consistencygroup. Removes one or more cgsnapshots.
21 create cgsnapshot-list volume create consistency group snapshot list Creates a volume. Lists all cgsnapshots.
22 credentials cgsnapshot-show WONTFIX consistency group snapshot show Shows user credentials returned from auth. Shows cgsnapshot details.
23 delete cluster-disable volume delete Removes one or more volumes. Disables clustered services. (Supported by API versions 3.7 - 3.latest)
24 encryption-type-create cluster-enable volume type create --encryption-provider --enc.. Creates encryption type for a volume type. Admin only. Enables clustered services. (Supported by API versions 3.7 - 3.latest)
25 encryption-type-delete cluster-list volume type delete Deletes encryption type for a volume type. Admin only. Lists clustered services with optional filtering. (Supported by API versions 3.7 - 3.latest)
26 encryption-type-list cluster-show volume type list --encryption-type Shows encryption type details for volume types. Admin only. Show detailed information on a clustered service. (Supported by API versions 3.7 - 3.latest)
27 encryption-type-show consisgroup-create volume type list --encryption-show consistency group create Shows encryption type details for volume type. Admin only. Creates a consistency group.
28 encryption-type-update consisgroup-create-from-src volume type set --encryption-provider --enc.. consistency group create --consistency-group-snapshot Update encryption type information for a volume type (Admin Only). Creates a consistency group from a cgsnapshot or a source CG
29 endpoints consisgroup-delete catalog list consistency group delete Discovers endpoints registered by authentication service. Removes one or more consistency groups.
30 extend consisgroup-list volume set --size consistency group list Attempts to extend size of an existing volume. Lists all consistencygroups.
31 extra-specs-list consisgroup-show volume type list --long consistency group show Lists current volume types and extra specs. Shows details of a consistency group.
32 failover-host consisgroup-update volume host failover consistency group set Failover a replicating cinder-volume host. Updates a consistencygroup.
33 force-delete create volume delete --force volume create Attempts force-delete of volume, regardless of state. Creates a volume.
34 freeze-host delete volume host set --disable volume delete Freeze and disable the specified cinder-volume host. Removes one or more volumes.
35 get-capabilities encryption-type-create volume backend capability show volume type create --encryption-provider --enc.. Show capabilities of a volume backend. Admin only. Creates encryption type for a volume type. Admin only.
36 get-pools encryption-type-delete volume backend pool list volume type delete Show pool information for backends. Admin only. Deletes encryption type for a volume type. Admin only.
37 image-metadata encryption-type-list volume set --image-property volume type list --encryption-type Sets or deletes volume image metadata. Shows encryption type details for volume types. Admin only.
38 image-metadata-show encryption-type-show volume show volume type list --encryption-show Shows volume image metadata. Shows encryption type details for volume type. Admin only.
39 list encryption-type-update volume list volume type set --encryption-provider --enc.. Lists all volumes. Update encryption type information for a volume type (Admin Only).
40 manage extend volume create --remote-source k=v volume set --size Manage an existing volume. Attempts to extend size of an existing volume.
41 metadata extra-specs-list volume set --property k=v / volume unset --property k volume type list --long Sets or deletes volume metadata. Lists current volume types and extra specs.
42 metadata-show failover-host volume show volume host failover Shows volume metadata. Failover a replicating cinder-volume host.
43 metadata-update-all force-delete volume set --property k=v volume delete --force Updates volume metadata. Attempts force-delete of volume regardless of state.
44 migrate freeze-host volume migrate --host --force-copy --lock-volume <volume> volume host set --disable Migrates volume to a new host. Freeze and disable the specified cinder-volume host.
45 qos-associate get-capabilities volume qos associate volume backend capability show Associates qos specs with specified volume type. Show capabilities of a volume backend. Admin only.
46 qos-create get-pools volume qos create volume backend pool list Creates a qos specs. Show pool information for backends. Admin only.
47 qos-delete group-create volume qos delete Deletes a specified qos specs. Creates a group. (Supported by API versions 3.13 - 3.latest)
48 qos-disassociate group-create-from-src volume qos disassociate Disassociates qos specs from specified volume type. Creates a group from a group snapshot or a source group. (Supported by API versions 3.14 - 3.latest)
49 qos-disassociate-all group-delete volume qos disassociate --all Disassociates qos specs from all associations. Removes one or more groups. (Supported by API versions 3.13 - 3.latest)
50 qos-get-association group-disable-replication volume qos show Gets all associations for specified qos specs. Disables replication for group. (Supported by API versions 3.38 - 3.latest)
51 qos-key group-enable-replication volume qos set --property k=v / volume qos unset --property k Sets or unsets specifications for a qos spec Enables replication for group. (Supported by API versions 3.38 - 3.latest)
52 qos-list group-failover-replication volume qos list Lists qos specs. Fails over replication for group. (Supported by API versions 3.38 - 3.latest)
53 qos-show group-list volume qos show Shows a specified qos specs. Lists all groups. (Supported by API versions 3.13 - 3.latest)
54 quota-class-show group-list-replication-targets quota show --class Lists quotas for a quota class. Lists replication targets for group. (Supported by API versions 3.38 - 3.latest)
55 quota-class-update group-show quota set --class Updates quotas for a quota class. Shows details of a group. (Supported by API versions 3.13 - 3.latest)
56 quota-defaults group-snapshot-create quota show --default Lists default quotas for a tenant. Creates a group snapshot. (Supported by API versions 3.14 - 3.latest)
57 quota-delete group-snapshot-delete Delete the quotas for a tenant. Removes one or more group snapshots. (Supported by API versions 3.14 - 3.latest)
58 quota-show group-snapshot-list quota show Lists quotas for a tenant. Lists all group snapshots. (Supported by API versions 3.14 - 3.latest)
59 quota-update group-snapshot-show quota set Updates quotas for a tenant. Shows group snapshot details. (Supported by API versions 3.14 - 3.latest)
60 quota-usage group-specs-list Lists quota usage for a tenant. Lists current group types and specs. (Supported by API versions 3.11 - 3.latest)
61 rate-limits group-type-create limits show --rate Lists rate limits for a user. Creates a group type. (Supported by API versions 3.11 - 3.latest)
62 readonly-mode-update group-type-default volume set --read-only-mode | --read-write-mode Updates volume read-only access-mode flag. List the default group type. (Supported by API versions 3.11 - 3.latest)
63 rename group-type-delete volume set --name Renames a volume. Deletes group type or types. (Supported by API versions 3.11 - 3.latest)
64 replication-promote group-type-key WONTFIX Promote a secondary volume to primary for a relationship Sets or unsets group_spec for a group type. (Supported by API versions 3.11 - 3.latest)
65 replication-reenable group-type-list WONTFIX Sync the secondary volume with primary for a relationship Lists available 'group types'. (Admin only will see private types) (Supported by API versions 3.11 - 3.latest)
66 reset-state group-type-show volume set --state Explicitly updates the volume state. Show group type details. (Supported by API versions 3.11 - 3.latest)
67 retype group-type-update volume type set --type Changes the volume type for a volume. Updates group type name description and/or is_public. (Supported by API versions 3.11 - 3.latest)
68 service-disable group-update volume service set --disable Disables the service. Updates a group. (Supported by API versions 3.13 - 3.latest)
69 service-enable image-metadata volume service set --enable volume set --image-property Enables the service. Sets or deletes volume image metadata.
70 service-list image-metadata-show volume service list volume show Lists all services. Filter by host and service binary. Shows volume image metadata.
71 set-bootable list volume set --bootable / --not-bootable volume list Update bootable status of a volume. Lists all volumes.
72 show list-filters volume show Shows volume details. List enabled filters. (Supported by API versions 3.33 - 3.latest)
73 snapshot-create manage snapshot create volume create --remote-source k=v Creates a snapshot. Manage an existing volume.
74 snapshot-delete manageable-list snapshot delete Remove one or more snapshots. Lists all manageable volumes. (Supported by API versions 3.8 - 3.latest)
75 snapshot-list message-delete snapshot list Lists all snapshots. Removes one or more messages. (Supported by API versions 3.3 - 3.latest)
76 snapshot-manage message-list volume snapshot create --remote-source <key=value> Manage an existing snapshot. Lists all messages. (Supported by API versions 3.3 - 3.latest)
77 snapshot-metadata message-show snapshot set --property k=v / snapshot unset --property k Sets or deletes snapshot metadata. Shows message details. (Supported by API versions 3.3 - 3.latest)
78 snapshot-metadata-show metadata snapshot show volume set --property k=v / volume unset --property k Shows snapshot metadata. Sets or deletes volume metadata.
79 snapshot-metadata-update-all metadata-show snapshot set --property k=v volume show Updates snapshot metadata. Shows volume metadata.
80 snapshot-rename metadata-update-all snapshot set --name volume set --property k=v Renames a snapshot. Updates volume metadata.
81 snapshot-reset-state migrate snapshot set --state volume migrate --host --force-copy --lock-volume <volume> Explicitly updates the snapshot state. Migrates volume to a new host.
82 snapshot-show qos-associate snapshot show volume qos associate Shows snapshot details. Associates qos specs with specified volume type.
83 snapshot-unmanage qos-create volume snapshot delete --remote volume qos create Stop managing a snapshot. Creates a qos specs.
84 thaw-host qos-delete volume host set --enable volume qos delete Thaw and enable the specified cinder-volume host. Deletes a specified qos specs.
85 transfer-accept qos-disassociate volume transfer accept volume qos disassociate Accepts a volume transfer. Disassociates qos specs from specified volume type.
86 transfer-create qos-disassociate-all volume transfer create volume qos disassociate --all Creates a volume transfer. Disassociates qos specs from all associations.
87 transfer-delete qos-get-association volume transfer delete volume qos show Undoes a transfer. Gets all associations for specified qos specs.
88 transfer-list qos-key volume transfer list volume qos set --property k=v / volume qos unset --property k Lists all transfers. Sets or unsets specifications for a qos spec
89 transfer-show qos-list volume transfer show volume qos list Show transfer details. Lists qos specs.
90 type-access-add qos-show volume type set --project volume qos show Adds volume type access for the given project. Shows a specified qos specs.
91 type-access-list quota-class-show volume type show quota show --class Print access information about the given volume type. Lists quotas for a quota class.
92 type-access-remove quota-class-update volume type unset --project quota set --class Removes volume type access for the given project. Updates quotas for a quota class.
93 type-create quota-defaults volume type create quota show --default Creates a volume type. Lists default quotas for a tenant.
94 type-default quota-delete volume type list --default List the default volume type. Delete the quotas for a tenant.
95 type-delete quota-show volume type delete quota show Deletes a specified volume type. Lists quotas for a tenant.
96 type-key quota-update volume type set --property k=v / volume type unset --property k quota set Sets or unsets extra_spec for a volume type. Updates quotas for a tenant.
97 type-list quota-usage volume type list Lists available 'volume types'. Lists quota usage for a tenant.
98 type-show rate-limits volume type show limits show --rate Show volume type details. Lists rate limits for a user.
99 type-update readonly-mode-update volume type set volume set --read-only-mode | --read-write-mode Updates volume type name, description, and/or is_public. Updates volume read-only access-mode flag.
100 unmanage rename volume delete --remote volume set --name Stop managing a volume. Renames a volume.
101 upload-to-image reset-state image create --volume volume set --state Uploads volume to Image Service as an image. Explicitly updates the volume state.
102 bash-completion retype complete volume type set --type Prints arguments for bash_completion. Changes the volume type for a volume.
103 help revert-to-snapshot help Shows help about this program or one of its subcommands. Revert a volume to the specified snapshot. (Supported by API versions 3.40 - 3.latest)
104 list-extensions service-disable extension list --volume volume service set --disable Lists all available os-api extensions. Disables the service.
105 service-enable volume service set --enable Enables the service.
106 service-get-log (Supported by API versions 3.32 - 3.latest)
107 service-list volume service list Lists all services. Filter by host and service binary.
108 service-set-log (Supported by API versions 3.32 - 3.latest)
109 set-bootable volume set --bootable / --not-bootable Update bootable status of a volume.
110 show volume show Shows volume details.
111 snapshot-create snapshot create Creates a snapshot.
112 snapshot-delete snapshot delete Remove one or more snapshots.
113 snapshot-list snapshot list Lists all snapshots.
114 snapshot-manage volume snapshot create --remote-source <key=value> Manage an existing snapshot.
115 snapshot-manageable-list Lists all manageable snapshots. (Supported by API versions 3.8 - 3.latest)
116 snapshot-metadata snapshot set --property k=v / snapshot unset --property k Sets or deletes snapshot metadata.
117 snapshot-metadata-show snapshot show Shows snapshot metadata.
118 snapshot-metadata-update-all snapshot set --property k=v Updates snapshot metadata.
119 snapshot-rename snapshot set --name Renames a snapshot.
120 snapshot-reset-state snapshot set --state Explicitly updates the snapshot state.
121 snapshot-show snapshot show Shows snapshot details.
122 snapshot-unmanage volume snapshot delete --remote Stop managing a snapshot.
123 summary Get volumes summary. (Supported by API versions 3.12 - 3.latest)
124 thaw-host volume host set --enable Thaw and enable the specified cinder-volume host.
125 transfer-accept volume transfer accept Accepts a volume transfer.
126 transfer-create volume transfer create Creates a volume transfer.
127 transfer-delete volume transfer delete Undoes a transfer.
128 transfer-list volume transfer list Lists all transfers.
129 transfer-show volume transfer show Show transfer details.
130 type-access-add volume type set --project Adds volume type access for the given project.
131 type-access-list volume type show Print access information about the given volume type.
132 type-access-remove volume type unset --project Removes volume type access for the given project.
133 type-create volume type create Creates a volume type.
134 type-default volume type list --default List the default volume type.
135 type-delete volume type delete Deletes a specified volume type.
136 type-key volume type set --property k=v / volume type unset --property k Sets or unsets extra_spec for a volume type.
137 type-list volume type list Lists available 'volume types'.
138 type-show volume type show Show volume type details.
139 type-update volume type set Updates volume type name description and/or is_public.
140 unmanage volume delete --remote Stop managing a volume.
141 upload-to-image image create --volume Uploads volume to Image Service as an image.
142 version-list List all API versions. (Supported by API versions 3.0 - 3.latest)
143 work-cleanup Request cleanup of services with optional filtering. (Supported by API versions 3.24 - 3.latest)
144 bash-completion complete Prints arguments for bash_completion.
145 help help Shows help about this program or one of its subcommands.
146 list-extensions extension list --volume Lists all available os-api extensions.