From 16689a023fc10194857054b5aa0704521a7ff212 Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Mon, 18 Mar 2024 09:32:39 +0530 Subject: [PATCH] docs/rbd: fix typo in arg name Replace "{image-}" with "{image-id}" in the "rbd trash rm" command description. Signed-off-by: N Balachandran (cherry picked from commit f3eb489520fd4fae057e61275d16c6c8fd596f3f) docs/rbd: replace introspect with inspect Replace "introspect" with "inspect" in the rbd basic commands description. Signed-off-by: N Balachandran (cherry picked from commit ebf2f60f784728c04d8ec59015d666bafcef8218) docs/rbd: typo in "retrieving image information" Replace "for the image" with "of the image". Signed-off-by: N Balachandran (cherry picked from commit 4fd5c134536d652ae1f9e05ecf52cb81adb3b850) --- doc/rbd/rados-rbd-cmds.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/rbd/rados-rbd-cmds.rst b/doc/rbd/rados-rbd-cmds.rst index 0bbcb261160dd..a290dc1e5a375 100644 --- a/doc/rbd/rados-rbd-cmds.rst +++ b/doc/rbd/rados-rbd-cmds.rst @@ -4,7 +4,7 @@ .. index:: Ceph Block Device; image management -The ``rbd`` command enables you to create, list, introspect and remove block +The ``rbd`` command enables you to create, list, inspect and remove block device images. You can also use it to clone images, create snapshots, rollback an image to a snapshot, view a snapshot, etc. For details on using the ``rbd`` command, see `RBD – Manage RADOS Block Device (RBD) Images`_ for @@ -139,7 +139,7 @@ Retrieving Image Information ============================ To retrieve information from a particular image, run the following command, but -replace ``{image-name}`` with the name for the image: +replace ``{image-name}`` with the name of the image: .. prompt:: bash $ @@ -250,13 +250,13 @@ Removing a Deferred Block Device from a Pool -------------------------------------------- To remove a deferred block device from a pool, run the following command but -replace ``{image-}`` with the ID of the image to be removed, and replace +replace ``{image-id}`` with the ID of the image to be removed, and replace ``{pool-name}`` with the name of the pool from which the image is to be removed: .. prompt:: bash $ - rbd trash rm {pool-name}/{image-} + rbd trash rm {pool-name}/{image-id} For example: -- 2.39.5