simpler configuration using local host config
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 15 Oct 2014 13:50:31 +0000 (15:50 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 15 Oct 2014 13:50:31 +0000 (15:50 +0200)
README

diff --git a/README b/README
index 7e5346c..d55d00a 100644 (file)
--- a/README
+++ b/README
@@ -17,6 +17,12 @@ On node which will host zfs storage pool
   cd zfs
   vi defaults.sh
 
+Alternative to editing defaults.sh is to create etc/`hostname -s` file
+with minimal configuration which just specify pool name (in this case
+again hostname -s) and filesystem where new volumes will be created:
+
+  echo EXTP_ZFS=`hostname -s`/ffzgvg > etc/`hostname -s`.sh  
 
 Run install scripts: