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

Re: [Condor-users] custom machine classads are ignored



On Wed, Jan 5, 2011 at 4:58 PM, Felix Wolfheimer <f.wolfheimer@xxxxxxxxxxxxxx> wrote:
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).

Did you write the setting in the condor_config for the box such that it's a string ad type?

CST_MACHINE_NAME = "blauerpfeil"

The quotes are important.

Can you do:

condor_status -const 'CST_MACHINE_NAME == "blauerpfeil"'

And find the machine?

Regards,
- Ian