added parameters and settings.sh are now just defaults
[ganeti-extstorage-zfs] / defaults.sh
1
2 # pool and path where to create block devices
3 test -z "$EXTP_BLOCK" && EXTP_BLOCK=tmp500g/block
4
5 # parameters for zfs create
6 test -z "$EXTP_VOL_PARAM" && EXTP_VOL_PARAM="-s -b 4k -o compression=lz4"