From owner-freebsd-current@FreeBSD.ORG Fri Dec 17 07:11:15 2010 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 51D7E106564A for ; Fri, 17 Dec 2010 07:11:15 +0000 (UTC) (envelope-from ggg_mail@inbox.ru) Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.176.132]) by mx1.freebsd.org (Postfix) with ESMTP id C92258FC08 for ; Fri, 17 Dec 2010 07:11:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail; h=In-Reply-To:Message-ID:From:Content-Transfer-Encoding:MIME-Version:Date:References:Subject:Cc:To:Content-Type; bh=jCOJ6aw8rLxbwN9E21J6JtyyM42KmhjKUwj2e0BPTg4=; b=Sg+api0MdUHaC0DdBa/+E4UEA2nh1bFO6gHckpsgOBFGiHxA3+FUki99nm8wkzXMs+HWZm7BCT/iQgHSxaL+V3bGtJqoghjt97n2LY8UbPXB5fGtIhN6txZomnce+A8s; Received: from [95.26.139.66] (port=43045 helo=lulz) by smtp5.mail.ru with asmtp id 1PTUTB-00012q-00; Fri, 17 Dec 2010 10:11:13 +0300 Content-Type: text/plain; charset=euc-kr; format=flowed; delsp=yes To: "Olivier Smedts" References: Date: Fri, 17 Dec 2010 10:11:12 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: =?euc-kr?B?UmVjaGlzdG92IEdyaWdvcnkgKKyyrNas6azarOOs5KzgrNMgrKSs4qzarNQ=?= =?euc-kr?B?rOCs4qzarNsp?= Message-ID: In-Reply-To: User-Agent: Opera Mail/11.00 (Linux) X-Mras: Ok X-Mailman-Approved-At: Fri, 17 Dec 2010 11:53:37 +0000 Cc: freebsd-current@freebsd.org Subject: Re: Next ZFSv28 patchset ready for testing. 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: Fri, 17 Dec 2010 07:11:15 -0000 On Fri, 17 Dec 2010 01:29:14 +0300, Olivier Smedts wrote: > 2010/12/16 Rechistov Grigory (¬²¬Ö¬é¬Ú¬ã¬ä¬à¬Ó ¬¤¬â¬Ú¬Ô¬à¬â¬Ú¬Û) : >> I started to check the new ZFS version inside a VirtualBox machine. So >> far >> it works for me without crashes, but I got some observations worth >> mentioning. Here are the steps I made: >> >> 1. Installed 8.1-RELEASE (from minimal install CD) >> 2. Csup'ped sources to CURRENT (as of 14/12/2010) [note that I haven't >> used >> SVN repository] >> 3. Applied the patch in question. >> 4. Created a zpool raidz of two disks of old version 15. Also some >> usual >> tuning of ZFS in loader.conf was done as I am running 32 bit version >> with >> low amount of memory. "zfs_enable=YES" in rc.conf was added too. >> 4.1 Moved /usr/ports to ZFS to have some files on it. >> 5. Make buildworld, buildkernel, installkernel, installworld - all the >> canonical steps from the Handbook. >> 6. After reboot to final 9.0-CURRENT world I got a dmesg with some trace >> stack related to ZFS and also a rc.d script message about unrecognized >> command 'volinit' (see the text of it in attachment). > > Did you run mergemaster correctly ? > Yes, `mergemaster -p` -> `make installworld` -> `mergemaster` sequence was performed according to the Handbook.