From: Zac Dover Date: Sun, 25 May 2025 23:09:38 +0000 (+1000) Subject: doc/cephfs: correct ill-formatted command X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=133e3428f8ebb2e9d670cc014635cbcf14cd587d;p=ceph.git 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) --- 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: