Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / man / 8 / rbd-fuse.rst
1 :orphan:
2
3 =======================================
4  rbd-fuse -- expose rbd images as files
5 =======================================
6
7 .. program:: rbd-fuse
8
9 Synopsis
10 ========
11
12 | **rbd-fuse** [ -p pool ] [-c conffile] *mountpoint* [ *fuse options* ]
13
14
15 Description
16 ===========
17
18 **rbd-fuse** is a FUSE (File system in USErspace) client for RADOS
19 block device (rbd) images.  Given a pool containing rbd images,
20 it will mount a userspace filesystem allowing access to those images
21 as regular files at **mountpoint**.
22
23 The file system can be unmounted with::
24
25         fusermount -u mountpoint
26
27 or by sending ``SIGINT`` to the ``rbd-fuse`` process.
28
29
30 Options
31 =======
32
33 Any options not recognized by rbd-fuse will be passed on to libfuse.
34
35 .. option:: -c ceph.conf
36
37    Use *ceph.conf* configuration file instead of the default
38    ``/etc/ceph/ceph.conf`` to determine monitor addresses during startup.
39
40 .. option:: -p pool
41
42    Use *pool* as the pool to search for rbd images.  Default is ``rbd``.
43
44
45 Availability
46 ============
47
48 **rbd-fuse** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to
49 the Ceph documentation at http://ceph.com/docs for more information.
50
51
52 See also
53 ========
54
55 fusermount(8),
56 :doc:`rbd <rbd>`\(8)