From owner-freebsd-fs@FreeBSD.ORG Mon Apr 30 06:40:26 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFBE510657AC for ; Mon, 30 Apr 2012 06:40:26 +0000 (UTC) (envelope-from petri@helenius.fi) Received: from mail.secroom.net (r083.secroom.net [193.19.137.83]) by mx1.freebsd.org (Postfix) with ESMTP id 98B878FC16 for ; Mon, 30 Apr 2012 06:40:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.secroom.net (Postfix) with ESMTP id E41695C2D for ; Mon, 30 Apr 2012 06:40:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at example.com Received: from mail.secroom.net ([127.0.0.1]) by localhost (mail.secroom.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qGGQnIQijxCb for ; Mon, 30 Apr 2012 06:40:17 +0000 (UTC) Received: from d194.helenius.fi (d194.helenius.fi [83.150.107.194]) (Authenticated sender: pete) by mail.secroom.net (Postfix) with ESMTPA id 4E75C5C21 for ; Mon, 30 Apr 2012 06:40:17 +0000 (UTC) From: Petri Helenius Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Mon, 30 Apr 2012 09:40:20 +0300 Message-Id: <3FE72032-900E-4AB3-9210-D69DC70EEE3B@helenius.fi> To: freebsd-fs@freebsd.org Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) Subject: Kernel panic with bad zpool.cache X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2012 06:40:27 -0000 Hi, If the system is booted with bad zpool.cache (in this case having 5 = instead of the 10 disks), is it supposed to degrade gracefully or panic = and go into reboot loop as it did? (just asking before filing a PR) Pete