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 -c ceph.conf, --conf=ceph.conf
31 Use ceph.conf configuration file instead of the default
32 /etc/ceph/ceph.conf to determine monitor addresses during
33 startup.
34
35 -m monaddress[:port]
36 Connect to specified monitor (instead of looking through
37 ceph.conf).
38
39 -n client.{cephx-username}
40 Pass the name of CephX user whose secret key is be to used for
41 mounting.
42
43 --id <client-id>
44 Pass the name of CephX user whose secret key is be to used for
45 mounting. --id takes just the ID of the client in contrast to
46 -n. For example, --id 0 for using client.0.
47
48 -k <path-to-keyring>
49 Provide path to keyring; useful when it's absent in standard lo‐
50 cations.
51
52 --client_mountpoint/-r root_directory
53 Use root_directory as the mounted root, rather than the full
54 Ceph tree.
55
56 -f Foreground: do not daemonize after startup (run in foreground).
57 Do not generate a pid file.
58
59 -d Run in foreground, send all log output to stderr and enable FUSE
60 debugging (-o debug).
61
62 -s Disable multi-threaded operation.
63
64 --client_fs
65 Pass the name of Ceph FS to be mounted. Not passing this option
66 mounts the default Ceph FS on the Ceph cluster.
67
69 ceph-fuse is part of Ceph, a massively scalable, open-source, distrib‐
70 uted storage system. Please refer to the Ceph documentation at
71 https://docs.ceph.com for more information.
72
74 fusermount(8), ceph(8)
75
77 2010-2023, Inktank Storage, Inc. and contributors. Licensed under Cre‐
78 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
79
80
81
82
83dev Nov 02, 2023 CEPH-FUSE(8)