Add zfault zpool configurations and tests
[zfs.git] / scripts / zpool-config / lo-raidz.sh
index 509f6ee..e83e4a8 100644 (file)
@@ -10,6 +10,8 @@ FILES="/tmp/zpool-vdev0  \
 DEVICES=""
 
 zpool_create() {
+       check_loop_utils
+
        for FILE in ${FILES}; do
                DEVICE=`unused_loop_device`
                msg "Creating ${FILE} using loopback device ${DEVICE}"