Page MenuHomePhabricator
Paste P11568

wmf-reimage stacktrace
ActivePublic

Authored by akosiaris on Jun 17 2020, 1:20 PM.
Tags
None
Referenced Files
F31869235: raw.txt
Jun 17 2020, 1:20 PM
Subscribers
None
Scheduling downtime on Icinga server icinga1001.wikimedia.org for hosts: kubernetes2014.codfw.wmnet
Exception raised while executing cookbook sre.hosts.downtime:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/spicerack/cookbook.py", line 410, in _run
ret = self.module.run(args, self.spicerack)
File "/srv/deployment/spicerack/cookbooks/sre/hosts/downtime.py", line 67, in run
icinga.downtime_hosts(remote_hosts.hosts, reason, duration=duration)
File "/usr/lib/python3/dist-packages/spicerack/icinga.py", line 222, in downtime_hosts
self._icinga_host.run_sync(*commands)
File "/usr/lib/python3/dist-packages/spicerack/remote.py", line 476, in run_sync
batch_sleep=batch_sleep, is_safe=is_safe)
File "/usr/lib/python3/dist-packages/spicerack/remote.py", line 646, in _execute
raise RemoteExecutionError(ret, 'Cumin execution failed')