From owner-freebsd-current@FreeBSD.ORG Mon Feb 4 17:35:11 2008 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 BB8D516A417 for ; Mon, 4 Feb 2008 17:35:11 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.77]) by mx1.freebsd.org (Postfix) with ESMTP id A3A0D13C447 for ; Mon, 4 Feb 2008 17:35:11 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from mac.com (asmtp005-s [10.150.69.68]) by smtpoutm.mac.com (Xserve/smtpout014/MantshX 4.0) with ESMTP id m14HZAL2023169; Mon, 4 Feb 2008 09:35:10 -0800 (PST) Received: from mini-g4.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mac.com (Xserve/asmtp005/MantshX 4.0) with ESMTP id m14HZ2Wb029976 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 4 Feb 2008 09:35:04 -0800 (PST) Message-Id: From: Marcel Moolenaar To: Niki Denev In-Reply-To: <2e77fc10802040245u5452f63dq905b849a92cd7f9b@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Mon, 4 Feb 2008 09:35:02 -0800 References: <2e77fc10802040214n5f0141c0gdd76d74b67904a83@mail.gmail.com> <64392.39143.qm@web36608.mail.mud.yahoo.com> <2e77fc10802040245u5452f63dq905b849a92cd7f9b@mail.gmail.com> X-Mailer: Apple Mail (2.915) Cc: Simun Mikecin , freebsd-current@freebsd.org Subject: Re: bin/119976: [patch] Add ZFS support to gpt(8) 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, 04 Feb 2008 17:35:11 -0000 On Feb 4, 2008, at 2:45 AM, Niki Denev wrote: > On Feb 4, 2008 12:23 PM, Simun Mikecin wrote: >> >> --- Niki Denev wrote: >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/119976 >>> >>> I'm running here with similar patch and it works ok. >>> >>> But the changes to migrate.c in the PR's patch will probably won't >>> do anything >>> because FS_ZFS is not defined in /usr/include/sys/disklabel.h >>> >>> There was some discussion about adding it : >>> http://readlist.com/lists/freebsd.org/freebsd-current/8/44907.html >> >> FS_ZFS *is* defined in v.110 of disklabel.h which is commited to 8- >> CURRENT (which is the version >> that this PR is refering to). >> > > Sorry, I missed that. > The patch is complete in that case, and it would be good to support > ZFS natively with gpt, gpart seems to support it already : gpt(8) is obsoleted by gpart(8) and will be removed when gpart(8) has support for writing boot blocks. FYI, -- Marcel Moolenaar xcllnt@mac.com