Merge pull request #449 from arkadijs/blkio
Add blkio cgroup to list of supported subsystems
This commit is contained in:
commit
82bd9e927e
@ -70,6 +70,7 @@ var supportedSubsystems map[string]struct{} = map[string]struct{}{
|
||||
"cpuacct": {},
|
||||
"memory": {},
|
||||
"cpuset": {},
|
||||
"blkio": {},
|
||||
}
|
||||
|
||||
// Get stats of the specified container
|
||||
|
Loading…
Reference in New Issue
Block a user