From: Jos Collin Date: Fri, 23 Feb 2018 13:46:25 +0000 (+0530) Subject: doc:Update ceph-fuse doc X-Git-Tag: v12.2.6~93^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=31bd8bceda3dd856a1183f788f0cd03de575c01e;p=ceph.git doc:Update ceph-fuse doc Fixes: http://tracker.ceph.com/issues/23084 Signed-off-by: Jos Collin (cherry picked from commit 12b4960656bd0c23a0fa46fa572a6e17c99d4613) --- diff --git a/doc/man/8/ceph-fuse.rst b/doc/man/8/ceph-fuse.rst index cede60e5f417..e89d95b5de95 100644 --- a/doc/man/8/ceph-fuse.rst +++ b/doc/man/8/ceph-fuse.rst @@ -9,7 +9,7 @@ Synopsis ======== -| **ceph-fuse** [ -m *monaddr*:*port* ] *mountpoint* [ *fuse options* ] +| **ceph-fuse** [-n *client.username*] [ -m *monaddr*:*port* ] *mountpoint* [ *fuse options* ] Description @@ -32,6 +32,10 @@ Options Any options not recognized by ceph-fuse will be passed on to libfuse. +.. option:: -o opt,[opt...] + + mount options. + .. option:: -d Detach from console and daemonize after startup. @@ -45,10 +49,17 @@ Any options not recognized by ceph-fuse will be passed on to libfuse. Connect to specified monitor (instead of looking through ceph.conf). -.. option:: -r root_directory +.. option:: --client_mountpoint/-r root_directory Use root_directory as the mounted root, rather than the full Ceph tree. +.. option:: -f + + Foreground: do not daemonize after startup (run in foreground). Do not generate a pid file. + +.. option:: -s + + Disable multi-threaded operation. Availability ============