tinkerbell / osie

An in-memory installation environment for bare metal.

Home Page:https://tinkerbell.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

workflow-helper script should not block TTY from spawning

invidian opened this issue · comments

It seems that right now, if workflow-helper script hits infinite loop trying to log in into the docker registry, there is no way to debug it and there is no logs produced to TTY either.

If you look at the serial console output, then the login prompt does not show up until workflow-helper script finishes execution.

It seems this can be fixed by adding command_background=true, as in OpenRC documentation https://github.com/OpenRC/openrc/blob/master/service-script-guide.md.