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

Re: [Condor-users] Condor group quota



On Thu, 4 Feb 2010, Mag Gam wrote:

I am trying to implement group quotas.

I have:

GROUP_NAMES = userA.long

#Only 5 jobs per user
GROUP_QUOTA_userA.long=5


In the submit file of userA he has:
+AccountingGroup="userA.long"


I restarted the negotiator but this user is able to have more than 5
jobs running. Any thoughts?

I'm pretty sure that you want this:

GROUP_NAMES = userA
GROUP_QUOTA_userA = 5

+AccountingGroup="userA.long"

(Note no ".long" in the configuration -- but you still need the ".long" in the submit file.)

Kent Wenger
Condor Team