-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix rootfs-propagation #484
fix rootfs-propagation #484
Conversation
@@ -130,11 +130,9 @@ __oci-runtime-tool_complete_compliance_level() { | |||
__oci-runtime-tool_complete_propagations() { | |||
COMPREPLY=( $( compgen -W " | |||
private | |||
rprivate | |||
rshared | |||
rslave |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This catches up with the 1.0 spec, but we may want to see how opencontainers/runtime-spec#923 plays out before removing them. Or we can remove them now and restore them later if the the r*
forms get added to the spec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove them now, and make changes when spec changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, we can remove them now.
Signed-off-by: zhouhao <[email protected]>
Signed-off-by: zhouhao <[email protected]>
0ba2765
to
6dabb9b
Compare
I have modified a similar situation in |
@liangchenye @hqhq PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -130,11 +130,9 @@ __oci-runtime-tool_complete_compliance_level() { | |||
__oci-runtime-tool_complete_propagations() { | |||
COMPREPLY=( $( compgen -W " | |||
private | |||
rprivate | |||
rshared | |||
rslave |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, we can remove them now.
Signed-off-by: zhouhao [email protected]