Doc: Fix volume snapshot commands

The snapshot commands use the "volume " prefix which was missing
from the doc. This patch adds it.

Change-Id: I2acf28eff78fb8419a4c4f00395355a6ca44a576
This commit is contained in:
Rajat Dhasmana 2023-12-13 15:07:19 +00:00
parent f3207bdf3f
commit ea254061c8

View File

@ -108,17 +108,17 @@ service-list,volume service list,Lists all services. Filter by host and service
service-set-log,block storage log level set,(Supported by API versions 3.32 - 3.latest) service-set-log,block storage log level set,(Supported by API versions 3.32 - 3.latest)
set-bootable,volume set --bootable / --not-bootable,Update bootable status of a volume. set-bootable,volume set --bootable / --not-bootable,Update bootable status of a volume.
show,volume show,Shows volume details. show,volume show,Shows volume details.
snapshot-create,snapshot create,Creates a snapshot. snapshot-create,volume snapshot create,Creates a snapshot.
snapshot-delete,snapshot delete,Remove one or more snapshots. snapshot-delete,volume snapshot delete,Remove one or more snapshots.
snapshot-list,snapshot list,Lists all snapshots. snapshot-list,volume snapshot list,Lists all snapshots.
snapshot-manage,volume snapshot create --remote-source <key=value>,Manage an existing snapshot. snapshot-manage,volume snapshot create --remote-source <key=value>,Manage an existing snapshot.
snapshot-manageable-list,block storage snapshot manageable list,Lists all manageable snapshots. (Supported by API versions 3.8 - 3.latest) snapshot-manageable-list,block storage 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,volume snapshot set --property k=v / snapshot unset --property k,Sets or deletes snapshot metadata.
snapshot-metadata-show,snapshot show,Shows snapshot metadata. snapshot-metadata-show,volume snapshot show,Shows snapshot metadata.
snapshot-metadata-update-all,snapshot set --property k=v,Updates snapshot metadata. snapshot-metadata-update-all,volume snapshot set --property k=v,Updates snapshot metadata.
snapshot-rename,snapshot set --name,Renames a snapshot. snapshot-rename,volume snapshot set --name,Renames a snapshot.
snapshot-reset-state,snapshot set --state,Explicitly updates the snapshot state. snapshot-reset-state,volume snapshot set --state,Explicitly updates the snapshot state.
snapshot-show,snapshot show,Shows snapshot details. snapshot-show,volume snapshot show,Shows snapshot details.
snapshot-unmanage,volume snapshot delete --remote,Stop managing a snapshot. snapshot-unmanage,volume snapshot delete --remote,Stop managing a snapshot.
summary,volume summary,Get volumes summary. (Supported by API versions 3.12 - 3.latest) summary,volume 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. thaw-host,volume host set --enable,Thaw and enable the specified cinder-volume host.

1 absolute-limits limits show --absolute Lists absolute limits for a user.
108 service-set-log block storage log level set (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 volume snapshot create Creates a snapshot.
112 snapshot-delete snapshot delete volume snapshot delete Remove one or more snapshots.
113 snapshot-list snapshot list volume snapshot list Lists all snapshots.
114 snapshot-manage volume snapshot create --remote-source <key=value> Manage an existing snapshot.
115 snapshot-manageable-list block storage 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 volume snapshot set --property k=v / snapshot unset --property k Sets or deletes snapshot metadata.
117 snapshot-metadata-show snapshot show volume snapshot show Shows snapshot metadata.
118 snapshot-metadata-update-all snapshot set --property k=v volume snapshot set --property k=v Updates snapshot metadata.
119 snapshot-rename snapshot set --name volume snapshot set --name Renames a snapshot.
120 snapshot-reset-state snapshot set --state volume snapshot set --state Explicitly updates the snapshot state.
121 snapshot-show snapshot show volume snapshot show Shows snapshot details.
122 snapshot-unmanage volume snapshot delete --remote Stop managing a snapshot.
123 summary volume 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.