~mathiaz/+junk/ceph-new-pkg-review

« back to all changes in this revision

Viewing changes to man/cosd.8

  • Committer: Mathias Gug
  • Date: 2010-07-29 03:10:42 UTC
  • Revision ID: mathias.gug@canonical.com-20100729031042-n9n8kky962qb4onb
Import ceph_0.21-0ubuntu1 from https://launchpad.net/~clint-fewbar/+archive/ceph/+packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH COSD 8
 
2
.SH NAME
 
3
cosd \- ceph object storage daemon
 
4
.SH SYNOPSIS
 
5
.B cosd
 
6
\fB\-i \fIosdnum\fR
 
7
[ \fB\-\-osd\-data \fIdatapath\fR ]
 
8
[ \fB\-\-osd\-journal \fIjournal\fR ]
 
9
[ \fB\-\-mkfs\fR ]
 
10
.SH DESCRIPTION
 
11
.B cosd
 
12
is the object storage daemon for the Ceph distributed file system.
 
13
It is responsible for storing objects on a local file system and 
 
14
providing access to them over the network.
 
15
.PP
 
16
The \fIdatapath\fP argument should be a directory on a btrfs file
 
17
system where the object data resides.  The \fIjournal\fP is optional,
 
18
and is only useful performance-wise when it resides on a different
 
19
disk than \fIdatapath\fP with low latency (ideally, an NVRAM device).
 
20
.SH OPTIONS
 
21
.TP
 
22
\fB\-D\fP
 
23
Debug mode: do not daemonize after startup (run in foreground) and send log output
 
24
to stdout.
 
25
.TP
 
26
\fB\-f\fP
 
27
do not daemonize after startup (run in foreground), but log to the usual location.
 
28
Useful when run via 
 
29
.BR crun (8).
 
30
.TP
 
31
\fB\-\-osd\-data \fIosddata\fP
 
32
Use object store at \fIosddata\fP.
 
33
.TP
 
34
\fB\-\-osd\-journal \fIjournal\fP
 
35
Journal updates to \fIjournal\fP.
 
36
.TP
 
37
\fB\-\-mkfs\fP
 
38
Create an empty object repository.  Normally invoked by
 
39
.BR mkcephfs (8).
 
40
.TP
 
41
\fB\-c\fI ceph.conf\fR, \fB\-\-conf=\fIceph.conf\fR
 
42
Use \fIceph.conf\fP configuration file instead of the default \fI/etc/ceph/ceph.conf\fP
 
43
for runtime configuration options.
 
44
.TP
 
45
\fB\-m\fI monaddress[:port]\fR
 
46
Connect to specified monitor (instead of looking through \fIceph.conf\fR).
 
47
.SH AVAILABILITY
 
48
.B cosd
 
49
is part of the Ceph distributed file system.  Please refer to the Ceph wiki at
 
50
http://ceph.newdream.net/wiki for more information.
 
51
.SH SEE ALSO
 
52
.BR ceph (8),
 
53
.BR cmds (8),
 
54
.BR cmon (8)