rgw: initial man page

This commit is contained in:
Sage Weil 2009-10-28 10:54:01 -07:00
parent 887a347fd9
commit 5a9cee261a

32
man/rgw.8 Normal file
View File

@ -0,0 +1,32 @@
.TH RGW 8
.SH NAME
rgw \- rados REST gateway
.SH SYNOPSIS
.B rgw
.SH DESCRIPTION
.B rgw
is an HTTP REST gateway for the RADOS object store, a part of the Ceph
distributed storage system. It is implemented as a FastCGI module using
libfcgi, and can be used in conjunction any FastCGI capable web server.
.SH OPTIONS
.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 EXAMPLES
To grab a copy of the current OSD map:
.IP
ceph -m 1.2.3.4:6789 osd getmap -o osdmap
.PP
To get a dump of placement group (PG) state:
.IP
ceph pg dump -o pg.txt
.SH AVAILABILITY
.B rgw
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 ceph (8)