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>
        
*** 480,489 ****
--- 480,494 ----
                        default scheduling class, that class is used.
  
                 o      Under any other conditions, the system default
                        scheduling class is used.
  
+            If the FX scheduling class is specified, then the optional fixed-
+            hi-pri attribute can be set to true. This causes all of the
+            processes in the zone to run at the highest FX priority. By default
+            processes under FX run at the lowest priority. See priocntl(2) for
+            details on each scheduling class.
  
  
  
         dedicated-cpu: ncpus, importance
  
*** 1270,1280 ****
         +--------------------+-----------------+
  
  SEE ALSO
         ppriv(1), prctl(1), zlogin(1), kstat(1M), mount(1M), pooladm(1M),
         poolcfg(1M), poold(1M), rcapd(1M), rctladm(1M), svcadm(1M),
!        sysidtool(1M), zfs(1M), zoneadm(1M), priv_str_to_set(3C),
         kstat(3KSTAT), vfstab(4), attributes(5), brands(5), fnmatch(5), lx(5),
         privileges(5), resource_controls(5), zones(5)
  
  
         System Administration Guide: Solaris Containers-Resource Management,
--- 1275,1285 ----
         +--------------------+-----------------+
  
  SEE ALSO
         ppriv(1), prctl(1), zlogin(1), kstat(1M), mount(1M), pooladm(1M),
         poolcfg(1M), poold(1M), rcapd(1M), rctladm(1M), svcadm(1M),
!        sysidtool(1M), zfs(1M), zoneadm(1M), priocntl(2), priv_str_to_set(3C),
         kstat(3KSTAT), vfstab(4), attributes(5), brands(5), fnmatch(5), lx(5),
         privileges(5), resource_controls(5), zones(5)
  
  
         System Administration Guide: Solaris Containers-Resource Management,
*** 1283,1288 ****
  NOTES
         All character data used by zonecfg must be in US-ASCII encoding.
  
  
  
!                                February 28, 2014                   ZONECFG(1M)
--- 1288,1293 ----
  NOTES
         All character data used by zonecfg must be in US-ASCII encoding.
  
  
  
!                                November 4, 2015                    ZONECFG(1M)