[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] runtime configuration



Hello,

we are running condor 7.2.0.

Currently, we try to change particular settings during runtime.

A parts of the configuration is 

:
ENABLE_RUNTIME_CONFIG = TRUE
SETTABLE_ATTRS_CONFIG = Start
STARTD_SETTABLE_ATTRS_OWNER = Start
STARTD_SETTABLE_ATTRS=Start
:

I have the following value for START:

~# condor_config_val -dump| grep "^START "
START = FALSE

I try to change it locally:

~# condor_config_val -startd -rset "START=TRUE"
Successfully set configuration "START=TRUE" on startd node...

~# condor_reconfig -direct
Sent "Reconfig" command to local master 

But the value has not been altered:
~# condor_config_val -dump| grep "^START "
START = FALSE

condor_master runs with non zero uid but it does not matter whether I try 
to alter START with uid=0 or not.

Strangly enough, it did work with condor v 7.1.

Any thoughts?

Thank you,
Henning