Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit c8bfd0a

Browse files
committed
bump containerd/cgroups c4b9ac5c7601384c965b9646fc515884e091ebb9
full diff: github.com/containerd/cgroups containerd/cgroups@4994991...c4b9ac5 changes included: - containerd/cgroups#81 Add network stats - addresses containerd/cgroups#80 Add network metrics - containerd/cgroups#85 Fix cgroup hugetlb size prefix for kB - addresses kubernetes/kubernetes#77169 Permission denied on hugetlb due to wrong filename - relates to opencontainers/runc#2065 Fix cgroup hugetlb size prefix for kB - containerd/cgroups#88 cgroups: fix MoveTo function fail problem - containerd/cgroups#92 fixed an issue with invalid soft memory limits - containerd/cgroups#93 avoid adding io_serviced and io_service_bytes duplicately - fixes containerd/containerd#3412 collected metric container_blkio_io_serviced_recursive_total: was collected before with the same name and label values Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 0af1099a81861dd0269adad53bdfb387b5c78f39) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: fe00613d0686a47519048a190f1138504a2cdedc Component: engine
1 parent 78173b2 commit c8bfd0a

File tree

7 files changed

+554
-125
lines changed

7 files changed

+554
-125
lines changed

components/engine/vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ google.golang.org/genproto 694d95ba50e67b2e363f3483057d
120120
github.com/containerd/containerd 7c1e88399ec0b0b077121d9d5ad97e647b11c870
121121
github.com/containerd/fifo a9fb20d87448d386e6d50b1f2e1fa70dcf0de43c
122122
github.com/containerd/continuity aaeac12a7ffcd198ae25440a9dff125c2e2703a7
123-
github.com/containerd/cgroups 4994991857f9b0ae8dc439551e8bebdbb4bf66c1
123+
github.com/containerd/cgroups c4b9ac5c7601384c965b9646fc515884e091ebb9
124124
github.com/containerd/console 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
125125
github.com/containerd/go-runc e029b79d8cda8374981c64eba71f28ec38e5526f
126126
github.com/containerd/typeurl 2a93cfde8c20b23de8eb84a5adbc234ddf7a9e8d

components/engine/vendor/github.com/containerd/cgroups/blkio.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/github.com/containerd/cgroups/cgroup.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/engine/vendor/github.com/containerd/cgroups/memory.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)