dom0: Force NetVM shutdown (#304)
Just allow to shut down netvm and firewallvm at the same time.
This commit is contained in:
parent
342261ff10
commit
1b1073d1ff
@ -61,7 +61,7 @@ stop()
|
|||||||
|
|
||||||
echo -n $"Stopping NetVMs:"
|
echo -n $"Stopping NetVMs:"
|
||||||
for VM in `get_running_netvms`; do
|
for VM in `get_running_netvms`; do
|
||||||
qvm-run -q --shutdown --wait $VM
|
qvm-run -q --force --shutdown --wait $VM
|
||||||
done
|
done
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user