Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] group <none> appeared after upgrade from 7.4.3 to 7.6.2
- Date: Tue, 18 Oct 2011 14:02:51 -0700
- From: Erik Erlandson <eje@xxxxxxxxxx>
- Subject: Re: [Condor-users] group <none> appeared after upgrade from 7.4.3 to 7.6.2
>
> If you search for the first "Matched" line what you'll see is that the
> jobs that were submitted without a group are now apparently in the group
> "<none>" and that group actually has a quota somehow (the group doesn't
> actually exist so it certainly doesn't have a quota). Jobs for that
> "group" get run in front of the groups that haven't filled their quota.
Hi Joe,
Accounting groups were enhanced to support fully generalized
Hierarchical Accounting Groups (HGQ), as of 7.5.6:
https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=1393
There is always a root node in the accounting group hierarchy, whose
name is "<none>", and any job that does not map to some other accounting
group will be assigned to <none>. This group always accepts any surplus
quota not used by other groups.
You may also be interested in:
https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=1926
(dev release only, not on current stable series 7.6)