From cd760804a095ea807f01cc5a61f5ddfba41699fa Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 22 Feb 2021 17:18:22 +0530 Subject: [PATCH] doc/ceph-fuse: add some options to man page 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 --- doc/man/8/ceph-fuse.rst | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/doc/man/8/ceph-fuse.rst b/doc/man/8/ceph-fuse.rst index f230626b8aed..837c03db2c98 100644 --- a/doc/man/8/ceph-fuse.rst +++ b/doc/man/8/ceph-fuse.rst @@ -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 + + 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 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 ============ -- 2.47.3