Merge "volume: Add 'volume group snapshot *' commands"
This commit is contained in:
8
doc/source/cli/command-objects/volume-group-snapshot.rst
Normal file
8
doc/source/cli/command-objects/volume-group-snapshot.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
=====================
|
||||
volume group snapshot
|
||||
=====================
|
||||
|
||||
Block Storage v3
|
||||
|
||||
.. autoprogram-cliff:: openstack.volume.v3
|
||||
:command: volume group snapshot *
|
@@ -160,6 +160,7 @@ referring to both Compute and Volume quotas.
|
||||
* ``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 group snapshot``: (**Volume**) a point-in-time copy of a volume group
|
||||
* ``volume group type``: (**Volume**) deployment-specific types of volumes groups available
|
||||
* ``volume host``: (**Volume**) the physical computer for volumes
|
||||
* ``volume message``: (**Volume**) volume API internal messages detailing volume failure messages
|
||||
|
@@ -53,10 +53,10 @@ group-failover-replication,volume group failover,Fails over replication for grou
|
||||
group-list,volume group list,Lists all groups. (Supported by API versions 3.13 - 3.latest)
|
||||
group-list-replication-targets,volume group list --replication-targets,Lists replication targets for group. (Supported by API versions 3.38 - 3.latest)
|
||||
group-show,volume 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-snapshot-create,volume group snapshot create,Creates a group snapshot. (Supported by API versions 3.14 - 3.latest)
|
||||
group-snapshot-delete,volume group snapshot delete,Removes one or more group snapshots. (Supported by API versions 3.14 - 3.latest)
|
||||
group-snapshot-list,volume group snapshot list,Lists all group snapshots. (Supported by API versions 3.14 - 3.latest)
|
||||
group-snapshot-show,volume group snapshot show,Shows group snapshot details. (Supported by API versions 3.14 - 3.latest)
|
||||
group-specs-list,volume group type list,Lists current group types and specs. (Supported by API versions 3.11 - 3.latest)
|
||||
group-type-create,volume group type create,Creates a group type. (Supported by API versions 3.11 - 3.latest)
|
||||
group-type-default,volume group type list --default,List the default group type. (Supported by API versions 3.11 - 3.latest)
|
||||
|
|
Reference in New Issue
Block a user