From: Sage Weil Date: Fri, 15 Feb 2019 02:16:12 +0000 (-0600) Subject: qa/suites/upgrade/mimic-x/stress-split: drop pglog_hardlimit test X-Git-Tag: v14.1.0~91^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=19be155c3e23cc9cc840aa620dddb620f49af02c;p=ceph.git qa/suites/upgrade/mimic-x/stress-split: drop pglog_hardlimit test Signed-off-by: Sage Weil --- diff --git a/qa/suites/upgrade/mimic-x/stress-split/2-partial-upgrade/firsthalf.yaml b/qa/suites/upgrade/mimic-x/stress-split/2-partial-upgrade/firsthalf.yaml index 35487192074..c88a297ab2e 100644 --- a/qa/suites/upgrade/mimic-x/stress-split/2-partial-upgrade/firsthalf.yaml +++ b/qa/suites/upgrade/mimic-x/stress-split/2-partial-upgrade/firsthalf.yaml @@ -12,8 +12,3 @@ tasks: daemons: [mon.a,mon.b,mon.c,mgr.x,osd.0,osd.1,osd.2,osd.3,osd.4,osd.5,osd.6,osd.7] mon-health-to-clog: false - print: "**** done ceph.restart all mons and 2/3 of osds" -- exec: - mon.a: - - ceph osd set pglog_hardlimit && exit 1 || true - - ceph osd dump --format=json-pretty | grep "flags" -- print: "**** try to set pglog_hardlimit, should not succeed"