-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
additional cgroup testing and implementation of various systemd entities
added support cpu-shares/weight and most Blkio throttle/weight devices. podman currently support ThrottleReadBps devices so I added those, writeBps, and weight devices. write/read iops seems to be lesser supported but will see if that is a possibility in the future. this involved some rewiring in godbus and some questions in systemd. Seems like systemd is pretty rigorous with their device paths, requiring a full path to either char or block as well as the major:minor. This was difficult to debug and will most likely lead to design limitations in the future. Signed-off-by: Charlie Doern <cdoern@redhat.com>
- Loading branch information
Showing
2 changed files
with
161 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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