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