Hi,

Am 10.03.2011 um 11:11 schrieb Arne Brutschy:

> first: thanks to all the people trying to keep grid engine open, free
> and online! Your work is really, really appreciated.
> 
> I have a problem with SGE: up to now, we limited users by defining
> maxujobs in the main scheduler config, effectively limiting the number
> of jobs per user. Now people started using PEs, and we realized that we
> want to limit the number of slots (and not jobs) per user.
> 
> I expected that this works:
> 
>  # qconf -srqs max_user_slots
>  {
>     name         max_user_slots
>     description  Limit slots per user
>     enabled      TRUE
>     limit        users {*} to slots=192
>  }
> 
> But it doesn't, qquota does not show any quotas configured per user (no
> output at all). If I remove the {} around the * it works, but limits
> the number of slots for all users together to 192, which is not the
> goal at all.
> 
> We're running sge version 6.2u4 on Rocks 5.3/Centos 5.5


maybe only the output is confusing, as it will list only applied quotas. Means: 
if a user has nothing running in the system, it won't show up in `qquota`. And 
the default is to list only your own quotas. Please try:

$ qquota -u "*"

It should list some for the jobs in the system right now.

NB: there is als a file ~/.sge_qquota to specify default options for `qquota`, 
but it's broken and not working.

-- Reuti
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to