Add blkio cgroup to list of supported subsystems

This commit is contained in:
Arkadi Shishlov 2015-01-17 17:09:35 +02:00
parent 1d49af5061
commit fe7df00aec

View File

@ -70,6 +70,7 @@ var supportedSubsystems map[string]struct{} = map[string]struct{}{
"cpuacct": {}, "cpuacct": {},
"memory": {}, "memory": {},
"cpuset": {}, "cpuset": {},
"blkio": {},
} }
// Get stats of the specified container // Get stats of the specified container