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

Re: [Condor-users] What classad attributes are availble when writingthe PREEMPTION_REQUIREMENTS setting?



On Thu, 6 Jan 2005 14:45:32 -0600, Erik Paulson <epaulson@xxxxxxxxxxx> wrote:
> One caveat - STARTD_JOB_EXPRS is not really VM-aware - so if you export
> it from one VM it winds up in the ad of every VM on that machine.

Uuurrrgh. what happens if two jobs report the same thing...which wins?

Can this be fixed even if it is by putting in something like:

STARTD_JOB_EXPRS = <as before>
STARTD_JOB_EXPRS_VM_SPECIFIC = <only exports to the vm it is running on>

or some such...

Matt