Project

General

Profile

Idea #8343

Updated by Brett Smith 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 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 a switch or environment 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