This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
vc: bind destination should be removed when unmounting #1974
Labels
Comments
darfux
added a commit
to darfux/runtime
that referenced
this issue
Aug 19, 2019
`virtcontainers.ensureDestinationExists` will create the bind destination directory/file, which should be removed properly when unmounting. Fixes: kata-containers#1974
darfux
added a commit
to darfux/runtime
that referenced
this issue
Aug 19, 2019
`virtcontainers.ensureDestinationExists` will create the bind destination directory/file, which should be removed properly when unmounting. Fixes: kata-containers#1974 Signed-off-by: Li Yuxuan <[email protected]>
darfux
added a commit
to darfux/runtime
that referenced
this issue
Aug 19, 2019
`virtcontainers.ensureDestinationExists` will create the bind destination directory/file, which should be removed properly when unmounting. Fixes: kata-containers#1974 Signed-off-by: Li Yuxuan <[email protected]>
darfux
added a commit
to darfux/runtime
that referenced
this issue
Aug 20, 2019
`virtcontainers.ensureDestinationExists` will create the bind destination directory/file, which should be removed properly when unmounting. Fixes: kata-containers#1974 Signed-off-by: Li Yuxuan <[email protected]>
darfux
added a commit
to darfux/runtime
that referenced
this issue
Aug 20, 2019
`virtcontainers.ensureDestinationExists` will create the bind destination directory/file, which should be removed properly when unmounting. Fixes: kata-containers#1974 Signed-off-by: Li Yuxuan <[email protected]>
darfux
added a commit
to darfux/runtime
that referenced
this issue
Aug 20, 2019
`virtcontainers.ensureDestinationExists` will create the bind destination directory/file, which should be removed properly when unmounting. Fixes: kata-containers#1974 Signed-off-by: Li Yuxuan <[email protected]>
darfux
added a commit
to darfux/runtime
that referenced
this issue
Aug 23, 2019
`virtcontainers.ensureDestinationExists` will create the bind destination directory/file, which should be removed properly when unmounting. Fixes: kata-containers#1974 Signed-off-by: Li Yuxuan <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
virtcontainers.ensureDestinationExists
will create the bind destination directory/file, which should be removed properly when unmounting.Expected result
When a container is stopped, the created bind destinations are removed as well.
Actual result
The files/directories still leaves in
kataHostSharedDir
The text was updated successfully, but these errors were encountered: