X-Git-Url: https://git.proxmox.com/?p=ceph.git;a=blobdiff_plain;f=ceph%2Fdoc%2Fman%2F8%2Fceph-fuse.rst;h=6c88a5a8f1a0bb4ee5f07138a8e77195bca35159;hp=cede60e5f41768777254763c403d3220a68f79b6;hb=28e407b858acd3bddc89f68583571f771bb42e46;hpb=dfcb7b53b2e4fcd2a5af0240d4975adc711ab96e diff --git a/ceph/doc/man/8/ceph-fuse.rst b/ceph/doc/man/8/ceph-fuse.rst index cede60e5f..6c88a5a8f 100644 --- a/ceph/doc/man/8/ceph-fuse.rst +++ b/ceph/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,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 ============