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 not recommended for any production or high performance
14 workloads.
15
17 rbd-fuse is a FUSE ("Filesystem in USErspace") client for RADOS block
18 device (rbd) images. Given a pool containing rbd images, it will mount
19 a userspace file system allowing access to those images as regular
20 files at mountpoint.
21
22 The file system can be unmounted with:
23
24 fusermount -u mountpoint
25
26 or by sending SIGINT to the rbd-fuse process.
27
29 Any options not recognized by rbd-fuse will be passed on to libfuse.
30
31 -c ceph.conf
32 Use ceph.conf configuration file instead of the default
33 /etc/ceph/ceph.conf to determine monitor addresses during
34 startup.
35
36 -p pool
37 Use pool as the pool to search for rbd images. Default is rbd.
38
40 rbd-fuse is part of Ceph, a massively scalable, open-source, distrib‐
41 uted storage system. Please refer to the Ceph documentation at
42 http://ceph.com/docs for more information.
43
45 fusermount(8), rbd(8)
46
48 2010-2021, Inktank Storage, Inc. and contributors. Licensed under Cre‐
49 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
50
51
52
53
54dev Mar 18, 2021 RBD-FUSE(8)