From: Sage Weil Date: Mon, 28 Nov 2016 16:56:02 +0000 (-0500) Subject: upgrade/hammer-x/stress-split-*: disable sighup injection X-Git-Tag: v10.2.6~165^2^2~12^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2eba625267ff1d7f57e65bf1f98458d954084491;p=ceph.git upgrade/hammer-x/stress-split-*: disable sighup injection We already did this for stress-split; do the same here. It triggers a File closed exception when the greenlet is joined. Signed-off-by: Sage Weil --- diff --git a/suites/upgrade/hammer-x/stress-split-erasure-code-x86_64/3-thrash/default.yaml b/suites/upgrade/hammer-x/stress-split-erasure-code-x86_64/3-thrash/default.yaml index 081884514bd3..94bc8d9d1adb 100644 --- a/suites/upgrade/hammer-x/stress-split-erasure-code-x86_64/3-thrash/default.yaml +++ b/suites/upgrade/hammer-x/stress-split-erasure-code-x86_64/3-thrash/default.yaml @@ -12,4 +12,5 @@ tasks: chance_pgnum_grow: 1 chance_pgpnum_fix: 1 min_in: 4 + sighup_delay: 0 - print: "**** done thrashosds 3-thrash" diff --git a/suites/upgrade/hammer-x/stress-split-erasure-code/3-thrash/default.yaml b/suites/upgrade/hammer-x/stress-split-erasure-code/3-thrash/default.yaml index 01eb7fbb2808..42029f3e0baa 100644 --- a/suites/upgrade/hammer-x/stress-split-erasure-code/3-thrash/default.yaml +++ b/suites/upgrade/hammer-x/stress-split-erasure-code/3-thrash/default.yaml @@ -14,4 +14,5 @@ tasks: chance_pgnum_grow: 1 chance_pgpnum_fix: 1 min_in: 4 + sighup_delay: 0 - print: "**** done thrashosds 3-thrash"