From: Rishabh Dave Date: Mon, 14 Oct 2019 14:06:07 +0000 (+0530) Subject: doc/ceph-fuse: describe -n option X-Git-Tag: v15.1.0~952^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f620fdc155739c70292013a3f08a0467d03c5b6;p=ceph.git doc/ceph-fuse: describe -n option Fixes: https://tracker.ceph.com/issues/42300 Signed-off-by: Rishabh Dave --- diff --git a/doc/man/8/ceph-fuse.rst b/doc/man/8/ceph-fuse.rst index d4f7702917e2..91888a795469 100644 --- a/doc/man/8/ceph-fuse.rst +++ b/doc/man/8/ceph-fuse.rst @@ -16,10 +16,9 @@ Description =========== **ceph-fuse** is a FUSE ("Filesystem in USErspace") client for Ceph -distributed file system. It will mount a ceph file system specified -via the -m option or described by ceph.conf (see below) at the -specific mount point. See `Mount CephFS using FUSE`_ for detailed -information. +distributed file system. It will mount a ceph file system specified via the -m +option or described by ceph.conf (see below) at the specific mount point. See +`Mount CephFS using FUSE`_ for detailed information. The file system can be unmounted with:: @@ -50,6 +49,10 @@ Any options not recognized by ceph-fuse will be passed on to libfuse. Connect to specified monitor (instead of looking through ceph.conf). +.. option:: -n client.{cephx-username} + + Pass the name of CephX user whose secret key is be to used for mounting. + .. option:: -k Provide path to keyring; useful when it's absent in standard locations.