-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Conversation
The parsing would find the wrong '-' in lines like this: 354 347 0:28 /system.slice/docker-654dd7b6b8bbfe1739ae3309b471e95ccc82b3a3f56b7879f0a811d68b5c4e1d.scope /sys/fs/cgroup/cpuacct,cpu ro,nosuid,nodev,noexec,relatime - cgroup cgroup rw,cpuacct,cpu
I've tested this as follows:
Dockerfile
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you very much for finding and fixing it!
@dotnet-bot test Tizen armel Cross Debug Build please |
* Fix cgroup mountinfo parsing The parsing would find the wrong '-' in lines like this: 354 347 0:28 /system.slice/docker-654dd7b6b8bbfe1739ae3309b471e95ccc82b3a3f56b7879f0a811d68b5c4e1d.scope /sys/fs/cgroup/cpuacct,cpu ro,nosuid,nodev,noexec,relatime - cgroup cgroup rw,cpuacct,cpu * cgroup: don't append cgroup relative path for reading docker limits
Thanks @janvorli |
* Fix cgroup mountinfo parsing The parsing would find the wrong '-' in lines like this: 354 347 0:28 /system.slice/docker-654dd7b6b8bbfe1739ae3309b471e95ccc82b3a3f56b7879f0a811d68b5c4e1d.scope /sys/fs/cgroup/cpuacct,cpu ro,nosuid,nodev,noexec,relatime - cgroup cgroup rw,cpuacct,cpu * cgroup: don't append cgroup relative path for reading docker limits
@janvorli I'm having a look at what commits could be picked to bring this to 2.0.x. |
@tmds the release/2.0.0 branch is now frozen for the 2.0.1 release, we can back port it after it opens again. |
@tmds I've ported these three commits to release/2.0.0 branch, so it will be part of the 2.0.2 release. |
Thanks @janvorli ! |
354 347 0:28 /system.slice/docker-654dd7b6b8bbfe1739ae3309b471e95ccc82b3a3f56b7879f0a811d68b5c4e1d.scope /sys/fs/cgroup/cpuacct,cpu ro,nosuid,nodev,noexec,relatime - cgroup cgroup rw,cpuacct,cpu