From: N Balachandran Date: Mon, 18 Mar 2024 04:02:39 +0000 (+0530) Subject: docs/rbd: fix typo in arg name X-Git-Tag: v20.0.0~2385^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f3eb489520fd4fae057e61275d16c6c8fd596f3f;p=ceph.git docs/rbd: fix typo in arg name Replace "{image-}" with "{image-id}" in the "rbd trash rm" command description. Signed-off-by: N Balachandran --- diff --git a/doc/rbd/rados-rbd-cmds.rst b/doc/rbd/rados-rbd-cmds.rst index 0bbcb261160dd..489e117e5409e 100644 --- a/doc/rbd/rados-rbd-cmds.rst +++ b/doc/rbd/rados-rbd-cmds.rst @@ -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: