From f3eb489520fd4fae057e61275d16c6c8fd596f3f 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 --- doc/rbd/rados-rbd-cmds.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.5