]> git.proxmox.com Git - ceph.git/blame - ceph/doc/man/8/ceph-fuse.rst
update sources to 12.2.7
[ceph.git] / ceph / doc / man / 8 / ceph-fuse.rst
CommitLineData
7c673cae
FG
1:orphan:
2
3=========================================
4 ceph-fuse -- FUSE-based client for ceph
5=========================================
6
7.. program:: ceph-fuse
8
9Synopsis
10========
11
28e407b8 12| **ceph-fuse** [-n *client.username*] [ -m *monaddr*:*port* ] *mountpoint* [ *fuse options* ]
7c673cae
FG
13
14
15Description
16===========
17
18**ceph-fuse** is a FUSE (File system in USErspace) client for Ceph
19distributed file system. It will mount a ceph file system (specified
20via the -m option for described by ceph.conf (see below) at the
21specific mount point.
22
23The file system can be unmounted with::
24
25 fusermount -u mountpoint
26
27or by sending ``SIGINT`` to the ``ceph-fuse`` process.
28
29
30Options
31=======
32
33Any options not recognized by ceph-fuse will be passed on to libfuse.
34
28e407b8
AA
35.. option:: -o opt,[opt...]
36
37 mount options.
38
7c673cae
FG
39.. option:: -d
40
28e407b8 41 Run in foreground, send all log output to stderr and enable FUSE debugging (-o debug).
7c673cae
FG
42
43.. option:: -c ceph.conf, --conf=ceph.conf
44
45 Use *ceph.conf* configuration file instead of the default
46 ``/etc/ceph/ceph.conf`` to determine monitor addresses during startup.
47
48.. option:: -m monaddress[:port]
49
50 Connect to specified monitor (instead of looking through ceph.conf).
51
28e407b8 52.. option:: --client_mountpoint/-r root_directory
7c673cae
FG
53
54 Use root_directory as the mounted root, rather than the full Ceph tree.
55
28e407b8
AA
56.. option:: -f
57
58 Foreground: do not daemonize after startup (run in foreground). Do not generate a pid file.
59
60.. option:: -s
61
62 Disable multi-threaded operation.
7c673cae
FG
63
64Availability
65============
66
67**ceph-fuse** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to
68the Ceph documentation at http://ceph.com/docs for more information.
69
70
71See also
72========
73
74fusermount(8),
75:doc:`ceph <ceph>`\(8)