SlotMergeConstraint:
Each ad can contain one of four possible attributes to
control what slot ads the ad is merged into when the
condor_startd sends updates to the collector. These attributes
are, in order of highest to lower priority (in other
words, if SlotMergeConstraint matches, the other attributes
are not considered, and so on):
â SlotMergeConstraint _expression_: the current ad is merged
into all slot ads for which this _expression_ is
true. The _expression_ is evaluated with the slot ad as the
TARGET ad.
â SlotName|Name string: the current ad is merged into all
slots whose Name attributes match the value of
SlotName up to the length of SlotName.
â SlotTypeId integer: the current ad is merged into all ads
that have the same value for their SlotTypeId
attribute.
â SlotId integer: the current ad is merged into all ads that
have the same value for their SlotId attribute.
For example, if the Startd Cron job returns:
Value=1
SlotId=1
-s1
Value=2
SlotId=2
-s2
Value=10
- update:true
--
Christoph Beyer
DESY Hamburg
IT-Department