[Glibc-bsd-commits] r3862 - trunk/zfsutils/debian

Robert Millan rmh at alioth.debian.org
Wed Nov 16 18:40:07 UTC 2011


Author: rmh
Date: 2011-11-16 18:40:07 +0000 (Wed, 16 Nov 2011)
New Revision: 3862

Modified:
   trunk/zfsutils/debian/changelog
   trunk/zfsutils/debian/zfsutils.zfs.init
Log:
Allow "zfs mount -a" to fail (this is quite common, e.g. when / is not in legacy mode).

Modified: trunk/zfsutils/debian/changelog
===================================================================
--- trunk/zfsutils/debian/changelog	2011-11-16 18:37:19 UTC (rev 3861)
+++ trunk/zfsutils/debian/changelog	2011-11-16 18:40:07 UTC (rev 3862)
@@ -1,8 +1,11 @@
 zfsutils (8.3~svn226546-5) UNRELEASED; urgency=low
 
-  * zfsutils.zfs.init: Umount by mountpoint, not by name.
+  * zfsutils.zfs.init:
+    - Unmount by mountpoint, not by name.
+    - Allow "zfs mount -a" to fail (this is quite common, e.g. when / is
+      not in legacy mode).
 
- -- Robert Millan <rmh at debian.org>  Wed, 16 Nov 2011 19:37:09 +0100
+ -- Robert Millan <rmh at debian.org>  Wed, 16 Nov 2011 19:39:32 +0100
 
 zfsutils (8.3~svn226546-4) unstable; urgency=low
 

Modified: trunk/zfsutils/debian/zfsutils.zfs.init
===================================================================
--- trunk/zfsutils/debian/zfsutils.zfs.init	2011-11-16 18:37:19 UTC (rev 3861)
+++ trunk/zfsutils/debian/zfsutils.zfs.init	2011-11-16 18:40:07 UTC (rev 3862)
@@ -40,7 +40,6 @@
 	RET=$?
 	if [ $RET != 0 ] ; then
 		log_end_msg $RET
-		exit $RET
 	fi
 
 	# end




More information about the Glibc-bsd-commits mailing list