← todo
Layer Configuration Files
~~TASK:Garrett Koller?!~~ In each of the local configuration directories of the computers, rename the files (with numbers in the filenames) so that the configuration files are read in the following order:
condor_config_global
condor_config_manager.shared
condor_config.local
The problem with the way it is now (I think) is that the ASCII value of “.” is less than the ASCII value of “_”, so that the condor_config.local
file's settings are read before being overwritten by the condor_config_manager.shared
, which is not what it should do.
Discussion
I first discovered this when I changed Shannon's local configuration files and didn't see the change reflected after a
condor_restart
. Speaking of, Shannon's local configuration file needs to be reverted back to being like all the others when all of this is said and done.