From a3b158311ae383ad33ec0600b3ae43a67dc3b752 Mon Sep 17 00:00:00 2001 From: xinxin shu Date: Fri, 30 Jan 2015 14:36:35 +0800 Subject: [PATCH] add tests for ceph pg ls-by-pool Signed-off-by: xinxin shu --- qa/workunits/cephtool/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 98e9de995e78b..f17dd97f22a7d 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -1074,6 +1074,8 @@ function test_mon_pg() ceph pg ls-by-osd osd.0 active ceph pg ls-by-osd osd.0 active stale ceph pg ls-by-osd osd.0 0 active stale + ceph pg ls-by-pool rbd + ceph pg ls-by-pool rbd active stale # can't test this... # ceph pg force_create_pg ceph pg getmap -o $TMPDIR/map.$$ -- 2.39.5