diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2021-06-03 10:21:20 +0100 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-06-03 17:58:48 +0100 |
| commit | 4c2e8523a98a0dd33e0203c47e94384420c14f9c (patch) | |
| tree | 1d854cbedd7b7bdd31323b31dd617c05b7d31304 /doc/source/cli/commands.rst | |
| parent | 5faa9ef8058a161a0637dceb91f213ac5ac39070 (diff) | |
| download | python-openstackclient-4c2e8523a98a0dd33e0203c47e94384420c14f9c.tar.gz | |
volume: Add 'volume group *' commands
These mirror the 'cinder group-*' commands, with arguments copied across
essentially verbatim. The only significant departures are the
replacement of "tenant" terminology with "project" and the merging of
the various volume group replication action commands into the parent
volume group (e.g. 'openstack volume group set --enable-replication'
instead of 'cinder group enable-replication')
volume group create
volume group delete
volume group list
volume group show
volume group set
volume group failover
Change-Id: I3b2c0cb92b8a53cc1c0cefa3313b80f59c9e5835
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'doc/source/cli/commands.rst')
| -rw-r--r-- | doc/source/cli/commands.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst index cc95b3d1..b91a896f 100644 --- a/doc/source/cli/commands.rst +++ b/doc/source/cli/commands.rst @@ -159,6 +159,7 @@ referring to both Compute and Volume quotas. * ``volume backend pool``: (**Volume**) volume backend storage pools * ``volume backup record``: (**Volume**) volume record that can be imported or exported * ``volume backend``: (**Volume**) volume backend storage +* ``volume group``: (**Volume**) group of volumes * ``volume host``: (**Volume**) the physical computer for volumes * ``volume message``: (**Volume**) volume API internal messages detailing volume failure messages * ``volume qos``: (**Volume**) quality-of-service (QoS) specification for volumes |
