From 133e3428f8ebb2e9d670cc014635cbcf14cd587d Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 26 May 2025 09:09:38 +1000 Subject: [PATCH] doc/cephfs: correct ill-formatted command Correct a command that was broken across two lines, causing the argument of an option to appear as though it was a command. Signed-off-by: Zac Dover (cherry picked from commit bd4e8d8f03a8c39191ad1b7683e7dd1bea4105f1) --- doc/cephfs/mount-using-kernel-driver.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/cephfs/mount-using-kernel-driver.rst b/doc/cephfs/mount-using-kernel-driver.rst index aed7026d8eb14..c1e755de3a920 100644 --- a/doc/cephfs/mount-using-kernel-driver.rst +++ b/doc/cephfs/mount-using-kernel-driver.rst @@ -108,8 +108,7 @@ Multiple monitor hosts can be passed by separating addresses with a ``/``: .. prompt:: bash # - mount -t ceph cephuser@.cephfs=/ /mnt/mycephfs -o - mon_addr=192.168.0.1:6789/192.168.0.2:6789,secretfile=/etc/ceph/cephuser.secret + mount -t ceph cephuser@.cephfs=/ /mnt/mycephfs -o mon_addr=192.168.0.1:6789/192.168.0.2:6789,secretfile=/etc/ceph/cephuser.secret If CephX is disabled, omit any credential-related options. For example: -- 2.39.5