Block Storage v3
Create a volume group snapshot.
This command requires --os-volume-api-version
3.13 or greater.
openstack volume group snapshot create
[--name <name>]
[--description <description>]
<volume_group>
Name of the volume group snapshot.
Description of a volume group snapshot.
Name or ID of volume group to create a snapshot of.
Delete a volume group snapshot.
This command requires --os-volume-api-version
3.14 or greater.
openstack volume group snapshot delete <snapshot>
Name or ID of volume group snapshot to delete
Lists all volume group snapshot.
This command requires --os-volume-api-version
3.14 or greater.
openstack volume group snapshot list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--all-projects]
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
Shows details for all projects (admin only).
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.