Print this page
OS-2000 SATA hotplug should have nice things

Split Close
Expand all
Collapse all
          --- old/overlay/generic/etc/system
          +++ new/overlay/generic/etc/system
↓ open down ↓ 136 lines elided ↑ open up ↑
 137  137  *
 138  138  set dump_metrics_on=1
 139  139  
 140  140  *
 141  141  * With lots of zones, each with a large limit on lwps, we need more pids.  We
 142  142  * could go to 999999, but for now stick with 5 digits to match the existing
 143  143  * default of 30000.  This is mostly being conservative, so we can bump higher
 144  144  * if necessary.
 145  145  *
 146  146  set pidmax=99999
      147 +
      148 +*
      149 +* OS-2000 -- The traditional (and essentially entirely brain dead)
      150 +* cfgadm(1M)-centric model of hotpluggin' appears to be basically unnecessary.
      151 +* This tunable enables the system to create device nodes for newly inserted
      152 +* devices automatically.  See: usr/src/uts/common/io/sata/impl/sata.c:97
      153 +*
      154 +set sata:sata_auto_online=1
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX