~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/test/cli/radosgw-admin/help.t

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    log show                   dump a log from specific object or (bucket + date
26
26
                               + bucket-id)
27
27
    log rm                     remove log object
 
28
    usage show                 show usage (by user, date range)
 
29
    usage trim                 show usage (by user, date range)
28
30
    temp remove                remove temporary objects that were created up to
29
31
                               specified date (and optional time)
30
32
  options:
44
46
     --pool=<pool>
45
47
     --object=<object>
46
48
     --date=<yyyy-mm-dd>
 
49
     --start-date=<yyyy-mm-dd>
 
50
     --end-date=<yyyy-mm-dd>
47
51
     --time=<HH:MM:SS>
48
52
     --bucket-id=<bucket-id>
49
53
     --format=<format>         specify output format for certain operations: xml,
56
60
     --show-log-sum=<flag>     enable/disable dump of log summation on log show
57
61
     --skip-zero-entries       log show only dumps entries that don't have zero value
58
62
                               in one of the numeric field
 
63
     --yes-i-really-mean-it    required for certain operations
59
64
  --conf/-c        Read configuration from the given configuration file
60
65
  -d               Run in foreground, log to stderr.
61
66
  -f               Run in foreground, log to usual location.