ctr flags of container rootfs propagation#5611
Conversation
|
Hi @kitt1987. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
dc2fa26 to
621d697
Compare
|
Build succeeded.
|
621d697 to
eb2f580
Compare
|
Build succeeded.
|
kzys
left a comment
There was a problem hiding this comment.
/ok-to-test
@containerd/committers Can someone approve GitHub Actions?
AkihiroSuda
left a comment
There was a problem hiding this comment.
Please sign with your full name
Signed-off-by: Kitt Hsu <[email protected]>
eb2f580 to
05e5153
Compare
@AkihiroSuda Updated. Thanks. |
|
Build succeeded.
|
Implement #5381.
A new flag
--rootfs-propagationis added toctr runandctr container createto set propagation of the container rootfs.Its value can be one of the propagation settings lists in Configuare bind propagation.
If the flag is set, say "rshared", users can check settings through
ctr c info CONTAINER, and get the output below.{ "Spec": { "linux": { "rootfsPropagation": "rshared" } } }