]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc:Update ceph-fuse doc 20562/head
authorJos Collin <jcollin@redhat.com>
Fri, 23 Feb 2018 13:46:25 +0000 (19:16 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 23 Feb 2018 14:57:45 +0000 (20:27 +0530)
Fixes: http://tracker.ceph.com/issues/23084
Signed-off-by: Jos Collin <jcollin@redhat.com>
doc/man/8/ceph-fuse.rst

index 1865b93c43f3b8dc2fc142f25bfc940061131e2f..fffa7c0ee4e9657b4a0beade06af502bc4b4c956 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
@@ -33,6 +33,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.
@@ -46,10 +50,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
 ============