From: Zac Dover Date: Fri, 8 Sep 2023 11:00:38 +0000 (+1000) Subject: doc: update test cluster commands in README.md X-Git-Tag: v18.2.1~307^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F53349%2Fhead;p=ceph.git doc: update test cluster commands in README.md The "rbd" pool has not been created by default since Luminous. This commit removes a command that assumed the existence of the "rbd" pool. Signed-off-by: Zac Dover (cherry picked from commit 8d606003af59cac2cd8f6f9ca02e6506bde705f0) --- diff --git a/README.md b/README.md index a1b734376633..7cb2c240f34b 100644 --- a/README.md +++ b/README.md @@ -174,8 +174,8 @@ cluster: Most Ceph commands are available in the `bin/` directory. For example: - ./bin/rados -p rbd bench 30 write ./bin/rbd create foo --size 1000 + ./bin/rados -p foo bench 30 write To shut down the test cluster, run the following command from the `build/` directory: