Revive release/1.1 branch by merging main#254
Closed
kzys wants to merge 293 commits intocontainerd:release/1.1from
Closed
Revive release/1.1 branch by merging main#254kzys wants to merge 293 commits intocontainerd:release/1.1from
kzys wants to merge 293 commits intocontainerd:release/1.1from
Conversation
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
…stats Added current and max swap and memory usage stats
…tions Added OOM notification for Memory controller
.travis.yml: add cgroup v2 Vagrant box
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
Signed-off-by: bpopovschi <[email protected]>
pids stat was not functional due to the whitespace issue Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
v2: fix issues
…oller Added RDMA controller
Added ebps support(based on runc implementation)
Signed-off-by: Akihiro Suda <[email protected]>
v2: fix rdma nil panic
Signed-off-by: Wei Fu <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
v2: put Devices to Resources struct as a field, not as a method
Signed-off-by: Akihiro Suda <[email protected]>
Fix containerd#121 Signed-off-by: Akihiro Suda <[email protected]>
v2: toggle ancestors of c.path, not c.path itself
v2: follow package import rule and update license statement
Signed-off-by: Wei Fu <[email protected]>
.github: use ubuntu-22.04 to test cgroupv2
Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Kazuyoshi Kato <[email protected]>
Upgrade github.com/cilium/ebpf from v0.4.0 to v0.9.1
Just stumbled upon https://github.com/containerd/cgroups/pull/77/files#r259087886 thanks @mikebrow Signed-off-by: Abirdcfly Fu <[email protected]>
typo shoulld -> should
In threaded mode, we need to add thread id to cgroup.threads. This work is to make the cgroupv2 manager support AddThread(). Fixes: containerd#242 Signed-off-by: yaoyinnan <[email protected]>
Support to handle more than 4 fields in cpuacct.stat
Support cgroup.AddThread in cgroupv2 manager
io/ioutil has been deprecated since Go 1.16. Signed-off-by: Kazuyoshi Kato <[email protected]>
Check that cgroup is empty before deleting
Don't use ioutil
Signed-off-by: Austin Vazquez <[email protected]>
Update actions runner OS image to Ubuntu 22.04. Update actions/checkout and actions/setup-go packages from v2 to v3. Signed-off-by: Austin Vazquez <[email protected]>
Upgrade GitHub actions CI workflow
Closed
8e24ea8 to
06f1a0a
Compare
added 2 commits
November 8, 2022 02:06
This commit merges fe7323f into release/1.1 branch to cut 1.1.0. The commit was the last commit before migrating off from gogo/protobuf. We have cut release/1.1 in 2019-2020, but haven't really used. Signed-off-by: Kazuyoshi Kato <[email protected]>
Signed-off-by: Kazuyoshi Kato <[email protected]>
Member
Author
|
Note that reviving |
Member
|
I assume nobody has ever used the |
Member
Author
|
Yeah. That could be possible. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit merges fe7323f into
release/1.1 branch to cut 1.1.0. The commit was the last commit before
migrating off from gogo/protobuf.
We have cut release/1.1 in 2019-2020, but haven't really used.