Skip to content

Commit

Permalink
add tests for ceph pg ls-by-primary
Browse files Browse the repository at this point in the history
Signed-off-by: xinxin shu <[email protected]>
  • Loading branch information
xinxin shu committed Feb 10, 2015
1 parent f814262 commit 742c5e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qa/workunits/cephtool/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.$$
Expand Down

0 comments on commit 742c5e8

Please sign in to comment.