mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
Merge PR #20562 into master
* refs/pull/20562/head: doc:Update ceph-fuse doc Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
d59b41342a
@ -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
|
||||
============
|
||||
|
Loading…
Reference in New Issue
Block a user