When using
FSPOLICY DEDICATEDPS%
the construction of the group component was slightly wrong in
maui-3.2.6p19-snap.1171482917.tar.gz
if (MSched.PercentBasedFS == TRUE)
{
SFactor[mpsFU] = 1.0 -
(((J->Cred.G->F.FSUsage[0] + J->Cred.G->F.FSFactor) /
(GP->F.FSUsage[0] + GP->F.FSFactor) * 100.0)/
FSTargetUsage);
}
else
{
SFactor[mpsFG] = FSTargetUsage -
(J->Cred.G->F.FSUsage[0] + J->Cred.G->F.FSFactor) /
(GP->F.FSUsage[0] + GP->F.FSFactor) * 100.0;
}
should be SFactor[mpsFG] = 1.0 - ....
patch attached.
Steve
Fix-Group-With-Percent-FS.patch
Description: Binary data
-- Steve Traylen [EMAIL PROTECTED] CERN, IT-GD-OPS.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
