better name for create option
[ganeti-extstorage-zfs] / defaults.sh
index d35032f..b538740 100644 (file)
@@ -6,7 +6,7 @@ test -z "$EXTP_ZFS" && EXTP_ZFS=tmp500g/block
 # -s   sparse
 # -b 4k        block size sutable for ext4 filesystem which ganeti uses
 # lz4  compression with low cpu operhead which always helps
-test -z "$EXTP_VOL_PARAM" && EXTP_VOL_PARAM="-s -b 4k -o compression=lz4"
+test -z "$EXTP_CREATE" && EXTP_CREATE="-s -b 4k -o compression=lz4"
 
 # on zfs destroy remove snapshots of instance disks
 test -z "$EXTP_DESTROY" && EXTP_DESTROY="-r"