ci: workaround to avoid mutate cgroupv2 mount options#5318
Conversation
|
@xujihui1985 an you explain what is the problem, show the output and all? It is not clear from the description |
See #5267. TL;DR: runc checkpoint/restore changes host cgroup2 mount options. |
Sorry for the confusion. This PR was split out from the original PR #5267 and provides a workaround for the problem described in this issue: checkpoint-restore/criu#3029 |
rata
left a comment
There was a problem hiding this comment.
LGTM, thanks! Can we link the issue as a comment in the tests?
rata
left a comment
There was a problem hiding this comment.
Sorry I didn't see this before, small simple fixes :)
62b3483 to
a282d3c
Compare
I'm not sure though how it will handle complex cases such as sub-cgroups etc. Anyway, this patch LGTM |
|
@xujihui1985 can you replace |
(the fix belongs to criu) |
ae7adce to
055d500
Compare
thanks for advice, I have replaced the commit prefix with ci
@rata also link the issue as a comment in the tests |
rata
left a comment
There was a problem hiding this comment.
I think we are still missing one place at the go unit tests. Or am I missing something? Otherwise, LGTM :)
add --manage-cgroups-mode ignore to avoid pollute cgroupv2 mount options during unittest and intergration test checkpoint-restore/criu#3029 Signed-off-by: sean <xujihui1985@gmail.com>
055d500 to
3805b01
Compare
add --manage-cgroups-mode ignore to avoid pollute cgroupv2 mount options during unittest and intergration test
checkpoint-restore/criu#3029