[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] runtime configuration
- Date: Thu, 12 Mar 2009 16:41:57 -0400
- From: Preston Smith <psmith@xxxxxxxxxx>
- Subject: Re: [Condor-users] runtime configuration
We do this indirectly, rather than directly adjusting START:
STARTD_SETTABLE_ATTRS_OWNER = StartingOK
STARTING_OK = ( $(StartingOK) =!= False )
Then we can run:
condor_config_val -rset -startd StartingOK=False
condor_reconfig -startd
and it does what we expect.
Hope this helps,
-Preston
On Mar 12, 2009, at 4:32 PM, Henning Fehrmann wrote:
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
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx
with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/
--
Preston Smith <psmith@xxxxxxxxxx>
Systems Research Engineer
Rosen Center for Advanced Computing, Purdue University