]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix cli test
authorYehuda Sadeh <yehuda@inktank.com>
Mon, 11 Jun 2012 22:13:18 +0000 (15:13 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Mon, 11 Jun 2012 22:13:18 +0000 (15:13 -0700)
Get it up to date with latest cli changes.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/test/cli/radosgw-admin/help.t

index 4d36c3c240e693cd2d87320424d55d068ab4dac6..8f94f023d29616097fe3b4f6b490fbf460717163 100644 (file)
@@ -25,6 +25,8 @@
     log show                   dump a log from specific object or (bucket + date
                                + bucket-id)
     log rm                     remove log object
+    usage show                 show usage (by user, date range)
+    usage trim                 show usage (by user, date range)
     temp remove                remove temporary objects that were created up to
                                specified date (and optional time)
   options:
@@ -44,6 +46,8 @@
      --pool=<pool>
      --object=<object>
      --date=<yyyy-mm-dd>
+     --start-date=<yyyy-mm-dd>
+     --end-date=<yyyy-mm-dd>
      --time=<HH:MM:SS>
      --bucket-id=<bucket-id>
      --format=<format>         specify output format for certain operations: xml,
@@ -56,6 +60,7 @@
      --show-log-sum=<flag>     enable/disable dump of log summation on log show
      --skip-zero-entries       log show only dumps entries that don't have zero value
                                in one of the numeric field
+     --yes-i-really-mean-it    required for certain operations
   --conf/-c        Read configuration from the given configuration file
   -d               Run in foreground, log to stderr.
   -f               Run in foreground, log to usual location.