1RBD-FUSE(8) Ceph RBD-FUSE(8)
2
3
4
6 rbd-fuse - expose rbd images as files
7
9 rbd-fuse [ -p pool ] [-c conffile] mountpoint [ fuse options ]
10
11
13 rbd-fuse is a FUSE (File system in USErspace) client for RADOS block
14 device (rbd) images. Given a pool containing rbd images, it will mount
15 a userspace filesystem allowing access to those images as regular files
16 at mountpoint.
17
18 The file system can be unmounted with:
19
20 fusermount -u mountpoint
21
22 or by sending SIGINT to the rbd-fuse process.
23
25 Any options not recognized by rbd-fuse will be passed on to libfuse.
26
27 -c ceph.conf
28 Use ceph.conf configuration file instead of the default
29 /etc/ceph/ceph.conf to determine monitor addresses during
30 startup.
31
32 -p pool
33 Use pool as the pool to search for rbd images. Default is rbd.
34
36 rbd-fuse is part of Ceph, a massively scalable, open-source, distrib‐
37 uted storage system. Please refer to the Ceph documentation at
38 http://ceph.com/docs for more information.
39
41 fusermount(8), rbd(8)
42
44 2010-2014, Inktank Storage, Inc. and contributors. Licensed under Cre‐
45 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
46
47
48
49
50dev Apr 14, 2019 RBD-FUSE(8)