1CEPH-FUSE(8)                         Ceph                         CEPH-FUSE(8)
2
3
4

NAME

6       ceph-fuse - FUSE-based client for ceph
7

SYNOPSIS

9       ceph-fuse [-n client.username] [ -m monaddr:port ] mountpoint [ fuse options ]
10
11

DESCRIPTION

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

OPTIONS

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       -k <path-to-keyring>
43              Provide path to keyring; useful when  it's  absent  in  standard
44              locations.
45
46       --client_mountpoint/-r root_directory
47              Use  root_directory  as  the  mounted root, rather than the full
48              Ceph tree.
49
50       -f     Foreground: do not daemonize after startup (run in  foreground).
51              Do not generate a pid file.
52
53       -s     Disable multi-threaded operation.
54

AVAILABILITY

56       ceph-fuse  is part of Ceph, a massively scalable, open-source, distrib‐
57       uted  storage  system.  Please  refer  to  the  Ceph  documentation  at
58       http://ceph.com/docs for more information.
59

SEE ALSO

61       fusermount(8), ceph(8)
62
64       2010-2020,  Inktank Storage, Inc. and contributors. Licensed under Cre‐
65       ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
66
67
68
69
70dev                              Apr 21, 2020                     CEPH-FUSE(8)
Impressum