From owner-freebsd-current@FreeBSD.ORG Wed Jan 1 15:43:38 2014 Return-Path: Delivered-To: freebsd-current@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 ESMTPS id 568823FC for ; Wed, 1 Jan 2014 15:43:38 +0000 (UTC) Received: from mail-qe0-x22b.google.com (mail-qe0-x22b.google.com [IPv6:2607:f8b0:400d:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 175FE1F1E for ; Wed, 1 Jan 2014 15:43:38 +0000 (UTC) Received: by mail-qe0-f43.google.com with SMTP id jy17so13340364qeb.2 for ; Wed, 01 Jan 2014 07:43:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=haKvN30XvAqQ87T9tHPi6KQLpFN7vqtfYxG6xPTdJi4=; b=O6stfbGvzu0iwIjEnIo38/IP7YjK5JaboP/meRhs/bajH8AXVeWvjoO2BhRaFqEvAi ek6KXapN7L+Sr1KATYaZx5uhwy9hi8WG/svD+k6cPCtdY08TanUSjv/jDD5Yz5hTaYD0 bdPq4GUVqJtmtpIGVbKy8RkJVWOvx71sA6+P2F/RewritJguysTelTJxJLTfsC78HDrm mUjrUcyx/Q018mW/scIPnfdNpTw75d64E+nEZ1FLu3Pz4vjUivDrLxjohmVSBPMz1PcE dO4uIumozoAhESXCbHZHig5aUBQMJntGZjA3CcAoGtl6uERCKG3krg2WbLjEJXq0PwdR TudQ== X-Received: by 10.224.167.139 with SMTP id q11mr89266136qay.71.1388591016946; Wed, 01 Jan 2014 07:43:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.152.42 with HTTP; Wed, 1 Jan 2014 07:42:56 -0800 (PST) From: =?UTF-8?B?5LmU5qWa?= Date: Wed, 1 Jan 2014 23:42:56 +0800 Message-ID: Subject: boot failure at ZFS: unsupported feature: com.delphix:hole_birth To: Current FreeBSD Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 01 Jan 2014 15:43:38 -0000 Today ,I upgrade to http://svnweb.freebsd.org/base?view=revision&revision=260157 After svn up, make clean, make buildworld, make buildkernel, make installkernel, reboot, mergemaster -p, make installworld, mergemaster, reboot, OS can't boot. Screen show: ZFS: unsupported feature: com.delphix:hole_birth gptzfsboot: No ZFS pool located, can't boot. I'm use root ZFS. How to recovery it? Thanks.