Project

General

Profile

Idea #8343

Updated by Tom Clegg about 8 years ago

crunch-job hardcodes the cgroups root (in a crunchstat switch) at @/sys/fs/cgroups@.    CentOS 6 has this mount at @/cgroups@.    One of two things needs to happen: 

 # crunch-job should searches for the cgroups root at known locations, and uses one it finds.    If it doesn't find any, it warns and never calls crunchstat, since it can't do anything. 
 # crunch-job lets the administrator configure the cgroups root via CGROUP_ROOT a switch or environment variable in the crunch-dispatch run script, just like we do with the docker/docker.io binary. If unset, use @/sys/fs/cgroups@. 

 variable.    Extend the install guide to document how to configure this. 
 

 Tom to pick an implementation, and if option #2, specify the configuration mechanism and name.

Back