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

[Condor-users] custom machine classads are ignored



Hello Condor Experts,

I'm currently trying to set up a Condor pool and would like the machines
to advertise some special properties in their classads. 

I'm testing on one machine to collect some experience with Condor. So I
added the key "CST_MACHINE_NAME" to the local config file and added it
to the STARTD_ATTRS. When I execute condor_status -l I can see that the
machine seems to advertise the custom classads (the key and its value
can be found in the output of the condor_status command). However, when
I submit a job requesting the key in the requirements classad the job
goes on hold and condor_q -better-analyze gives

WARNING:  Be advised:
   No resources matched request's constraints

    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   ( ( target.CST_MACHINE_NAME == "blauerpfeil" ) )
                                      0                   REMOVE


while condor_status -l | grep CST_MACHINE_NAME gives

CST_MACHINE_NAME = blauerpfeil

Does anyone have an idea what I'm doing wrong?

Thanks!