From fe7df00aecf137bbe7395a0fc6ad5cd27c458123 Mon Sep 17 00:00:00 2001 From: Arkadi Shishlov Date: Sat, 17 Jan 2015 17:09:35 +0200 Subject: [PATCH] Add blkio cgroup to list of supported subsystems --- container/libcontainer/helpers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/container/libcontainer/helpers.go b/container/libcontainer/helpers.go index 25e595b6..43bf184f 100644 --- a/container/libcontainer/helpers.go +++ b/container/libcontainer/helpers.go @@ -70,6 +70,7 @@ var supportedSubsystems map[string]struct{} = map[string]struct{}{ "cpuacct": {}, "memory": {}, "cpuset": {}, + "blkio": {}, } // Get stats of the specified container