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

libcontainer/specconv/spec_linux: Add support for (no)iversion #1462

Closed
wants to merge 1 commit into from

Conversation

wking
Copy link
Contributor

@wking wking commented May 26, 2017

Part of catching runC up with the spec, which punts valid options to mount(8). Part of opencontainers/runtime-spec#771.

Part of catching runC up with the spec, which punts valid options to
mount(8) [1,2].

[1]: https://github.com/opencontainers/runtime-spec/blame/v1.0.0-rc5/config.md#L68
[2]: opencontainers/runtime-spec#771

Signed-off-by: W. Trevor King <wking@tremily.us>
@cyphar
Copy link
Member

cyphar commented May 26, 2017

Did you have to open 4 PRs to add 4 pairs of lines to the same file... 😕

@wking
Copy link
Contributor Author

wking commented May 26, 2017 via email

@cyphar
Copy link
Member

cyphar commented May 26, 2017

Please make them a single PR.

but having separate PRs allows folks to push back on or accept the options with more granularity.

Why not make it 8 PRs so that we have even more granularity? Personally I've always hated no flags so we really should only merge the positive flags because positivity is good. /s

In all seriousness, the reason I've had so much trouble keeping track of runtime-spec PRs is because you keep opening large numbers of interrelated pull requests. While you might think this helps, it really doesn't -- there is a limited amount of GitHub notifications I can comb through in a certain period of time and having to context switch for each PR just gets exhausting.

@wking
Copy link
Contributor Author

wking commented May 26, 2017 via email

@cyphar
Copy link
Member

cyphar commented May 26, 2017

To be clear, that comment appears to be a separate complaint (conflating formatting changes and semantic changes to a specification document). There is a fairly big difference between a specification document and source code as well.

@wking
Copy link
Contributor Author

wking commented May 26, 2017 via email

@wking
Copy link
Contributor Author

wking commented May 26, 2017

Rolled into #1460 at @cyphar's request.

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.

None yet

2 participants