From: xinxin shu Date: Fri, 30 Jan 2015 02:38:27 +0000 (+0800) Subject: add tests for ceph pg ls-by-primary X-Git-Tag: v0.93~65^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=742c5e8b2d126d98a8f8d941cecbdf943ae110d4;p=ceph.git add tests for ceph pg ls-by-primary Signed-off-by: xinxin shu --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index d00ac4638003..9873b2589fb6 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -1064,6 +1064,11 @@ function test_mon_pg() ceph pg ls active stale ceph pg ls 0 active ceph pg ls 0 active stale + ceph pg ls-by-primary osd.0 + ceph pg ls-by-primary osd.0 0 + ceph pg ls-by-primary osd.0 active + ceph pg ls-by-primary osd.0 active stale + ceph pg ls-by-primary osd.0 0 active stale # can't test this... # ceph pg force_create_pg ceph pg getmap -o $TMPDIR/map.$$