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
|
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{}{
|
var supportedSubsystems map[string]struct{} = map[string]struct{}{
|
||||||
"cpu": struct{}{},
|
"cpu": {},
|
||||||
"cpuset": struct{}{},
|
"cpuacct": {},
|
||||||
"cpuacct": struct{}{},
|
"memory": {},
|
||||||
"memory": struct{}{},
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user