From owner-freebsd-questions@FreeBSD.ORG Tue May 6 19:41:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4759D1065673 for ; Tue, 6 May 2008 19:41:52 +0000 (UTC) (envelope-from chris@smartt.com) Received: from nov.smartt.com (nov.smartt.com [69.31.173.253]) by mx1.freebsd.org (Postfix) with ESMTP id 097C58FC1D for ; Tue, 6 May 2008 19:41:51 +0000 (UTC) (envelope-from chris@smartt.com) Received: from [69.31.174.220] ([69.31.174.220]) (authenticated bits=0) by nov.smartt.com (8.13.8/8.13.5) with ESMTP id m46Jfl8l022465 for ; Tue, 6 May 2008 12:41:50 -0700 Message-ID: <4820B502.8000009@smartt.com> Date: Tue, 06 May 2008 12:44:02 -0700 From: Chris St Denis User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on nov.smartt.com Subject: AAC driver. No kernel error messages for failed raid5? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2008 19:41:52 -0000 I recently setup a new FreeBSD 7.0 AMD64 server with an IBM ServeRAID-8k configured with a raid5 for data and raid1 for OS. I pulled out one of the raid5 drives to test the functionality and noticed that FreeBSD didn't seem to notice the disk failure at all. I was expecting kernel messages about it, but got nothing. This is a bit concerning because I don't look at the server physically every day and want to know ASAP if a drive fails. I tried setting options AAC_DEBUG=1 but that produces a lot of messages even during normal use so I'd rather not leave that on. Is this a bug in the driver, or simply missing functionality?