diff options
author | Yehuda Sadeh <yehuda@inktank.com> | 2013-10-11 17:08:06 -0700 |
---|---|---|
committer | Yehuda Sadeh <yehuda@inktank.com> | 2013-10-11 17:08:06 -0700 |
commit | 8aa7f65f4b1c74454767c805b232a7d732378c1a (patch) | |
tree | 17d25b2641e8382acbdfbebcaf30f8cfe5ac8531 | |
parent | 91f0c82cd2bfcdd6752626e5abbbaf1c67635e64 (diff) | |
download | ceph-8aa7f65f4b1c74454767c805b232a7d732378c1a.tar.gz |
test: update cli test for radosgw-admin
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r-- | src/test/cli/radosgw-admin/help.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 524d0edd8ba..ed559916b4c 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -23,6 +23,9 @@ bucket check check bucket index object rm remove object object unlink unlink object from bucket index + quota set set quota params + quota enable enable quota + quota disable disable quota region get show region info regions list list all regions set on this cluster region set set region info (requires infile) @@ -116,6 +119,11 @@ <date> := "YYYY-MM-DD[ hh:mm:ss]" + Quota options: + --bucket specified bucket for quota command + --max-objects specify max objects + --max-size specify max size (in bytes) + --conf/-c Read configuration from the given configuration file --id/-i set ID portion of my name --name/-n set name (TYPE.ID) |