zfs/scripts
Brian Behlendorf 45cb33f64f Ensure devices are always created/removed
Devices were only being created at module load time or when a
dataset was created.  Similiar devices were not always being
removed at all the correct times.  This patch updates all the
places where devices should either be created or removed.  I'm
reasonably sure I got them all but if theres a case I missed
we can catch it with a follow up patch.

        module load/unload
        zfs create/remove
        zpool import/export
        zpool destroy

This patch also adds a simple regression test to zconfig.sh
to ensure zpool import/export is basically working properly.
This test specifically checks that devices are created
properly, removed after export, created after import, and
removed as a consequence of a zpool destroy.
2010-07-02 12:21:39 -07:00
..
zpool-config Remove promise example config replace with a supermicro config 2010-03-11 14:04:12 -08:00
Makefile.am Split the udev rule from a specific configuration 2010-03-01 16:51:21 -08:00
common.sh Use more correct /usr/bin/awk patch for default. 2010-05-23 09:57:05 -07:00
zconfig.sh Ensure devices are always created/removed 2010-07-02 12:21:39 -07:00
zfs-update.sh Update core ZFS code from build 121 to build 141. 2010-05-28 13:45:14 -07:00
zfs.sh Fix scripts to work when invoked from other directories. 2010-03-09 14:50:15 -08:00
zpool-create.sh Move build system and core script changes to correct zfs-branch. 2010-05-18 15:05:44 -07:00