Mark Goddard

Results 79 comments of Mark Goddard

I tend to use Red Hat distros, so it's not a priority for me. Does lack of support for netplan prevent support of 18.04?

I hit a similar issue to this. The cause ended up being using `docker kill --signal HUP `, which Docker assumes will stop the container and marks it as not...

I'm using SIGHUP, which doesn't typically kill a process. I found an old docker bug about the issue: https://github.com/moby/moby/issues/11065. Thanks for replying.

Has merge conflicts.

This is going to break everyone. Bad decision.

I think this is more of a bug in stackhpc-image-elements.

I traced this through to the linear strategy plugin, in `StrategyModule.run()`. The `result` is only updated when using any_errors_fatal or max_fail_percentage, so we never meet this condition: ```python display.debug("checking to...

> We discussed this in backlog today, and think this is working as expected - it's not that we ran out of hosts, it terminated early. We should document callback...