mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-06 07:54:22 +01:00
Merge pull request #1935 from eryugey/dev
virtiofs: wait for virtiofsd process to release its resources
This commit is contained in:
@@ -658,6 +658,8 @@ func (q *qemu) setupVirtiofsd(timeout int) (remain int, err error) {
|
||||
}
|
||||
}
|
||||
q.Logger().Info("virtiofsd quits")
|
||||
// Wait to release resources of virtiofsd process
|
||||
cmd.Process.Wait()
|
||||
q.stopSandbox()
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user