From 7f620fdc155739c70292013a3f08a0467d03c5b6 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 14 Oct 2019 19:36:07 +0530 Subject: [PATCH] doc/ceph-fuse: describe -n option Fixes: https://tracker.ceph.com/issues/42300 Signed-off-by: Rishabh Dave --- doc/man/8/ceph-fuse.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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. -- 2.47.3