summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-10-28 10:54:01 -0700
committerSage Weil <sage@newdream.net>2009-10-28 10:54:01 -0700
commit5a9cee261af41bedf37a15ae3666ac1fa866a5cb (patch)
treeb79e17c3638e108363f2e621c54667f0bfe8f681 /man
parent887a347fd94d2b9de1290a7d694e45e7e2f510ba (diff)
downloadceph-5a9cee261af41bedf37a15ae3666ac1fa866a5cb.tar.gz
rgw: initial man page
Diffstat (limited to 'man')
-rw-r--r--man/rgw.832
1 files changed, 32 insertions, 0 deletions
diff --git a/man/rgw.8 b/man/rgw.8
new file mode 100644
index 00000000000..ce0411eead6
--- /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)