mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
add tests for ceph pg ls
Signed-off-by: xinxin shu <xinxin.shu@intel.com>
This commit is contained in:
parent
a1f634b52f
commit
2ac116e939
@ -1058,6 +1058,12 @@ function test_mon_pg()
|
||||
ceph pg dump_stuck stale
|
||||
ceph pg dump_stuck undersized
|
||||
ceph pg dump_stuck degraded
|
||||
ceph pg ls
|
||||
ceph pg ls 0
|
||||
ceph pg ls stale
|
||||
ceph pg ls active stale
|
||||
ceph pg ls 0 active
|
||||
ceph pg ls 0 active stale
|
||||
# can't test this...
|
||||
# ceph pg force_create_pg
|
||||
ceph pg getmap -o $TMPDIR/map.$$
|
||||
|
Loading…
Reference in New Issue
Block a user