From owner-freebsd-questions@FreeBSD.ORG Sun Dec 5 15:17:35 2010 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 0ABD4106566B for ; Sun, 5 Dec 2010 15:17:35 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 8E7448FC0A for ; Sun, 5 Dec 2010 15:17:34 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 4C3DAE716D; Sun, 5 Dec 2010 15:17:33 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=RrYTawsxSLr1 phZvq5EeywZ+mRo=; b=jidJp0ynu/9RWL+RRPYAXbXnb6L8KtIAFqND50UuT6pM WSmkXCu9y5xnPrGjk7QFN42o/+CVXWLe/AAzSE0OkbdrTfiOVNZ6uqnETPTfb7Tm Eq0ioL2qMtCy7BHzwulurOK/Hqp+2TTPVi/F3HeKusleNXR5Cw73klK9pS+cAZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=Zv13vt f+XZgtIB7zPKs2PqSc96/02pBiuMU72+cUCCNBevdPESTLPWHU5YX51CCLRQ/FEU BkC1/stE5CQ0RvCPhKgYy85JSO9UuurJZoNR1mU2yNXFRGgXaNSXxS5DR5zVBCbp pYlvfoQjD6RZYLVQ2vNBuLiCFkOSQ3lmtYwFw= Received: from core.draftnet (client-86-31-8-12.midd.adsl.virginmedia.com [86.31.8.12]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id E9D66E716C; Sun, 5 Dec 2010 15:17:32 +0000 (GMT) Date: Sun, 5 Dec 2010 15:17:08 +0000 From: Bruce Cran To: merlyn@stonehenge.com (Randal L. Schwartz) Message-ID: <20101205151708.4c6226b6@core.draftnet> In-Reply-To: <86r5e2cnbg.fsf@red.stonehenge.com> References: <20101201010048.GB18296@muon.cran.org.uk> <86r5e2cnbg.fsf@red.stonehenge.com> X-Mailer: Claws Mail 3.7.7 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: gpt zfs booting - loader takes 25s 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: Sun, 05 Dec 2010 15:17:35 -0000 On Tue, 30 Nov 2010 17:08:03 -0800 merlyn@stonehenge.com (Randal L. Schwartz) wrote: > I imagine something high-up in the kernel is asking the ZFS for the > first block of a file, and only at that point does all the paperwork > processing for consistency check come into play, so there are no > messages, just a pause. It seems you're right: I checked and the HDD light is permanently on during the pause. -- Bruce Cran