From owner-freebsd-fs@FreeBSD.ORG Sun Jun 14 07:50:03 2009 Return-Path: Delivered-To: freebsd-fs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FBF310656A7 for ; Sun, 14 Jun 2009 07:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 138408FC1A for ; Sun, 14 Jun 2009 07:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5E7o2LQ069090 for ; Sun, 14 Jun 2009 07:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5E7o2bN069089; Sun, 14 Jun 2009 07:50:02 GMT (envelope-from gnats) Date: Sun, 14 Jun 2009 07:50:02 GMT Message-Id: <200906140750.n5E7o2bN069089@freefall.freebsd.org> To: freebsd-fs@FreeBSD.org From: Thomas Backman Cc: Subject: Re: kern/135050: [zfs] ZFS clears/hides disk errors on reboot X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Backman List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2009 07:50:04 -0000 The following reply was made to PR kern/135050; it has been noted by GNATS. From: Thomas Backman To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/135050: [zfs] ZFS clears/hides disk errors on reboot Date: Sun, 14 Jun 2009 09:25:01 +0200 Apparently, errors like these are actually logged to syslog, and thus not completely hidden at all. By adding a line to your /etc/devd.conf you can even get an email notification automatically the instant an error is logged. Very nice. See this post: http://lists.freebsd.org/pipermail/freebsd-current/2009-June/008149.html Regards, Thomas