Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > a41580ae846adc08db53ba5df3f59415 > files > 40

maui-3.2.5-16mdk.ppc.rpm

# fs.cfg for Maui v3.0.6

# allow jobs access to OldSP partition by default
# allow jobs access to QOS 0 by default

SYSTEM          PLIST=OldSP  PDEF=OldSP QLIST=0 QDEF=0

# by default, users should have access to QOS 0 and a fairshare target of 5%

USER:DEFAULT    QDEF=0 FSTARGET=5.0

# user steve granted access to QOS 3 and 4 with 3 as the default

USER:steve      QLIST=3,4  QDEF=3

# jobs from user bob should default to QOS 2

USER:bob        QDEF=2  FSFLAGS=ADVRES

# fairshare should attempt to give user charles at least 5% of delivered 
# compute cycles.  user charles granted access to QOS 4 through 6 with 4 
# as the default

USER:charles    FSTARGET=5+  QLIST=4-6  QDEF=4

# group staff jobs should be given no more than 10% of delivered compute 
# cycles

GROUP:staff     FSTARGET=10.0-

# account system jobs should given 35.5% of delivered cycles 
# account system jobs should have access to nodes in both DevSP and OldSP 
# partitions account system jobs should default to the DevSP partition

ACCOUNT:system  FSTARGET=35.5  PLIST=DevSP:OldSP  PDEF=DevSP