From: Tamil Muthamizhan Date: Fri, 18 Nov 2016 21:35:19 +0000 (-0800) Subject: This is triggering failures like X-Git-Tag: v10.2.6~165^2^2~15^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aa6f7f7e1a4375648b8c7ab068e345f7ae89adf1;p=ceph.git This is triggering failures like 2016-11-18T01:17:08.865 INFO:tasks.ceph.osd.3:Stopping old one... 2016-11-18T01:17:08.865 DEBUG:tasks.ceph.osd.3:waiting for process to exit 2016-11-18T01:17:08.865 INFO:teuthology.orchestra.run:waiting for 300 2016-11-18T01:17:09.199 INFO:tasks.thrashosds.thrasher:Traceback (most recent call last): File "/home/teuthworker/src/ceph-qa-suite_wip-whitelist-crc/tasks/ceph_manager.py", line 660, in wrapper return func(self) File "/home/teuthworker/src/ceph-qa-suite_wip-whitelist-crc/tasks/ceph_manager.py", line 677, in do_sighup self.ceph_manager.signal_osd(osd, signal.SIGHUP, silent=True) File "/home/teuthworker/src/ceph-qa-suite_wip-whitelist-crc/tasks/ceph_manager.py", line 1865, in signal_osd self.cluster).signal(sig, silent=silent) File "/home/teuthworker/src/teuthology_master/teuthology/orchestra/daemon.py", line 111, in signal self.proc.stdin.write(struct.pack('!b', sig)) File "/home/teuthworker/src/teuthology_master/virtualenv/local/lib/python2.7/site-packages/paramiko/file.py", line 377, in write raise IOError('File is closed') IOError: File is closed so trying to avoid this error. Signed-off-by: Tamil Muthamizhan --- diff --git a/suites/upgrade/hammer-x/stress-split/3-thrash/default.yaml b/suites/upgrade/hammer-x/stress-split/3-thrash/default.yaml index 6c97885c19b2..3cd3fc20233f 100644 --- a/suites/upgrade/hammer-x/stress-split/3-thrash/default.yaml +++ b/suites/upgrade/hammer-x/stress-split/3-thrash/default.yaml @@ -12,4 +12,5 @@ tasks: timeout: 1200 chance_pgnum_grow: 1 chance_pgpnum_fix: 1 + sighup_delay: 0 - print: "**** done thrashosds 3-thrash"