From: liuchang0812 Date: Mon, 3 Jul 2017 08:31:31 +0000 (+0800) Subject: test: add test of ceph compact command X-Git-Tag: v12.1.1~18^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16045%2Fhead;p=ceph.git test: add test of ceph compact command Signed-off-by: liuchang0812 --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 428c404baf5..2395f1baef7 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -2332,6 +2332,12 @@ function test_osd_tell_help_command() expect_false ceph tell osd.100 help } +function test_osd_compact() +{ + ceph tell osd.1 compact + ceph daemon osd.1 compact +} + function test_mds_tell_help_command() { local FS_NAME=cephfs @@ -2411,6 +2417,7 @@ OSD_TESTS+=" osd_negative_filestore_merge_threshold" OSD_TESTS+=" tiering_agent" OSD_TESTS+=" admin_heap_profiler" OSD_TESTS+=" osd_tell_help_command" +OSD_TESTS+=" osd_compact" MDS_TESTS+=" mds_tell" MDS_TESTS+=" mon_mds"