-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
@devimc can you run a stress test on this. Create and delete a large number of containers. Last time we tried this change we periodically saw that the host side unmount issues... even after qemu was terminated. |
@mcastelino sure, I can run the stress test |
@devimc we also tried an alternative way to fix this But that resulted in hanging mounts. @chavafg can we add this test to our CI. As we seemed to have missed this kind of test. |
@chavafg @mcastelino would be nice to run all docker test twice but with different storage driver (devicemapper and overlay) |
stress test results using default clear containers kernel (no 9p patch) clearcontainers/runtime#570 |
@mcastelino: @grahamwhaley has opened clearcontainers/tests#491 which verifies that the CC components have ended successfully after deleting the containers, Graham, can you add a step there to check if there are mounted paths left behind? |
@chavafg That's a good idea. Hopefully we can do that in a way that caters for different storage drivers as well (if that makes a difference). |
Thanks @grahamwhaley |
running the same test of clearcontainers/runtime#570 but using a kernel with this patch, I don't see any instance of qemu running and all rootfs have been unmounted
|
@devimc would you be able to run the script from: |
|
Thanks @devimc. |
Fixes clearcontainers#112 Signed-off-by: Julio Montes <[email protected]>
@devimc Please add a brief description in the PR and in the commit to know why this PR is needed. |
This update includes patches added in clearcontainers#110 and clearcontainers#133 Fixes: clearcontainers#143 Signed-off-by: Geronimo Orozco <[email protected]>
This update includes patches added in clearcontainers#110 and clearcontainers#133 Fixes: clearcontainers#143 Signed-off-by: Geronimo Orozco <[email protected]>
This update includes patches added in clearcontainers#110 and clearcontainers#133 Fixes: clearcontainers#143 Signed-off-by: Geronimo Orozco <[email protected]>
This update includes patches added in clearcontainers#110 and clearcontainers#133 Fixes: clearcontainers#143 Signed-off-by: Geronimo Orozco <[email protected]>
We need to update clear-containers rootfs image and the kernel that is being used in testing. * Image: Updated agent with a fix for deadlock clearcontainers/packaging#158 * Kernel: Add support for native hot plug clearcontainers/packaging#133 Fix 9p fs unlink-ftruncate clearcontainers/packaging#110 Fixes clearcontainers#631 Signed-off-by: Geronimo Orozco <[email protected]>
build_image.sh: OPTIND prevent unwanted word-splitting
Fixes intel/cc-oci-runtime#152
Fixes intel/cc-oci-runtime#1062
Signed-off-by: Julio Montes [email protected]