diff options
Diffstat (limited to 'scripts/zpool-config/lo-faulty-raid10.sh')
-rw-r--r-- | scripts/zpool-config/lo-faulty-raid10.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/zpool-config/lo-faulty-raid10.sh b/scripts/zpool-config/lo-faulty-raid10.sh index 0a3720ae1..1a523ec45 100644 --- a/scripts/zpool-config/lo-faulty-raid10.sh +++ b/scripts/zpool-config/lo-faulty-raid10.sh @@ -63,9 +63,9 @@ zpool_create() { fi done - msg ${ZPOOL} create ${FORCE_FLAG} ${ZPOOL_NAME} \ + msg ${ZPOOL} create ${ZPOOL_FLAGS} ${ZPOOL_NAME} \ mirror ${MDDEVICES_M1} mirror ${MDDEVICES_M2} - ${ZPOOL} create ${FORCE_FLAG} ${ZPOOL_NAME} \ + ${ZPOOL} create ${ZPOOL_FLAGS} ${ZPOOL_NAME} \ mirror ${MDDEVICES_M1} mirror ${MDDEVICES_M2} || \ (destroy_md_devices "${MDDEVICES}" && \ destroy_loop_devices "${LODEVICES}" && exit 1) |