Merge pull request #449 from arkadijs/blkio

Add blkio cgroup to list of supported subsystems
This commit is contained in:
Vish Kannan 2015-01-19 21:04:44 -08:00
commit 82bd9e927e

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