]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc:Update ceph-fuse doc 21603/head
authorJos Collin <jcollin@redhat.com>
Fri, 23 Feb 2018 13:46:25 +0000 (19:16 +0530)
committerJos Collin <jcollin@redhat.com>
Mon, 23 Apr 2018 15:26:52 +0000 (20:56 +0530)
Fixes: http://tracker.ceph.com/issues/23084
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit 12b4960656bd0c23a0fa46fa572a6e17c99d4613)

doc/man/8/ceph-fuse.rst

index cede60e5f41768777254763c403d3220a68f79b6..e89d95b5de95da681cd3df9e2eb8cd5e3c8ba95c 100644 (file)
@@ -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
 ============