X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=defaults.sh;h=3479877e21641355f4d7f838dfc7bdd4b7dde802;hb=b9b2aa2556e8113f8dcd65369a30a3b20e4131d3;hp=b538740f837e4340766e3ada634e2ab306f71293;hpb=cf9939d27ce0a39cd00680f83cba2891ede34237;p=ganeti-extstorage-zfs diff --git a/defaults.sh b/defaults.sh deleted file mode 100644 index b538740..0000000 --- a/defaults.sh +++ /dev/null @@ -1,12 +0,0 @@ - -# zfs pool and file system (existing) where to create block devices -test -z "$EXTP_ZFS" && EXTP_ZFS=tmp500g/block - -# parameters for zfs create, by default -# -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_CREATE" && EXTP_CREATE="-s -b 4k -o compression=lz4" - -# on zfs destroy remove snapshots of instance disks -test -z "$EXTP_DESTROY" && EXTP_DESTROY="-r" diff --git a/defaults.sh b/defaults.sh new file mode 120000 index 0000000..3479877 --- /dev/null +++ b/defaults.sh @@ -0,0 +1 @@ +etc/defaults.sh \ No newline at end of file