From owner-freebsd-fs@FreeBSD.ORG Mon Jun 4 09:33:13 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C1EF106566B; Mon, 4 Jun 2012 09:33:13 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id D4AB18FC12; Mon, 4 Jun 2012 09:33:12 +0000 (UTC) Received: by eeke49 with SMTP id e49so1578940eek.13 for ; Mon, 04 Jun 2012 02:33:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=rgrowigx0yd60vW5NegN9MG6BIAWUegl5n3aiwJwIkE=; b=TDV7kdBG4pUzbWuJdVU+tCu1lPjo+B/lfUYvvwO4sa8kqUsMDf4r5LlAAItH+cU3BB wVODv7KIiZNHxN/Nxb+pNy3HZPVYWClCpDCvAzuZ08UWy/0TFGATR3Dm6VAYDy1b44TW +fr4H2YHubkWjl7Dg7I9forfYelyAnWo5xRiB+vrKAxz6EEns35vB8ZA+ro+Rv+t9ShX nrsLbcrA/iOG5RTZo1F+DTtcni0dGawGYT2aDQc605VkUVeVbJt0QAh2mQMlrJ3BXOPN /5sPFe+pOZEMFvsxiUpcrHd0p2OI3LEA0Pac1gUen2ODir+n2yii/WRzz5o60GNRCvvH +XjQ== Received: by 10.14.99.206 with SMTP id x54mr5005480eef.94.1338802391643; Mon, 04 Jun 2012 02:33:11 -0700 (PDT) Received: from [192.168.50.111] (double-l.xs4all.nl. [80.126.205.144]) by mx.google.com with ESMTPS id t3sm35113474eeb.15.2012.06.04.02.33.08 (version=SSLv3 cipher=OTHER); Mon, 04 Jun 2012 02:33:09 -0700 (PDT) Message-ID: <4FCC80D3.8000605@gmail.com> Date: Mon, 04 Jun 2012 11:33:07 +0200 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Martin Matuska References: <4FC366D0.6030206@FreeBSD.org> In-Reply-To: <4FC366D0.6030206@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: [CFT][PREVIEW] ZFS new SPA X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 09:33:13 -0000 Martin Matuska schreef: > Hello all, > > I have ported the ZFS features support (SPA version 5000) from Illumos > to FreeBSD-current. > What is still missing is boot support - needs to be implemented. > > Patch against CURRENT: > http://www.vx.sk/download/patches/freebsd/zfs/head-zfs-features.patch > > Amd64 ISO images for testing (bootable, work well in VirtualBox): > Basic: http://www.vx.sk/download/ISO-images/mfsbsd/head-zfs-features.iso > (86MB) > With full installworld: > http://www.vx.sk/download/ISO-images/mfsbsd/head-se-zfs-features.iso (239MB) > > TODO: boot support (check feature availability from ZFS boot code) > > References: > https://hg.openindiana.org/upstream/illumos/illumos-gate/rev/2889e2596bd6 > https://hg.openindiana.org/upstream/illumos/illumos-gate/rev/1949b688d5fb > hello. I saw this announcement, and decided to try the patch. I just did a csup today and patched the tree. # cd /usr/src # patch < /root/patch/head-zfs-features.patch then after doing a make cleanworld i get the following. # make cleanworld "/usr/src/Makefile", line 242: warning: duplicate script for target "clean" ignored "/usr/src/Makefile", line 242: warning: duplicate script for target "cleandepend" ignored "/usr/src/Makefile", line 242: warning: duplicate script for target "distribute" ignored "/usr/src/Makefile", line 242: warning: duplicate script for target "lint" ignored "/usr/src/Makefile", line 242: warning: duplicate script for target "obj" ignored "/usr/src/Makefile", line 242: warning: duplicate script for target "objlink" ignored "/usr/src/Makefile", line 242: warning: duplicate script for target "tags" ignored "/usr/src/Makefile", line 242: warning: duplicate script for target "files" ignored "/usr/src/Makefile", line 242: warning: duplicate script for target "includes" ignored rm -rf /usr/obj/usr/src/* chflags -R 0 /usr/obj/usr/src rm -rf /usr/obj/usr/src/* # make buildworld starts the with the same messages, but fails. ===> cddl/usr.sbin/lockstat (cleandir) rm -f lockstat lockstat.o sym.o rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> cddl/usr.sbin/zdb (cleandir) rm -f zdb zdb.o zdb_il.o zdb.8.gz zdb.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> cddl/usr.sbin/zhack (cleandir) cd: /usr/src/cddl/usr.sbin/zhack: No such file or directory *** [cleandir] Error code 2 Stop in /usr/src/cddl/usr.sbin. *** [cleandir] Error code 1 Stop in /usr/src/cddl. *** [cddl.cleandir__D] Error code 1 Stop in /usr/src. *** [_cleanobj] Error code 1 Stop in /usr/src. *** [buildworld] Error code 1 Stop in /usr/src. Here is my make.conf CPUTYPE?=nocona #CLANG CC=clang CXX=clang++ CPP=clang-cpp KERNCONF=KRNL BATCH_DELETE_OLD_FILES= yes CUPS_OVERWRITE_BASE=yes WITHOUT_X11=yes WITHOUT_GUI=yes #### END MAKE.CONF FILE ### regards. Johan Hendriks