From db27c3f5a367972cc5074eeae6ad805b59ce8dc9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 5 Aug 2013 13:06:21 -0700 Subject: [PATCH] qa/workunits/cephtool/test.sh: add tests for 'pg dump ...' Signed-off-by: Sage Weil --- qa/workunits/cephtool/test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 24b7885863dd7..fe790c2ded81e 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 -- 2.39.5