]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/ceph-fuse: describe -n option 30911/head
authorRishabh Dave <ridave@redhat.com>
Mon, 14 Oct 2019 14:06:07 +0000 (19:36 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 4 Nov 2019 12:39:39 +0000 (18:09 +0530)
Fixes: https://tracker.ceph.com/issues/42300
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/man/8/ceph-fuse.rst

index d4f7702917e2c7f0381e721bf10c2e98c653afbc..91888a795469bb55520a5a33024e0427ce63880f 100644 (file)
@@ -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 <path-to-keyring>
 
    Provide path to keyring; useful when it's absent in standard locations.