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

[Condor-users] Condor group quota



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?

TIA