summaryrefslogtreecommitdiffstats
path: root/scripts/zpool-config/lo-faulty-raidz3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/zpool-config/lo-faulty-raidz3.sh')
-rw-r--r--scripts/zpool-config/lo-faulty-raidz3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/zpool-config/lo-faulty-raidz3.sh b/scripts/zpool-config/lo-faulty-raidz3.sh
index e5adaafc4..7836b5f49 100644
--- a/scripts/zpool-config/lo-faulty-raidz3.sh
+++ b/scripts/zpool-config/lo-faulty-raidz3.sh
@@ -53,8 +53,8 @@ zpool_create() {
MDDEVICES="${MDDEVICES} ${MDDEVICE}"
done
- msg ${ZPOOL} create ${FORCE_FLAG} ${ZPOOL_NAME} raidz3 ${MDDEVICES}
- ${ZPOOL} create ${FORCE_FLAG} ${ZPOOL_NAME} raidz3 ${MDDEVICES} || \
+ msg ${ZPOOL} create ${ZPOOL_FLAGS} ${ZPOOL_NAME} raidz3 ${MDDEVICES}
+ ${ZPOOL} create ${ZPOOL_FLAGS} ${ZPOOL_NAME} raidz3 ${MDDEVICES} || \
(destroy_md_devices "${MDDEVICES}" && \
destroy_loop_devices "${LODEVICES}" && exit 1)