Block Storage v3
List block storage clusters.
This command requires --os-volume-api-version
3.7 or greater.
openstack block storage cluster list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--cluster <name>]
[--binary <binary>]
[--up]
[--down]
[--disabled]
[--enabled]
[--num-hosts <hosts>]
[--num-down-hosts <hosts>]
[--long]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Filter by cluster name, without backend will list all clustered services from the same cluster.
Cluster binary.
Filter by up status.
Filter by down status.
Filter by disabled status.
Filter by enabled status.
Filter by number of hosts in the cluster.
Filter by number of hosts that are down.
List additional fields in output
Set block storage cluster properties.
This command requires --os-volume-api-version
3.7 or greater.
openstack block storage cluster set
[--binary <binary>]
[--enable | --disable]
[--disable-reason <reason>]
<cluster>
Name of binary to filter by; defaults to ‘cinder-volume’ (optional)
Enable cluster
Disable cluster
Reason for disabling the cluster (should be used with –disable option)
Name of block storage cluster to update (name only)
Show detailed information for a block storage cluster.
This command requires --os-volume-api-version
3.7 or greater.
openstack block storage cluster show [--binary <binary>] <cluster>
Service binary.
Name of block storage cluster.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.