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

Re: [HTCondor-users] WARNING: config contains obsolete STARTD_EXPRS or SLOT_TYPE_n_STARTD_EXPRS which will be (partially) ignored



On 10/20/2015 08:13 PM, Sunshine wrote:
Condor's version is 8.4.0.

Are some configurations incompatible with the Condor's latest release? 
The configuration in my configure: "STARTD_EXPRS = $(STARTD_EXPRS) DedicatedScheduler Location IsOwner".
Thereis a warning in startlog file.
WARNING: config contains obsolete STARTD_EXPRS or SLOT_TYPE_n_STARTD_EXPRS which will be (partially) ignored! use STARTD_ATTRS instead.


Try changing these lines to

STARTD_ATTRS = $(STARTD_ATTRS) DedicatedScheduler Location IsOwner"

and I think it will work for you.

-Greg