Change l2arc_norw default to zero
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 24 Jul 2013 16:57:56 +0000 (09:57 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 30 Jul 2013 05:05:32 +0000 (22:05 -0700)
These days modern SSDs can efficiently service concurrent reads
and writes.  When this flag was added that wasn't really the
case for a variety of SSD controllers.  But now we can set the
default value to take advantage of this parallelism and only
disable this as needed for specific troublesome hardware.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>

No differences found