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

cgroup2: implement runc ps #2149

Merged
merged 1 commit into from
Oct 31, 2019
Merged

Conversation

AkihiroSuda
Copy link
Member

@AkihiroSuda AkihiroSuda commented Oct 18, 2019

Implemented runc ps for cgroup v2 , using a newly added method m.GetUnifiedPath().
Unlike the v1 implementation that checks m.GetPaths()["devices"], the v2 implementation does not require the device controller to be available.

Implemented `runc ps` for cgroup v2 , using a newly added method `m.GetUnifiedPath()`.
Unlike the v1  implementation that checks `m.GetPaths()["devices"]`, the v2 implementation does not require the device controller to be available.

Signed-off-by: Akihiro Suda <[email protected]>
@crosbymichael
Copy link
Member

crosbymichael commented Oct 24, 2019

LGTM

Approved with PullApprove

@AkihiroSuda
Copy link
Member Author

@mrunalp @hqhq @dqminh @cyphar PTAL?

@hqhq
Copy link
Contributor

hqhq commented Oct 31, 2019

LGTM

Approved with PullApprove

@hqhq hqhq merged commit e57a774 into opencontainers:master Oct 31, 2019
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.

3 participants