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

Re: [Condor-users] condor_q -constraint for selfdeclared classAds doesn't work?



On Fri, 11 Feb 2005 14:56:17 +0100, Thomas Lisson
<lisson@xxxxxxxxxxxxxxxxx> wrote:
> hello
> 
> I have some additional ClassAds in my job submit files like
> +wwwowner = "tl364839"
> 
> So far, so good, I see these ClassAds in condor_q -long and they work
> fine as requirements for that job. But condor_q -constraint
> wwwowner=="tl364839" shows me an empty queue.
> condor_q -constraint works with standard ClassAds fine but not with my
> self declared. I run 6.7.2.
> 
> Is there another possibility to get a queue of a specific "wwwowner"? Ok
> I could parse _all_ jobs manually which I get by condor_q -long... with
> 5000+ jobs not very funny.

works fine for me on windows 6.7.2

Sure you aren't failing to escape the " characters for your shell?

Try referencing a string param like that which is always present, like Owner...

Matt