]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/man/8/ceph-fuse.rst
update sources to 12.2.7
[ceph.git] / ceph / doc / man / 8 / ceph-fuse.rst
index cede60e5f41768777254763c403d3220a68f79b6..6c88a5a8f1a0bb4ee5f07138a8e77195bca35159 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,9 +32,13 @@ 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.
+   Run in foreground, send all log output to stderr and enable FUSE debugging (-o debug).
 
 .. option:: -c ceph.conf, --conf=ceph.conf
 
@@ -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
 ============