Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

sandbox: remove network before stopping vm #1957

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

bergwolf
Copy link
Member

We might need to call hypervisor hotunplug to really remove
a network device. We cannot do it after stopping the VM.

Fixes: #1956
Signed-off-by: Peng Tao [email protected]

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]>
@bergwolf
Copy link
Member Author

/test

@codecov
Copy link

codecov bot commented Aug 13, 2019

Codecov Report

Merging #1957 into master will not change coverage.
The diff coverage is 0%.

@@           Coverage Diff           @@
##           master    #1957   +/-   ##
=======================================
  Coverage   52.16%   52.16%           
=======================================
  Files         108      108           
  Lines       14227    14227           
=======================================
  Hits         7422     7422           
  Misses       5923     5923           
  Partials      882      882

Copy link

@devimc devimc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bergwolf tanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wrong stop vm vs. network remove order
3 participants