From owner-freebsd-current@FreeBSD.ORG Mon May 25 11:37:35 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC5EC1065742; Mon, 25 May 2009 11:37:35 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: from mail-qy0-f105.google.com (mail-qy0-f105.google.com [209.85.221.105]) by mx1.freebsd.org (Postfix) with ESMTP id 5BD9D8FC12; Mon, 25 May 2009 11:37:34 +0000 (UTC) (envelope-from davidn04@gmail.com) Received: by qyk3 with SMTP id 3so4528818qyk.3 for ; Mon, 25 May 2009 04:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yC7aZ15BQCpEwdSfnXS5KCnXE1IFMpeO2ODVRlezwas=; b=gRSY097PXT/qPDnUuYPi6sa1aipusZ0td6dOPX6fvNxFEYTX8tg0N1feJRQAuI5BZG /eRKBdTqGUkXleiFwvxXmLfGB+rof3rqto/kjCWu2/0wamthZHWdzKYBJ/8sFDDG6eqz tQ00PFHFhFREX9xn3L/2w2EGPmIU/8o1OTLSk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Xp3CJRUs3/pExrO/tNyu9bTFdWXaTWtArMY7Krn9M7GobuSotnC/eJyvr8MkZ6d7nF 3NaHoUET/3FqwuWq0FcMpHyb8Xhy/OXUGzXNFZuq3y1AiK1V9sDFXmR/uS2fFecyFwOB aQh4B/LNas+wAq8TTvXp33q/5Id1e4wMAPp9g= MIME-Version: 1.0 Received: by 10.229.96.73 with SMTP id g9mr2103284qcn.45.1243251454280; Mon, 25 May 2009 04:37:34 -0700 (PDT) In-Reply-To: References: <4d7dd86f0905250042v61f2af6cl943b665cdbeb26a3@mail.gmail.com> <4d7dd86f0905250339o6e395102l5074198b38143970@mail.gmail.com> <4d7dd86f0905250415u32171606qaf9b64185da1a50@mail.gmail.com> Date: Mon, 25 May 2009 21:37:34 +1000 Message-ID: <4d7dd86f0905250437u63b9152m65a914b7acd3f0@mail.gmail.com> From: David N To: Ivan Voras Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: gjournal locks up X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2009 11:37:36 -0000 2009/5/25 Ivan Voras : > David N wrote: >> 2009/5/25 Ivan Voras : >>> David N wrote: >>> >>>> The first time it locked up was when i was copying >>>> cp -va >>>> from one disk (degraded mirrror) to the other disk (degraded mirror + >>>> gjournal). Copied around 40GB until it locked up. It did it 3 times >>>> before i manage to copy everything over. Re-syncing of the mirror >>>> works fine. >>>> >>>> Should i use >>>> options KDB >>>> options DDB >>>> options INVARIANTS >>>> options INVARIANTS_SUPPORT >>>> options WITNESS >>>> options DIAGNOSTIC >>>> ? >>> You can leave DIAGNOSTIC out. >>> >>> I'd still like you to post process' states (wchan) - in your case, of >>> the "cp" process. >> >> How would i go about doing that? >> Sorry, I'm new to debugging FreeBSD, been using for a long time though. > > You can see them in "top" or you can do "ps axul". > > Before the lock up all disk activity come to a halt. Gstat - all disk drops to 0.00 then locks More info can be seen http://lists.freebsd.org/pipermail/freebsd-questions/2009-May/198149.html I'll post more info when the new kernel is done. Regards David N