Skip to content

Commit 69d47b1

Browse files
committed
doc/cephfs: specify mount path in example command
The example command for mounting CephFS was missing the local mount path. Signed-off-by: Joshua Blanch <[email protected]>
1 parent 13a4bec commit 69d47b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ command to use the kernel driver to mount CephFS:
8282

8383
.. prompt:: bash #
8484

85-
mount -t ceph [email protected]=/ -o mon_addr=192.168.0.1:6789,secret=AQATSKdNGBnwLhAAnNDKnH65FmVKpXZJVasUeQ==
85+
mount -t ceph [email protected]=/ /mnt/mycephfs -o mon_addr=192.168.0.1:6789,secret=AQATSKdNGBnwLhAAnNDKnH65FmVKpXZJVasUeQ==
8686

8787
When using the mount helper, monitor hosts and FSID are optional. The
8888
``mount.ceph`` helper discovers these details by finding and reading the ceph

0 commit comments

Comments
 (0)