summaryrefslogtreecommitdiffstats
path: root/man/cfuse.8
blob: 318194eef0baa5c17113aa32aebe457292ec4ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH CFUSE 8
.SH NAME
cfuse \- FUSE-based client for ceph
.SH SYNOPSIS
.B cfuse
[ \fB\-m monaddr:port\fP ]
\fImountpoint\fP
[ \fIfuse options\fP ]
.SH DESCRIPTION
.B cfuse
is a FUSE (File system in USErspace) client for Ceph distributed
file system.  It will mount a ceph file system (specified via the
\fB\-m\fP option for described by \fIceph.conf\fP (see below) at
the specific mount point.
.PP
The file system can be unmounted with:
.IP
fusermount -u \fImountpoint\fP
.PP
or by sending SIGINT to the \fBcfuse\fP process.
.SH OPTIONS
Any options not recognized by \fBcfuse\fP will be passed on to libfuse.
.TP
\fB\-d\fP
Detach from console and daemonize after startup.
.TP
\fB\-c\fI ceph.conf\fR, \fB\-\-conf=\fIceph.conf\fR
Use \fIceph.conf\fP configuration file instead of the default \fI/etc/ceph/ceph.conf\fP
to determine monitor addresses during startup.
.TP
\fB\-m\fI monaddress[:port]\fR
Connect to specified monitor (instead of looking through \fIceph.conf\fR).
.SH AVAILABILITY
.B cfuse
is part of the Ceph distributed file system.  Please refer to the Ceph wiki at
http://ceph.newdream.net/wiki for more information.
.SH SEE ALSO
.BR fusermount (8),
.BR ceph (8)