From 69d47b11bd4d3917c3a3cd39d697e54e9b406d1d Mon Sep 17 00:00:00 2001 From: Joshua Blanch Date: Fri, 16 May 2025 01:26:25 +0000 Subject: [PATCH] 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 --- doc/cephfs/mount-using-kernel-driver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephfs/mount-using-kernel-driver.rst b/doc/cephfs/mount-using-kernel-driver.rst index bf229099a19d7..2d7fc3ae8c1af 100644 --- a/doc/cephfs/mount-using-kernel-driver.rst +++ b/doc/cephfs/mount-using-kernel-driver.rst @@ -82,7 +82,7 @@ command to use the kernel driver to mount CephFS: .. prompt:: bash # - mount -t ceph cephuser@b3acfc0d-575f-41d3-9c91-0e7ed3dbb3fa.cephfs=/ -o mon_addr=192.168.0.1:6789,secret=AQATSKdNGBnwLhAAnNDKnH65FmVKpXZJVasUeQ== + mount -t ceph cephuser@b3acfc0d-575f-41d3-9c91-0e7ed3dbb3fa.cephfs=/ /mnt/mycephfs -o mon_addr=192.168.0.1:6789,secret=AQATSKdNGBnwLhAAnNDKnH65FmVKpXZJVasUeQ== When using the mount helper, monitor hosts and FSID are optional. The ``mount.ceph`` helper discovers these details by finding and reading the ceph -- 2.39.5