X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=scripts%2Fzpool-config%2Fmd0-raid5.sh;h=373034bd38f68a75aa457dd30696a8de6c297579;hb=ea04106bca48e18bc3a668b15e8c30d4554ab78d;hp=b5b22fe7a15269c39b135bc4a3b971bdd43f182b;hpb=a08ee8756dbf286f97ea8221167884d42f2364b6;p=mirror_zfs-debian.git diff --git a/scripts/zpool-config/md0-raid5.sh b/scripts/zpool-config/md0-raid5.sh index b5b22fe7..373034bd 100644 --- a/scripts/zpool-config/md0-raid5.sh +++ b/scripts/zpool-config/md0-raid5.sh @@ -25,8 +25,8 @@ zpool_create() { --raid-devices=${MDCOUNT} ${MDDEVICES} \ &>/dev/null || (zpool_md_destroy && exit 1) - msg ${ZPOOL} create ${FORCE_FLAG} ${ZPOOL_NAME} ${DEVICES} - ${ZPOOL} create ${FORCE_FLAG} ${ZPOOL_NAME} \ + msg ${ZPOOL} create ${ZPOOL_FLAGS} ${ZPOOL_NAME} ${DEVICES} + ${ZPOOL} create ${ZPOOL_FLAGS} ${ZPOOL_NAME} \ ${DEVICES} || (zpool_md_destroy && exit 2) }