From 5a9cee261af41bedf37a15ae3666ac1fa866a5cb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 28 Oct 2009 10:54:01 -0700 Subject: [PATCH] rgw: initial man page --- man/rgw.8 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 man/rgw.8 diff --git a/man/rgw.8 b/man/rgw.8 new file mode 100644 index 0000000000000..ce0411eead652 --- /dev/null +++ b/man/rgw.8 @@ -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) -- 2.39.5