summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGreg Farnum <gregf@hq.newdream.net>2010-05-19 10:35:28 -0700
committerGreg Farnum <gregf@hq.newdream.net>2010-05-19 10:35:28 -0700
commite0315485c07e505e0e320cde028ce93a6e621963 (patch)
tree6b94ce34ea89f82497ed91ce8c932569589b3b62 /man
parenta7769755c18882a259af6b8756f227bf2e71561e (diff)
downloadceph-e0315485c07e505e0e320cde028ce93a6e621963.tar.gz
rados: update documentation to mention mkpool and rmpool
Diffstat (limited to 'man')
-rw-r--r--man/rados.87
1 files changed, 7 insertions, 0 deletions
diff --git a/man/rados.8 b/man/rados.8
index f2aabb49f59..29b55c6869c 100644
--- a/man/rados.8
+++ b/man/rados.8
@@ -4,6 +4,7 @@ rados \- rados object storage utility
.SH SYNOPSIS
.B rados
[ \fB\-m\fI monaddr\fR ]
+[ mkpool | rmpool \fI foo]
[ \fB\-p\fP | \fB\-\-pool\fI pool\fR ]
[ \fB\-s\fP | \fB\-\-snap\fI snap\fR ]
[ \fB\-i\fI infile\fR ]
@@ -44,6 +45,12 @@ List object pools
\fBdf\fI
Show utilization statistics, including disk usage (bytes) and object counts, over the entire system
and broken down by pool.
+.TP
+\fBmkpool\fI foo
+Create a pool with name foo.
+.TP
+\fBrmpool\fI foo
+Delete the pool foo (and all its data)
.SH POOL SPECIFIC COMMANDS
.TP
\fBget \fIname\fP \fIoutfile\fP