forked from ceph/ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Josh Durgin <[email protected]>
- Loading branch information
Showing
8 changed files
with
99 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.TH "RADOSGW-ADMIN" "8" "September 22, 2011" "dev" "Ceph" | ||
.TH "RADOSGW-ADMIN" "8" "February 17, 2012" "dev" "Ceph" | ||
.SH NAME | ||
radosgw-admin \- rados REST gateway user administration utility | ||
. | ||
|
@@ -32,12 +32,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | |
. | ||
.SH SYNOPSIS | ||
.nf | ||
\fBradosgw-admin\fP \fIcommand\fP [ \fIoptions\fP \fI...\fP ] | ||
\fBradosgw\-admin\fP \fIcommand\fP [ \fIoptions\fP \fI...\fP ] | ||
.fi | ||
.sp | ||
.SH DESCRIPTION | ||
.sp | ||
\fBradosgw-admin\fP is a RADOS gateway user administration utility. It | ||
\fBradosgw\-admin\fP is a RADOS gateway user administration utility. It | ||
allows creating and modifying users. | ||
.SH COMMANDS | ||
.sp | ||
|
@@ -137,7 +137,7 @@ Generate a new user: | |
.sp | ||
.nf | ||
.ft C | ||
$ radosgw-admin user gen \-\-display\-name="johnny rotten" \-\-[email protected] | ||
$ radosgw\-admin user gen \-\-display\-name="johnny rotten" \-\-[email protected] | ||
User ID: CHBQFRTG26I8DGJDGQLW | ||
Secret Key: QR6cI/31N+J0VKVgHSpEGVSfEEsmf6PyXG040KCB | ||
Display Name: johnny rotten | ||
|
@@ -148,28 +148,28 @@ Remove a user: | |
.sp | ||
.nf | ||
.ft C | ||
$ radosgw-admin user rm \-\-uid=CHBQFRTG26I8DGJDGQLW | ||
$ radosgw\-admin user rm \-\-uid=CHBQFRTG26I8DGJDGQLW | ||
.ft P | ||
.fi | ||
.sp | ||
Remove a bucket: | ||
.sp | ||
.nf | ||
.ft C | ||
$ radosgw-admin bucket unlink \-\-bucket=foo | ||
$ radosgw\-admin bucket unlink \-\-bucket=foo | ||
.ft P | ||
.fi | ||
.sp | ||
Show the logs of a bucket from April 1st 2011: | ||
.sp | ||
.nf | ||
.ft C | ||
$ radosgw-admin log show \-\-bucket=foo \-\-date=2011=04\-01 | ||
$ radosgw\-admin log show \-\-bucket=foo \-\-date=2011=04\-01 | ||
.ft P | ||
.fi | ||
.SH AVAILABILITY | ||
.sp | ||
\fBradosgw-admin\fP is part of the Ceph distributed file system. Please | ||
\fBradosgw\-admin\fP is part of the Ceph distributed file system. Please | ||
refer to the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more | ||
information. | ||
.SH SEE ALSO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters