-
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: Sage Weil <[email protected]>
- Loading branch information
Showing
5 changed files
with
25 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
usr/bin/radosgw | ||
usr/bin/radosgw_admin | ||
usr/bin/radosgw-admin | ||
usr/share/man/man8/radosgw.8 | ||
usr/share/man/man8/radosgw_admin.8 | ||
etc/bash_completion.d/radosgw_admin | ||
usr/share/man/man8/radosgw-admin.8 | ||
etc/bash_completion.d/radosgw-admin |
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,19 +1,19 @@ | ||
================================================================= | ||
radosgw_admin -- rados REST gateway user administration utility | ||
radosgw-admin -- rados REST gateway user administration utility | ||
================================================================= | ||
|
||
.. program:: radosgw_admin | ||
.. program:: radosgw-admin | ||
|
||
Synopsis | ||
======== | ||
|
||
| **radosgw_admin** *command* [ *options* *...* ] | ||
| **radosgw-admin** *command* [ *options* *...* ] | ||
|
||
Description | ||
=========== | ||
|
||
**radosgw_admin** is a RADOS gateway user administration utility. It | ||
**radosgw-admin** is a RADOS gateway user administration utility. It | ||
allows creating and modifying users. | ||
|
||
|
||
|
@@ -106,27 +106,27 @@ Examples | |
|
||
Generate a new user:: | ||
|
||
$ 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 | ||
|
||
Remove a user:: | ||
|
||
$ radosgw_admin user rm --uid=CHBQFRTG26I8DGJDGQLW | ||
$ radosgw-admin user rm --uid=CHBQFRTG26I8DGJDGQLW | ||
|
||
Remove a bucket:: | ||
|
||
$ radosgw_admin bucket unlink --bucket=foo | ||
$ radosgw-admin bucket unlink --bucket=foo | ||
|
||
Show the logs of a bucket from April 1st 2011:: | ||
|
||
$ radosgw_admin log show --bucket=foo --date=2011=04-01 | ||
$ radosgw-admin log show --bucket=foo --date=2011=04-01 | ||
|
||
Availability | ||
============ | ||
|
||
**radosgw_admin** is part of the Ceph distributed file system. Please | ||
**radosgw-admin** is part of the Ceph distributed file system. Please | ||
refer to the Ceph wiki at http://ceph.newdream.net/wiki for more | ||
information. | ||
|
||
|
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,6 +1,6 @@ | ||
.TH "RADOSGW_ADMIN" "8" "September 22, 2011" "dev" "Ceph" | ||
.TH "RADOSGW-ADMIN" "8" "September 22, 2011" "dev" "Ceph" | ||
.SH NAME | ||
radosgw_admin \- rados REST gateway user administration utility | ||
radosgw-admin \- rados REST gateway user administration utility | ||
. | ||
.nr rst2man-indent-level 0 | ||
. | ||
|
@@ -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 | ||
|