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

[Condor-users] Programmatically setting START expr



Hi,

I would like to put something in my gui that allows people
to switch between different start policies of condor
(typical use when doing some rush renders and wanting
to be able to set a machine to always on so that
when you bump the mouse you don't accidentally kick
off a render / you can open up task manager and take
a look from time to time).

I tried the following:

cirque-1:~ # /opt/condor/6_7_5/bin/condor_config_val Start
True
cirque-1:~ # /opt/condor/6_7_5/bin/condor_config_val -rset "Start = FALSE"
Successfully set configuration "Start = FALSE" on master
cirque-1.cirquedigital.com <127.0.0.2:1978>.

But it doesn't seem to update the value, not even
after condor_reconfig:

cirque-1:~ # /opt/condor/6_7_5/bin/condor_config_val Start
True
cirque-1:~ # /opt/condor/6_7_5/sbin/condor_reconfig
Sent "Reconfig" command to local master
cirque-1:~ # /opt/condor/6_7_5/bin/condor_config_val Start
True

Does anybody know how to do this ?

Thanks in advance,

- Filip