Skip to content

Commit ea25406

Browse files
committed
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
1 parent f3207bd commit ea25406

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

doc/source/cli/data/cinder.csv

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,17 @@ service-list,volume service list,Lists all services. Filter by host and service
108108
service-set-log,block storage log level set,(Supported by API versions 3.32 - 3.latest)
109109
set-bootable,volume set --bootable / --not-bootable,Update bootable status of a volume.
110110
show,volume show,Shows volume details.
111-
snapshot-create,snapshot create,Creates a snapshot.
112-
snapshot-delete,snapshot delete,Remove one or more snapshots.
113-
snapshot-list,snapshot list,Lists all snapshots.
111+
snapshot-create,volume snapshot create,Creates a snapshot.
112+
snapshot-delete,volume snapshot delete,Remove one or more snapshots.
113+
snapshot-list,volume snapshot list,Lists all snapshots.
114114
snapshot-manage,volume snapshot create --remote-source <key=value>,Manage an existing snapshot.
115115
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,Sets or deletes snapshot metadata.
117-
snapshot-metadata-show,snapshot show,Shows snapshot metadata.
118-
snapshot-metadata-update-all,snapshot set --property k=v,Updates snapshot metadata.
119-
snapshot-rename,snapshot set --name,Renames a snapshot.
120-
snapshot-reset-state,snapshot set --state,Explicitly updates the snapshot state.
121-
snapshot-show,snapshot show,Shows snapshot details.
116+
snapshot-metadata,volume snapshot set --property k=v / snapshot unset --property k,Sets or deletes snapshot metadata.
117+
snapshot-metadata-show,volume snapshot show,Shows snapshot metadata.
118+
snapshot-metadata-update-all,volume snapshot set --property k=v,Updates snapshot metadata.
119+
snapshot-rename,volume snapshot set --name,Renames a snapshot.
120+
snapshot-reset-state,volume snapshot set --state,Explicitly updates the snapshot state.
121+
snapshot-show,volume snapshot show,Shows snapshot details.
122122
snapshot-unmanage,volume snapshot delete --remote,Stop managing a snapshot.
123123
summary,volume summary,Get volumes summary. (Supported by API versions 3.12 - 3.latest)
124124
thaw-host,volume host set --enable,Thaw and enable the specified cinder-volume host.

0 commit comments

Comments
 (0)