From: Sage Weil Date: Sat, 2 Feb 2019 18:08:02 +0000 (-0600) Subject: qa/suites/upgade/luminous-x: pglog_hardlimit succeeds now on luminous due to backport X-Git-Tag: v14.1.0~129^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=28546e065d0c738564732eb9366c299d8d1f0af6;p=ceph.git qa/suites/upgade/luminous-x: pglog_hardlimit succeeds now on luminous due to backport Signed-off-by: Sage Weil --- diff --git a/qa/suites/upgrade/luminous-x/stress-split/2-partial-upgrade/firsthalf.yaml b/qa/suites/upgrade/luminous-x/stress-split/2-partial-upgrade/firsthalf.yaml index e084e28daa15..58ff5ac6651c 100644 --- a/qa/suites/upgrade/luminous-x/stress-split/2-partial-upgrade/firsthalf.yaml +++ b/qa/suites/upgrade/luminous-x/stress-split/2-partial-upgrade/firsthalf.yaml @@ -12,8 +12,3 @@ tasks: daemons: [mon.a,mon.b,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 of all mons and 2/3 of osds" -- exec: - osd.0: - - 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"