From owner-freebsd-questions@FreeBSD.ORG Thu Oct 15 13:56:36 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F41A106568B for ; Thu, 15 Oct 2009 13:56:36 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 2AE018FC17 for ; Thu, 15 Oct 2009 13:56:35 +0000 (UTC) Received: by yxe1 with SMTP id 1so907428yxe.3 for ; Thu, 15 Oct 2009 06:56:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=z9Wiq7Y0XdbVyY4xkUuf7KF2V3c3tPDsmlpdaRgR048=; b=pKtAcW3G8ljdAUA2pqZdmiKaeJVbj06D+bpsW/jfUgv/B6H4VurqSgIVRNYosDhEpv hKthubuCNyEuKVUKNgXDC51kOOF9e0ZUOXLBhg/0EbWJX10jQ5APmFxcl7FYI5lRxud3 TFVTQLDqni9mMFZpdQtFk01EH2bVtH7ra4M6U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=aBgEpWuTqu3gYJVgGJYuKSROmdaOIdJZ7HZNhFjOxGAm4ylYDfa/EyUHXdLczMXf46 UmHYfl8cKnGNQ4qQdDd6MZd/Aw15zXSdNJsbe7IFXv6GhEfyW3zb1njv4jcKPSeAqKjw RWUI6/NZv8utSVLFYtks3YtiRri1m9yxsw3IA= MIME-Version: 1.0 Received: by 10.239.183.17 with SMTP id s17mr5522hbg.172.1255614994786; Thu, 15 Oct 2009 06:56:34 -0700 (PDT) In-Reply-To: References: Date: Thu, 15 Oct 2009 14:56:34 +0100 Message-ID: From: krad To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: zfs root 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: Thu, 15 Oct 2009 13:56:36 -0000 2009/10/3 krad > Hi, > > I have a quick question about freebsd on zfs root. I have built a few test > systems all work fine. I have one question though. Does the loader replay > any information when it accesses the pool? > > Basically im interested in how or what is done on reboot after the kernel > panic or power loss. Are there any safe gaurds with regard to the zpool > integrity? > > > > anybody?