From ae06ee9aab43fe2174e555645b51827a23ebc60c Mon Sep 17 00:00:00 2001 From: Jarett DeAngelis Date: Thu, 2 Apr 2020 11:18:52 -0400 Subject: [PATCH] doc/man: Update mount.ceph.rst for clarity Updated the "examples" section of mount.ceph.rst to reflect the correct way to mount cephfs instances other than the default as of Ceph Octopus and noted the `mds_namespace` option will be deprecated in a future release as opposed to the new `fs` option. Signed-off-by: Jarett DeAngelis --- doc/man/8/mount.ceph.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index f52389993b6fb..cbd7ab5834d9e 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -193,8 +193,11 @@ Mount only part of the namespace/file system:: mount.ceph :/some/directory/in/cephfs /mnt/mycephfs Mount non-default FS, in case cluster has multiple FSs:: - - mount -t ceph :/ /mnt/mycephfs2 -o mds_namespace=mycephfs2 + mount -t ceph :/ /mnt/mycephfs2 -o fs=mycephfs2 + + or + + mount -t ceph :/ /mnt/mycephfs2 -o mds_namespace=mycephfs2 # This option name is deprecated. Pass the monitor host's IP address, optionally:: -- 2.39.5