Skip to content
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

Merged
merged 2 commits into from
Oct 18, 2017

Conversation

zhouhao3
Copy link

Signed-off-by: zhouhao [email protected]

@@ -130,11 +130,9 @@ __oci-runtime-tool_complete_compliance_level() {
__oci-runtime-tool_complete_propagations() {
COMPREPLY=( $( compgen -W "
private
rprivate
rshared
rslave
Copy link
Contributor

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.

Copy link
Author

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.

Copy link
Member

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.

@Mashimiao
Copy link

Mashimiao commented Sep 26, 2017

LGTM

Approved with PullApprove

@zhouhao3 zhouhao3 changed the title bash: fix rootfs-propagation fix rootfs-propagation Sep 29, 2017
@zhouhao3
Copy link
Author

I have modified a similar situation in generate.go. PTAL

@zhouhao3
Copy link
Author

zhouhao3 commented Oct 6, 2017

ping @Mashimiao @liangchenye @hqhq @mrunalp

@Mashimiao
Copy link

Mashimiao commented Oct 9, 2017

LGTM

Approved with PullApprove

@zhouhao3
Copy link
Author

@liangchenye @hqhq PTAL

Copy link
Member

@liangchenye liangchenye left a 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
Copy link
Member

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.

@liangchenye
Copy link
Member

liangchenye commented Oct 18, 2017

LGTM

Approved with PullApprove

@liangchenye liangchenye merged commit 5fd848b into opencontainers:master Oct 18, 2017
@zhouhao3 zhouhao3 deleted the fix-rootfs-propagation branch October 18, 2017 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants