Skip to content

executor/register: add a 15s sleep before shutdown

Martin Roukala requested to merge executor_register_15s into master

When an error occurs during the registration phase, it is very difficult to diagnose because we do not have a serial console active.

By adding b2c.poweroff_delay=15 in the kernel command line, we give admins time to look at the screen before the machine shuts down.

Merge request reports