Print this page
OS-4915 want FX high priority zone configuration option
OS-4925 ps pri shows misleading value for zone in RT scheduling class
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/zonecfg.1m.man.txt
          +++ new/usr/src/man/man1m/zonecfg.1m.man.txt
↓ open down ↓ 474 lines elided ↑ open up ↑
 475  475                 o      If the cpu-shares property or equivalent rctl is set,
 476  476                        the scheduling class FSS is used.
 477  477  
 478  478                 o      If neither cpu-shares nor the equivalent rctl is set and
 479  479                        the zone's pool property references a pool that has a
 480  480                        default scheduling class, that class is used.
 481  481  
 482  482                 o      Under any other conditions, the system default
 483  483                        scheduling class is used.
 484  484  
      485 +           If the FX scheduling class is specified, then the optional fixed-
      486 +           hi-pri attribute can be set to true. This causes all of the
      487 +           processes in the zone to run at the highest FX priority. By default
      488 +           processes under FX run at the lowest priority. See priocntl(2) for
      489 +           details on each scheduling class.
 485  490  
 486  491  
 487  492  
 488  493         dedicated-cpu: ncpus, importance
 489  494  
 490  495             The number of CPUs that should be assigned for this zone's
 491  496             exclusive use. The zone will create a pool and processor set when
 492  497             it boots. See pooladm(1M) and poolcfg(1M) for more information on
 493  498             resource pools. The ncpu property can specify a single value or a
 494  499             range (for example, 1-4) of processors. The importance property is
↓ open down ↓ 770 lines elided ↑ open up ↑
1265 1270  
1266 1271         +--------------------+-----------------+
1267 1272         |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
1268 1273         +--------------------+-----------------+
1269 1274         |Interface Stability | Volatile        |
1270 1275         +--------------------+-----------------+
1271 1276  
1272 1277  SEE ALSO
1273 1278         ppriv(1), prctl(1), zlogin(1), kstat(1M), mount(1M), pooladm(1M),
1274 1279         poolcfg(1M), poold(1M), rcapd(1M), rctladm(1M), svcadm(1M),
1275      -       sysidtool(1M), zfs(1M), zoneadm(1M), priv_str_to_set(3C),
     1280 +       sysidtool(1M), zfs(1M), zoneadm(1M), priocntl(2), priv_str_to_set(3C),
1276 1281         kstat(3KSTAT), vfstab(4), attributes(5), brands(5), fnmatch(5), lx(5),
1277 1282         privileges(5), resource_controls(5), zones(5)
1278 1283  
1279 1284  
1280 1285         System Administration Guide: Solaris Containers-Resource Management,
1281 1286         and Solaris Zones
1282 1287  
1283 1288  NOTES
1284 1289         All character data used by zonecfg must be in US-ASCII encoding.
1285 1290  
1286 1291  
1287 1292  
1288      -                               February 28, 2014                   ZONECFG(1M)
     1293 +                               November 4, 2015                    ZONECFG(1M)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX