Skip to content

Commit 4145dbb

Browse files
Merge pull request ceph#63309 from JoshuaGabriel/joshua/cephfs-docs
doc/cephfs: specify mount path in example command
2 parents 5562407 + 69d47b1 commit 4145dbb

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)