X-Git-Url: http://git.rot13.org/?p=ganeti-extstorage-zfs;a=blobdiff_plain;f=etc%2Fdefaults.sh;h=330c7a0a48fd786666840a94632a41224bd1d9d4;hp=a593da7ee8b7977f8f8998e10be29563066f2852;hb=a06634fe32eac7b42b003a99a11b3b527f7e7cd9;hpb=6d5538d316ae154c14a34bcb76d37b5cfc156330 diff --git a/etc/defaults.sh b/etc/defaults.sh index a593da7..330c7a0 100644 --- a/etc/defaults.sh +++ b/etc/defaults.sh @@ -1,5 +1,5 @@ # debugging options -#set -x +set -x #set >&2 dir=/usr/share/ganeti/extstorage/zfs/ @@ -22,6 +22,9 @@ test -z "$EXTP_VG" && EXTP_VG='ffzgvg' # zfs pool and file system (existing) where to create block devices test -z "$EXTP_ZFS" && EXTP_ZFS=tmp500g/$EXTP_VG +# show numbers without compression for volume sizes +test -z "$EXTP_USED" && EXTP_USED=logicalused + export VOL_NAME zfs_get() {