diff options
author | Sage Weil <sage@inktank.com> | 2013-08-05 13:06:21 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-08-05 13:06:42 -0700 |
commit | db27c3f5a367972cc5074eeae6ad805b59ce8dc9 (patch) | |
tree | ce7de291416753dabe8ebe3753ba329eb2cdd0c7 | |
parent | 42582f02f9612f9bdb3d0e5415c12240c52dad50 (diff) | |
download | ceph-db27c3f5a367972cc5074eeae6ad805b59ce8dc9.tar.gz |
qa/workunits/cephtool/test.sh: add tests for 'pg dump ...'
Signed-off-by: Sage Weil <sage@inktank.com>
-rwxr-xr-x | qa/workunits/cephtool/test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 24b7885863d..fe790c2ded8 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -227,6 +227,14 @@ ceph pg debug unfound_objects_exist ceph pg debug degraded_pgs_exist ceph pg deep-scrub 0.0 ceph pg dump +ceph pg dump pgs_brief --format=json +ceph pg dump pgs --format=json +ceph pg dump pools --format=json +ceph pg dump osds --format=json +ceph pg dump sum --format=json +ceph pg dump all --format=json +ceph pg dump pgs_brief osds --format=json +ceph pg dump pools osds pgs_brief --format=json ceph pg dump_json ceph pg dump_pools_json ceph pg dump_stuck inactive |