From owner-freebsd-stable@FreeBSD.ORG Mon Feb 4 23:29:56 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDF4516A41A for ; Mon, 4 Feb 2008 23:29:56 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 6DEB813C465 for ; Mon, 4 Feb 2008 23:29:56 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so123913uge.37 for ; Mon, 04 Feb 2008 15:29:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=TlbSz0IV+xoWBp2ouDq2ya7ZpBhyRcFsiYXLIWt9Pr4=; b=ax6m95g/KQ5Rk8y1Pf8HtfJfINFg6sKNmlxthPB5yr8JgA+3O/xLTZYi7u/n9gm9iuBtly6IvxCKTsKAc2nuixL6yrUeaew+Sl/m1sMNrJrgO39fquMa0DNs1TwjMwjoi5OKD78yQPzSeUywKWZyckMv4IGwtj0SZbNOU0Ia59Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kVBmX6yObpMXSdFlmYPsk/qHlm5FfFrRU4Qv0D0I7GEin5Sn7OfigxeZcdjN+t89uNaOzQ7oJf4Is/UlKmqQ+BddaTpu95qoDpzZCC/iBW+hXHXiVwnWY40qBHD8v+/JGoJQapp0rla814Phmb/ePnFtUNQyzTxY8at5QGXxqEI= Received: by 10.66.224.19 with SMTP id w19mr570123ugg.34.1202167794806; Mon, 04 Feb 2008 15:29:54 -0800 (PST) Received: by 10.66.219.18 with HTTP; Mon, 4 Feb 2008 15:29:54 -0800 (PST) Message-ID: <3aaaa3a0802041529u3b2659a6q6e9f7dc67468300d@mail.gmail.com> Date: Mon, 4 Feb 2008 23:29:54 +0000 From: Chris To: lev@freebsd.org In-Reply-To: <1188949738.20080204204903@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3aaaa3a0802030751w69ce59a9oeb869e3d87d92616@mail.gmail.com> <1188949738.20080204204903@serebryakov.spb.ru> Cc: freebsd-stable@freebsd.org, Ivan Voras Subject: Re: Re[2]: gjournal panic 7.0-RC1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 23:29:57 -0000 > Ok, subsystem can not work efficiently. Degrade service. Swith to > "one 512 byte sector per second" speed mode. Disable all caches, doesn't > try to work with all features. Complain 10 times/second on console (and > dmesg buffer). Ok. But PANIC?! NO-NO-NO!!! > Yes given the fact I had a panic and the work involved in configuring it properly I decided to newfs the drives again to ufs + soft updates something that is faster and just works, googling shows there seems to be very few people using gjournal so is still a bit immature for stable status in my view. Chris