Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / 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** [ -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:: -d
36
37    Detach from console and daemonize after startup.
38
39 .. option:: -c ceph.conf, --conf=ceph.conf
40
41    Use *ceph.conf* configuration file instead of the default
42    ``/etc/ceph/ceph.conf`` to determine monitor addresses during startup.
43
44 .. option:: -m monaddress[:port]
45
46    Connect to specified monitor (instead of looking through ceph.conf).
47
48 .. option:: -r root_directory
49
50    Use root_directory as the mounted root, rather than the full Ceph tree.
51
52
53 Availability
54 ============
55
56 **ceph-fuse** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to
57 the Ceph documentation at http://ceph.com/docs for more information.
58
59
60 See also
61 ========
62
63 fusermount(8),
64 :doc:`ceph <ceph>`\(8)