]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/ceph-fuse: add some options to man page 39609/head
authorRishabh Dave <ridave@redhat.com>
Mon, 22 Feb 2021 11:48:22 +0000 (17:18 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 22 Feb 2021 11:55:03 +0000 (17:25 +0530)
Add description for options --id and --client_fs to the ceph-fuse manual
and move description for -d closer to -f since both options are similar.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/man/8/ceph-fuse.rst

index f230626b8aed157e77b1fec638a80579f2bd5694..837c03db2c988acd476786255ea62e76c4482047 100644 (file)
@@ -36,10 +36,6 @@ Any options not recognized by ceph-fuse will be passed on to libfuse.
 
    Mount options.
 
-.. option:: -d
-
-   Run in foreground, send all log output to stderr and enable FUSE debugging (-o debug).
-
 .. option:: -c ceph.conf, --conf=ceph.conf
 
    Use *ceph.conf* configuration file instead of the default
@@ -53,6 +49,12 @@ Any options not recognized by ceph-fuse will be passed on to libfuse.
 
    Pass the name of CephX user whose secret key is be to used for mounting.
 
+.. option:: --id <client-id>
+
+   Pass the name of CephX user whose secret key is be to used for mounting.
+   ``--id`` takes just the ID of the client in contrast to ``-n``. For
+   example, ``--id 0`` for using ``client.0``.
+
 .. option:: -k <path-to-keyring>
 
    Provide path to keyring; useful when it's absent in standard locations.
@@ -65,10 +67,20 @@ Any options not recognized by ceph-fuse will be passed on to libfuse.
 
    Foreground: do not daemonize after startup (run in foreground). Do not generate a pid file.
 
+.. option:: -d
+
+   Run in foreground, send all log output to stderr and enable FUSE debugging
+   (-o debug).
+
 .. option:: -s
 
    Disable multi-threaded operation.
 
+.. option:: --client_fs
+
+   Pass the name of Ceph FS to be mounted. Not passing this option mounts the
+   default Ceph FS on the Ceph cluster.
+
 Availability
 ============