Skip to content

Commit

Permalink
add tests for ceph pg ls-by-osd
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 39e2640 commit 6ccced2
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 @@ -1069,6 +1069,11 @@ function test_mon_pg()
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
ceph pg ls-by-osd osd.0
ceph pg ls-by-osd osd.0 0
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
# can't test this...
# ceph pg force_create_pg
ceph pg getmap -o $TMPDIR/map.$$
Expand Down

0 comments on commit 6ccced2

Please sign in to comment.