1CEPH-FUSE(8) Ceph CEPH-FUSE(8)
2
3
4
6 ceph-fuse - FUSE-based client for ceph
7
9 ceph-fuse [-n client.username] [ -m monaddr:port ] mountpoint [ fuse options ]
10
11
13 ceph-fuse is a FUSE (File system in USErspace) client for Ceph distrib‐
14 uted file system. It will mount a ceph file system specified via the -m
15 option or described by ceph.conf (see below) at the specific mount
16 point. See Mount CephFS using FUSE for detailed information.
17
18 The file system can be unmounted with:
19
20 fusermount -u mountpoint
21
22 or by sending SIGINT to the ceph-fuse process.
23
25 Any options not recognized by ceph-fuse will be passed on to libfuse.
26
27 -o opt,[opt...]
28 mount options.
29
30 -d Run in foreground, send all log output to stderr and enable FUSE
31 debugging (-o debug).
32
33 -c ceph.conf, --conf=ceph.conf
34 Use ceph.conf configuration file instead of the default
35 /etc/ceph/ceph.conf to determine monitor addresses during
36 startup.
37
38 -m monaddress[:port]
39 Connect to specified monitor (instead of looking through
40 ceph.conf).
41
42 --client_mountpoint/-r root_directory
43 Use root_directory as the mounted root, rather than the full
44 Ceph tree.
45
46 -f Foreground: do not daemonize after startup (run in foreground).
47 Do not generate a pid file.
48
49 -s Disable multi-threaded operation.
50
52 ceph-fuse is part of Ceph, a massively scalable, open-source, distrib‐
53 uted storage system. Please refer to the Ceph documentation at
54 http://ceph.com/docs for more information.
55
57 fusermount(8), ceph(8)
58
60 2010-2014, Inktank Storage, Inc. and contributors. Licensed under Cre‐
61 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
62
63
64
65
66dev Apr 14, 2019 CEPH-FUSE(8)