Merge pull request #98 from vmarmol/fixes
Remove cpuset cgroup for listing on raw driver.
This commit is contained in:
commit
8c890bf447
@ -77,10 +77,9 @@ func Register() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Cgroup susbsystems we support listing (should be the minimal set we need stats from).
|
||||
// Cgroup subsystems we support listing (should be the minimal set we need stats from).
|
||||
var supportedSubsystems map[string]struct{} = map[string]struct{}{
|
||||
"cpu": struct{}{},
|
||||
"cpuset": struct{}{},
|
||||
"cpuacct": struct{}{},
|
||||
"memory": struct{}{},
|
||||
"cpu": {},
|
||||
"cpuacct": {},
|
||||
"memory": {},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user