From owner-freebsd-stable@FreeBSD.ORG Sun Jun 1 10:39:49 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38461106566B for ; Sun, 1 Jun 2008 10:39:49 +0000 (UTC) (envelope-from joe@tao.org.uk) Received: from mailhost.tao.org.uk (tao.uscs.susx.ac.uk [139.184.131.101]) by mx1.freebsd.org (Postfix) with ESMTP id 1467A8FC12 for ; Sun, 1 Jun 2008 10:39:48 +0000 (UTC) (envelope-from joe@tao.org.uk) Received: from genius (wireless59.dhcp.tao.org.uk [82.153.225.59]) (Authenticated sender: joemail@transwarp.tao.org.uk) by mailhost.tao.org.uk (Postfix) with ESMTP id 611326341; Sun, 1 Jun 2008 11:39:46 +0100 (BST) From: "Dr Josef Karthauser" To: "'Zaphod Beeblebrox'" , "'Freddie Cash'" References: <48291889.8030406@pldrouin.net> <5f67a8c40805181740v6f655fdjdfaec3312681b5c9@mail.gmail.com> <20080520190804.GA17271@shire.nagual.nl> <200805201249.39201.fjwcash@gmail.com> <5f67a8c40805201747p79e34870qaa842ab034e133d1@mail.gmail.com> In-Reply-To: <5f67a8c40805201747p79e34870qaa842ab034e133d1@mail.gmail.com> Date: Sun, 1 Jun 2008 11:39:46 +0100 Organization: Tao Research Message-ID: <071101c8c3d3$cfa34a40$6ee9dec0$@org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Aci63M+vX1lU4dcQTISemM/oPjWrAgI9t87A Content-Language: en-gb Cc: freebsd-stable@freebsd.org Subject: RE: Status of ZFS in -stable? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@tao.org.uk List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2008 10:39:49 -0000 > -----Original Message----- > From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd- > stable@freebsd.org] On Behalf Of Zaphod Beeblebrox > Sent: 21 May 2008 01:48 > To: Freddie Cash > Cc: freebsd-stable@freebsd.org > Subject: Re: Status of ZFS in -stable? > > Correct. If I don't use "verify" ... the backup proceeds normally, but > it's > corrupt. If I turn on verify, the backup stops when it detects the > corruption (somewhere about halfway through). This is with XP using a > Samba-shared ZFS filesystem. When XP uses a samba shared UFS > filesystem, > all is good. Additionally, I tried telling samba _not_ to use mmap() > (there's an option), but this didn't fix things. My guess is that it is still using mmap() somehow; there are definitely corruption problems with zfs and mmap(). Joe