Skip to content

Wait until all domains are stopped before returning from shutdown

Nick Rosbrook requested to merge enr0n/redctl:shutdown-fix into master

Currently, shutdown will only wait until xl shutdown --wait returns, but this does not actually guarantee that all domains have stopped (particularly the ndvm).

To fix that, query the list of running domains, and wait until that list only contains dom0 before returning from the shutdown command.

Merge request reports