From bd4e8d8f03a8c39191ad1b7683e7dd1bea4105f1 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 --- 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 2d7fc3ae8c1af..b9fcd37910c0a 100644 --- a/doc/cephfs/mount-using-kernel-driver.rst +++ b/doc/cephfs/mount-using-kernel-driver.rst @@ -110,8 +110,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