]> git.proxmox.com Git - ceph.git/blob - ceph/doc/man/8/ceph-fuse.rst
update sources to 12.2.7
[ceph.git] / ceph / doc / man / 8 / ceph-fuse.rst
1 :orphan:
2
3 =========================================
4 ceph-fuse -- FUSE-based client for ceph
5 =========================================
6
7 .. program:: ceph-fuse
8
9 Synopsis
10 ========
11
12 | **ceph-fuse** [-n *client.username*] [ -m *monaddr*:*port* ] *mountpoint* [ *fuse options* ]
13
14
15 Description
16 ===========
17
18 **ceph-fuse** is a FUSE (File system in USErspace) client for Ceph
19 distributed file system. It will mount a ceph file system (specified
20 via the -m option for described by ceph.conf (see below) at the
21 specific mount point.
22
23 The file system can be unmounted with::
24
25 fusermount -u mountpoint
26
27 or by sending ``SIGINT`` to the ``ceph-fuse`` process.
28
29
30 Options
31 =======
32
33 Any options not recognized by ceph-fuse will be passed on to libfuse.
34
35 .. option:: -o opt,[opt...]
36
37 mount options.
38
39 .. option:: -d
40
41 Run in foreground, send all log output to stderr and enable FUSE debugging (-o debug).
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
52 .. option:: --client_mountpoint/-r root_directory
53
54 Use root_directory as the mounted root, rather than the full Ceph tree.
55
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.
63
64 Availability
65 ============
66
67 **ceph-fuse** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to
68 the Ceph documentation at http://ceph.com/docs for more information.
69
70
71 See also
72 ========
73
74 fusermount(8),
75 :doc:`ceph <ceph>`\(8)