Print this page
re #12264 cr3916 Need to apply patch ncp3-gate/patches/fs-local-zfs-boot-nexenta to 4.0

@@ -91,11 +91,12 @@
         rc=$?
         if [ $rc -ne 0 ]; then
                 msg="WARNING: /usr/sbin/zfs mount -a failed: exit status $rc"
                 echo $msg
                 echo "$SMF_FMRI:" $msg >/dev/msglog
-                result=$SMF_EXIT_ERR_FATAL
+                # we do not fail fs-local in nexenta due to simplified
+                # rootfs architecture...
         fi
 fi
 
 if [ $result = $SMF_EXIT_OK -a $mntretry -eq 1 ]
 then