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

[Runtime] Allow for excluding pid from state #661

Closed
wants to merge 1 commit into from

Conversation

RobDolinMS
Copy link
Collaborator

Replaces #459

Signed-off-by: Rob Dolin (MSFT) robdolin@microsoft.com

Replaces #459

Signed-off-by: Rob Dolin (MSFT) <robdolin@microsoft.com>
@@ -21,6 +21,7 @@ The value MAY be one of:

Additional values MAY be defined by the runtime, however, they MUST be used to represent new runtime states not defined above.
* **`pid`**: (int) is the ID of the container process, as seen by the host.
The pid MAY be excluded or set to a value indicating empty or null if it is not seen by the host.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i wonder if its useful to further clarified what it means by "pid is not seen by the host". I only understand this phrase when reading background of https://github.com/opencontainers/runtime-spec/pull/459/files.

Perhaps something like:

pid MAY be excluded when the container's kernel is isolated from the host / or the host does not manage the container pids

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: there's some trailing whitespace on the current line.

@hqhq
Copy link
Contributor

hqhq commented Jan 22, 2017

@RobDolinMS Any specific reasons that you can't do rebase in #459 ? I'll be better to do rebase there so we can keep good tracking.

@crosbymichael
Copy link
Member

Please rebase your original PRs and not create new ones.

Thanks! ;)

@crosbymichael crosbymichael deleted the RobDolinMS-459-replace branch February 2, 2017 22:24
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.

5 participants