summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@hq.newdream.net>2009-10-28 11:51:46 -0700
committerYehuda Sadeh <yehuda@hq.newdream.net>2009-10-28 11:51:46 -0700
commite0cf00c7bd9278fef4fe2fb875301091582a143e (patch)
treefa1cb39a08dd9c1b3e3b3223b56b2acbb19e801b /man
parent236c7ea051ced256afbb4a1575f260dfe0502f84 (diff)
downloadceph-e0cf00c7bd9278fef4fe2fb875301091582a143e.tar.gz
rgw: man page for rgw_admin
Diffstat (limited to 'man')
-rw-r--r--man/rgw_admin.861
1 files changed, 61 insertions, 0 deletions
diff --git a/man/rgw_admin.8 b/man/rgw_admin.8
new file mode 100644
index 00000000000..1e5ab0813bc
--- /dev/null
+++ b/man/rgw_admin.8
@@ -0,0 +1,61 @@
+.TH RGW 8
+.SH NAME
+rgw_admin \- rados REST gateway user administration utility
+.SH SYNOPSIS
+.B rgw_admin
+[ \fB\-\-user\-gen\fR ]
+[ \fB\-\-user\-modify\fR ]
+[ \fB\-\-read\-policy\fR ]
+[ \fB\-\-list\-buckets\fR ] [ options ... ]
+.SH DESCRIPTION
+.B rgw_admin
+is a RADOS gateway user administration utility. It allows creating and modifying users.
+.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).
+.TP
+\fB\-\-user\-gen\fR
+Generate a new user.
+.TP
+\fB\-\-user\-modify\fR
+Modify an existing user.
+.TP
+\fB\-\-read\-policy\fR
+Show the ACL policy of an bucket or object.
+.TP
+\fB\-\-list\-buckets\fR
+Dump the list of buckets that belong to a specific user.
+.TP
+\fB\-\-uid=\fIid\fR
+Specify the user id for this operation.
+.TP
+\fB\-\-key=\fIkey\fR
+Configure the secret key for this user.
+.TP
+\fB\-\-display\-name=\fIname\fR
+Configure the display name of the user.
+.TP
+\fB\-\-bucket=\fIbucket\fR
+Specify the bucket name.
+.TP
+\fB\-\-object=\fIobject\fR
+Specify the object name.
+.SH EXAMPLES
+To generate a new user:
+.IP
+ $ ./rgw_admin --user-gen --display-name="johnny rotten" --email=johnny@rotten.com
+ User ID: CHBQFRTG26I8DGJDGQLW
+ Secret Key: QR6cI/31N+J0VKVgHSpEGVSfEEsmf6PyXG040KCB
+ Display Name: johnny rotten
+.PP
+.SH AVAILABILITY
+.B rgw_admin
+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)