Skip to content

Commit b399523

Browse files
Merge pull request ceph#63464 from zdover23/wip-doc-2025-05-26-cephfs-mount-using-kernel-driver
doc/cephfs: correct ill-formatted command
2 parents 2c32bc0 + bd4e8d8 commit b399523

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/cephfs/mount-using-kernel-driver.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ Multiple monitor hosts can be passed by separating addresses with a ``/``:
110110

111111
.. prompt:: bash #
112112

113-
mount -t ceph [email protected]=/ /mnt/mycephfs -o
114-
mon_addr=192.168.0.1:6789/192.168.0.2:6789,secretfile=/etc/ceph/cephuser.secret
113+
mount -t ceph [email protected]=/ /mnt/mycephfs -o mon_addr=192.168.0.1:6789/192.168.0.2:6789,secretfile=/etc/ceph/cephuser.secret
115114

116115
If CephX is disabled, omit any credential-related options. For example:
117116

0 commit comments

Comments
 (0)