From: Rishabh Dave Date: Mon, 21 Oct 2019 14:37:57 +0000 (+0530) Subject: doc: describe mds_namespace option in mount.ceph man page X-Git-Tag: v15.1.0~951^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=61f4142becec7a56d2c0419bfcb928c024d8ef28;p=ceph.git doc: describe mds_namespace option in mount.ceph man page And add an example for it. Signed-off-by: Rishabh Dave --- diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index b9dd74c4531..a9ad57027da 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -143,6 +143,11 @@ Options - ``clean``: client reconnects to the ceph cluster automatically when it detects that it has been blacklisted. During reconnect, client drops dirty data/metadata, invalidates page caches and writable file handles. After reconnect, file locks become stale because the MDS loses track of them. If an inode contains any stale file locks, read/write on the inode is not allowed until applications release all stale file locks. + +:command: `mds_namespace=` + Specify the non-default file system to be mounted. Not passing this option + mounts the default file system. + Mount Secrets ============= If the `secret` and `secretfile` options are not specified on the command-line @@ -178,6 +183,10 @@ automatically invoked by mount(8) like so:: mount -t ceph monhost:/ /mnt/foo +If you have more than one file system on your Ceph cluster, you can mount the +non-default FS on your local FS as follows:: + + mount -t ceph :/ /mnt/mycephfs2 -o name=fs,mds_namespace=mycephfs2 Availability ============