From owner-freebsd-stable@FreeBSD.ORG Tue Aug 6 03:24:41 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD6178E2; Tue, 6 Aug 2013 03:24:41 +0000 (UTC) (envelope-from jdavidlists@gmail.com) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89B882515; Tue, 6 Aug 2013 03:24:41 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id ef5so7114912obb.23 for ; Mon, 05 Aug 2013 20:24:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=RnUx8oJEtwIpOSWGLQCgqlCfaUp6wtyylZLYdHBb9oE=; b=BtrnZwIJUbaHO/8omomTZvg+0wP5St3tb8G/ow0OfQVxiWjXXIHm13YUdIe4I8+3YC ZSJeZ4+b1fr+m368e/CAie8VAFZyxS+Stu+uwiPkVeyaYbyikSuDXxaTe91a9KH+0KeG s/9pMTKuyUatbK2MgNEoG7JxK1jE5MlP0W4+Y+/1T2uRMKtFdM9HP1l3DN1lfsLFmVFA xKXh3VelXodN/I8lX32HB56HRL47wzO4O01WAnOs14yvwMTyLB0/qTj0FV45tCcRGcRV 2U6KRPLtqqdMAgsZptv/fBC+o5WAbdTdzmi7+sJbYwzIkkrRxskuFu8L9IEi8tRY+WIl pwXA== MIME-Version: 1.0 X-Received: by 10.50.178.234 with SMTP id db10mr71485igc.35.1375759480867; Mon, 05 Aug 2013 20:24:40 -0700 (PDT) Sender: jdavidlists@gmail.com Received: by 10.42.150.196 with HTTP; Mon, 5 Aug 2013 20:24:40 -0700 (PDT) In-Reply-To: References: <51FD5709.7050306@FreeBSD.org> Date: Mon, 5 Aug 2013 23:24:40 -0400 X-Google-Sender-Auth: c_0LBy26PId4Mv0NkAe3P48kBGE Message-ID: Subject: Re: Problem with zfsloader on 9.2-BETA2 From: J David To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Aug 2013 03:24:41 -0000 On Mon, Aug 5, 2013 at 8:01 PM, J David wrote: > I should add that this is indeed the correct guid for the pool: > > $ zpool get guid > NAME PROPERTY VALUE SOURCE > data guid 2022708996989799150 default After a full make buildworld installworld, I finally got the revised output: ZFS: can't find pool by guid: 1C121B1DB1904AEE ZFS: can't find pool by guid: 1C121B1DB1904AEE (0x1C121B1DB1904AEE == 2022708996989799150) Thanks!