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

Re: [Condor-users] Condor group quota



Thanks Ken. This works.

we should add an example in the manual for something like this...

thanks


On Thu, Feb 4, 2010 at 10:38 AM, R. Kent Wenger <wenger@xxxxxxxxxxx> wrote:
> 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
> _______________________________________________
> Condor-users mailing list
> To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users
>
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/condor-users/
>