rewrote documentation to provide easier steps
[ganeti-extstorage-zfs] / defaults.sh
deleted file mode 100644 (file)
index 7d8ab66af545d94afc6bed6361d7c59001df73c1..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# debugging options
-#set -x
-#set >&2
-
-# 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"
-
-# emulate VG configured in cluster for wrapper scripts in sbin
-test -z "$EXTP_VG" && EXTP_VG='ffzgvg'
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..3479877e21641355f4d7f838dfc7bdd4b7dde802
--- /dev/null
@@ -0,0 +1 @@
+etc/defaults.sh
\ No newline at end of file