X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=etc%2Finit.d%2Fzfs.lunar;h=bdc461af861b258dfc9dda6ebee254e78788e580;hb=8b0cf399ff9e764a08faea654bd30043a861cb09;hp=c77b2b7808967f43f008488fb7d434c67d73f319;hpb=c8082367cfe9954f0e932fb1513b518d8b84022d;p=zfs.git diff --git a/etc/init.d/zfs.lunar b/etc/init.d/zfs.lunar index c77b2b7..bdc461a 100644 --- a/etc/init.d/zfs.lunar +++ b/etc/init.d/zfs.lunar @@ -42,6 +42,14 @@ case $1 in fi done < <(zfs list -H); + # export the filesystems + echo -n "exporting ZFS filesystems..." + if zfs share -a; then + echo -e "done"; + else + echo -e "failed"; + fi + ;;