You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
In Sandbox.Stop(), we stop guest vm before removing network. This is wrong because in network removal, we might need to unplug network devices. And the wrong ordering can cause network removal failure and thus fail sandbox stop.
Expected result
Network removed before guest stops.
Actual result
Guest is stopped before network is removed.
The text was updated successfully, but these errors were encountered:
We might need to call hypervisor hotunplug to really remove
a network device. We cannot do it after stopping the VM.
Fixes: kata-containers#1956
Signed-off-by: Peng Tao <[email protected]>
Description of problem
In Sandbox.Stop(), we stop guest vm before removing network. This is wrong because in network removal, we might need to unplug network devices. And the wrong ordering can cause network removal failure and thus fail sandbox stop.
Expected result
Network removed before guest stops.
Actual result
Guest is stopped before network is removed.
The text was updated successfully, but these errors were encountered: