Add zfs_autoimport_disable tunable
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 3 Jul 2013 16:55:39 +0000 (09:55 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 9 Jul 2013 17:11:19 +0000 (10:11 -0700)
commit31455ab13056da037410353f10c484dfca3d3ebc
tree8132a6d33c1a585cc44d689c642cc93ef9e5248b
parent50fe577d1f3bd06e15fe2006459debd9fdffd04a
Add zfs_autoimport_disable tunable

There are times when it is desirable for zfs to not automatically
populate the spa namespace at module load time using the pools
in the /etc/zfs/zpool.cache file.  The zfs_autoimport_disable
module option has been added to control this behavior.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #330
module/zfs/spa_config.c