Hi! On Thu, Apr 17, 2014 at 08:55:33PM +0000, Edsall, William (WJ) wrote: > > How would we disable fairshare weight completely, only for the account > piece? >
According to [1], Priority += FSWEIGHT * MIN(FSCAP, ( FSUSERWEIGHT * DeltaUserFSUsage + FSGROUPWEIGHT * DeltaGroupFSUsage + FSACCOUNTWEIGHT * DeltaAccountFSUsage + FSQOSWEIGHT * DeltaQOSFSUsage + FSCLASSWEIGHT * DeltaClassFSUsage)) So you should use "FSACCOUNTWEIGHT=0". To make sure it works as intended, run "diagnose -vp" before and after the change. Cheers, Renato. [1] http://docs.adaptivecomputing.com/maui/5.1.2priorityfactors.php _______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
