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

[Condor-users] condor_qedit with multiple -constraints



I'm trying to use condor_qedit to change some elements of the classads.
It doesn't seem to accept multiple constraint statements. have I got my syntax wrong? I can't find much documentation or examples that help me out here.

Examples:
# condor_qedit -constraint Owner=\"doherty\" -constraint 'JobUniverse==9' Requirements '(Arch == "X86_64") && (OpSys == "LINUX") && (Disk >= DiskUsage) && ((Memory * 1024) >= ImageSize)'

Failed to set attribute "-constraint" by constraint: Owner="doherty"

# condor_qedit doherty -constraint 'JobUniverse==9' Requirements '(Arch == "X86_64") && (OpSys == "LINUX") && (Disk >= DiskUsage) && ((Memory * 1024) >= ImageSize)'

Failed to set attribute "-constraint" by constraint: (Owner == "doherty")



I played around with different quoting and spacing styles, and ordering of the constraints, I could never get anywhere. The same syntax works with condor_q, condor_rm, and condor_release but not condor_qedit.


Thanks
--Peter