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