On reimaging dns4004 today (bullseye, if that matters!), after the completion of the successful Puppet run check towards the end, the cookbook failed with:
File "/usr/lib/python3/dist-packages/spicerack/_menu.py", line 234, in run
raw_ret = runner.run()
File "/srv/deployment/spicerack/cookbooks/sre/hosts/reimage.py", line 564, in run
self._check_icinga()
File "/srv/deployment/spicerack/cookbooks/sre/hosts/reimage.py", line 401, in _check_icinga
self.icinga_host.wait_for_optimal()
File "/usr/lib/python3/dist-packages/spicerack/icinga.py", line 667, in wait_for_optimal
self.recheck_failed_services()
File "/usr/lib/python3/dist-packages/spicerack/icinga.py", line 511, in recheck_failed_services
self._icinga_host.run_sync(*commands, print_output=False, print_progress_bars=False)
File "/usr/lib/python3/dist-packages/spicerack/remote.py", line 520, in run_sync
return self._execute(
File "/usr/lib/python3/dist-packages/spicerack/remote.py", line 717, in _execute
ret = worker.execute()
File "/usr/lib/python3/dist-packages/cumin/transports/clustershell.py", line 65, in execute
raise WorkerError('No commands provided.')I took a peek at /var/log/spicerack/sre/hosts/reimage/202302221438_sukhe_371147_dns4004.out on cumin2002 but I can't really see anything that stands out.
Should I just try running it again or is this related to some recent changes? Thanks!