Added check to not export pools if zfs-replicate or zfs-scrub process is running
[zfs-ubuntu/.git] / zfs-scripts.conf.dist
index 7b021f6db8cfdefeead1b3de4220a3a5bfabf93c..40a7e4ba282ee4c827a67cd596542249419e2054 100644 (file)
@@ -5,6 +5,9 @@
 # setup your path here to find all the binaries the ZFS scripts call
 PATH=/usr/sbin:/sbin:/etc/bin:.:$PATH
 
+# set our hostname
+hostname=`hostname`
+
 # specify the path to the zfs binary
 zfs=/sbin/zfs