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

Re: [Condor-users] migrating from 7.4.2 to 7.6.5



Hi Rita,

I complained about this too and I've been told it's fixed. Look at these two tickets:

https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=2678
https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=2679

And one of the condor folks sent this the other day:

******************************************************
Yes, we think/hope it will now work as you guys desire. I would suggest getting rid of any/all entries in your condor_config that mention "SURPLUS" and then setting the following:

# Sort groups like they used to be sorted in v7.4
GROUP_SORT_EXPR = GroupResourcesInUse / (GroupQuota + 1)

# Note that GROUP_ACCEPT_SURPLUS and GROUP_AUTOREGROUP are no
# longer synonymous; GROUP_AUTOREGROUP no longer has the same
# semantics of SURPLUS, but instead has the same semantics
# it did in the v7.4 series.
GROUP_AUTOREGROUP = True
*********************************************************

I haven't tested it yet...

joe



On 01/05/2012 06:36 AM, Rita wrote:
Hello,

I decided to migrate from 7.4.2 to 7.6.5 yesterday but running into a
few problems with accounting groups. It seems many things have changed,
particularly in quotas.

Previously, I had something like this.

#Have userA only run 30 jobs at a time
group_userA
GROUP_QUOTA_group_userA = 30


In the submit file
+AccountingGroup = "group_userA.userA¨


This worked.

However, when I migrated to 7.6.5 this isnt working. The jobs get
defaulted to quota 10. I get a message like this,

WARNING: static quota for group group_userA rescaled from 30 to 10.334.

How can I fix this?

TIA










--
--- Get your facts first, then you can distort them as you please.--



_______________________________________________
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/