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 ("Filesystem in USErspace") client for Ceph dis‐
14 tributed file system. It will mount a ceph file system specified via
15 the -m option or described by ceph.conf (see below) at the specific
16 mount 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 -n client.{cephx-username}
43 Pass the name of CephX user whose secret key is be to used for
44 mounting.
45
46 -k <path-to-keyring>
47 Provide path to keyring; useful when it's absent in standard
48 locations.
49
50 --client_mountpoint/-r root_directory
51 Use root_directory as the mounted root, rather than the full
52 Ceph tree.
53
54 -f Foreground: do not daemonize after startup (run in foreground).
55 Do not generate a pid file.
56
57 -s Disable multi-threaded operation.
58
60 ceph-fuse is part of Ceph, a massively scalable, open-source, distrib‐
61 uted storage system. Please refer to the Ceph documentation at
62 http://ceph.com/docs for more information.
63
65 fusermount(8), ceph(8)
66
68 2010-2021, Inktank Storage, Inc. and contributors. Licensed under Cre‐
69 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
70
71
72
73
74dev Mar 18, 2021 CEPH-FUSE(8)