Skip to content

Get container state from lxc-info

Niall McGee requested to merge bt/iopsys:feature/fix_swmodd_startup into devel

swmodd startup checks container state by parsing lxc-ls -f output. A bug means that the state for some containers isn't obtained, so they can't be auto-started.

This patch gets the state without parsing from lxc-info -s -H directly.

Merge request reports