-
Notifications
You must be signed in to change notification settings - Fork 374
Revert "vc: change container rootfs to be a mount" #1577
Revert "vc: change container rootfs to be a mount" #1577
Conversation
/test |
Do not restrict ubuntu version to run with devicemapper. We have now moved most of our jobs to ubuntu 18.04 and we were not testing with devicemapper. With this change, we will test cri-o with devicemapper on all ubuntu versions. Fixes: kata-containers#1493. Depends-on: github.com/kata-containers/runtime#1577 Signed-off-by: Salvador Fuentes <[email protected]>
4e81a20
to
18080fd
Compare
This reverts commit 196661b. Reverting because cri-o with devicemapper started to fail after this commit was merged. Fixes: kata-containers#1574. Signed-off-by: Salvador Fuentes <[email protected]>
0fd4dc5
to
bc9b9e2
Compare
@bergwolf please chime in on this one, as this was your PR. |
/test |
weird.... @chavafg do you mean the kata changes blocked the CI of CRI-O project? |
@gnawux yes, we have a CI job running on their repo. |
It's unusual that an internal change of a project breaks the CI of another project. Does this mean we do not have device mapper being tested in our CI? |
We stopped testing with devicemapper when we moved from ubuntu 16.04 to 18.04, Didn't realized honestly until this failure. I have opened kata-containers/tests#1494 to fix that. |
ping @bergwolf, take a look here |
@jcvenegas I don't have a cri-o setup to reproduce it. Do you have full logs somewhere that I can access to see what happened there? |
@bergwolf I think you can check the logs in http://jenkins.katacontainers.io/job/kata-containers-crio-PR/1702/ |
cri-o first umounted the mountpoint and then removed the device mapper device( I did test containerd devmapper snapshotter (w/ both v1 and v2 shims) and docker device mapper graphdriver, and didn't see such failure. So I guess it is something special with cri-o. I need to setup a cri-o environment to understand its workflow there. In the meantime, feel free to merge this PR if you are certain that it is the root cause for the cri-o failure.
|
@kata-containers/runtime ptal and provide approvals if you agree, so this can be merged. @bergwolf has agreed to merge it while he takes a look at the issue. |
This reverts commit 196661b.
Reverting because cri-o with devicemapper started
to fail after this commit was merged.
Fixes: #1574.