From owner-freebsd-current@FreeBSD.ORG Wed Jul 30 19:09:22 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 BA269106564A for ; Wed, 30 Jul 2008 19:09:22 +0000 (UTC) (envelope-from caelian@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.182]) by mx1.freebsd.org (Postfix) with ESMTP id D8B8B8FC0A for ; Wed, 30 Jul 2008 19:09:21 +0000 (UTC) (envelope-from caelian@gmail.com) Received: by ik-out-1112.google.com with SMTP id c30so215765ika.3 for ; Wed, 30 Jul 2008 12:09:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=uazCttpdQonu9aq0422SseTD249cd8lAHmQBQRe3qfc=; b=ZYJgDUHR2ye8N24lXfDzqMID/cssVyZaZp0IBqwzvoKoHYzhjH0EmwTyxpoKvNoNOa 1nhM9/vXmDpWsH+842Flm9PkLcHUtBdZGg135aug6UqFL9LqVt1vw3Nh+SC7Ws15ivN7 GF2zKoeW/Q46QB3Yj/WHGK0/aKGDJCBKouw90= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=uYqjSy77QAqg+k2+GL/XZm3HlPhQY3TfjJxjRY7O9D+WvvX5zWZUk3ydANyLB1/1Fv P0nAS/ZfBrmE3dNu1WZDmldbTUtqkFiQ9NJ4NsfD/yfNl5GUXHAM+QipL7ZIL6rIwBjr v5Mh2uqe6C0QhS3eXGps2Tu9QhTFtfzU7OUis= Received: by 10.210.49.7 with SMTP id w7mr6771146ebw.180.1217443255094; Wed, 30 Jul 2008 11:40:55 -0700 (PDT) Received: by 10.210.39.13 with HTTP; Wed, 30 Jul 2008 11:40:55 -0700 (PDT) Message-ID: Date: Wed, 30 Jul 2008 20:40:55 +0200 From: "Pascal Hofstee" To: "Pawel Jakub Dawidek" In-Reply-To: <20080727125413.GG1345@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080727125413.GG1345@garage.freebsd.pl> Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org Subject: Re: ZFS patches. 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: Wed, 30 Jul 2008 19:09:22 -0000 On Sun, Jul 27, 2008 at 2:54 PM, Pawel Jakub Dawidek wrote: > Hi. > > http://people.freebsd.org/~pjd/patches/zfs_20080727.patch.bz2 > > The patch above contains the most recent ZFS version that could be found > in OpenSolaris as of today. Apart for large amount of new functionality, > I belive there are many stability (and also performance) improvements > compared to the version from the base system. > > Check out OpenSolaris website to find out the differences between base > system version and patch version. > > Please test, test, test. If I get enough positive feedback, I may be > able to squeeze it into 7.1-RELEASE, but this might be hard. > > If you have any questions, please use mailing lists > (freebsd-fs@FreeBSD.org would be the best). > > Thank you in advance! Well .. so far everything runs smoothly on my FreeBSD/amd64 8.0-CURRENT. I upgraded a simple one-disk ZPOOL and all ZFS filesystems on it without problems. The only thing that caught my eye were the console warnings like the ones below: WARNING pid 1413 (zpool): ioctl sign-extension ioctl ffffffffcc285a09 WARNING pid 1473 (zfs): ioctl sign-extension ioctl ffffffffcc285a12 WARNING pid 1473 (zfs): ioctl sign-extension ioctl ffffffffcc285a15 I only saw the zpool one once the zfs ones are mostly the ffffffffcc285a12. I am not exactly sure what those warnings are trying to tell me but thought i should at least mention them here. -- Pascal Hofstee