From owner-freebsd-current@FreeBSD.ORG Tue Jul 17 08:29:09 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A721216A400 for ; Tue, 17 Jul 2007 08:29:09 +0000 (UTC) (envelope-from koolguy317@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 683C013C467 for ; Tue, 17 Jul 2007 08:29:09 +0000 (UTC) (envelope-from koolguy317@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1181080wxd for ; Tue, 17 Jul 2007 01:29:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qdFK4gGQtHQBLQufid9XzdcqOe1JWG+r2wmGJVON2YcUzn0K5FcJ2vFNafmHza4ZJWpG1q+8QnSFaGPQJ2ALk6jeCBTzv7rPi5NkXO56E0TLok2c9E5M9xNKQQ2WDMkpIxVNtTbTTYvBaYmhaFU9CE4OAYvlK1GKREaceMdIFbg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bApWj0uzSYGyXhC9JLHIAa4AnwvrsA18HfkIy1x1CTai4YJrAQHM2DTh4p5aTMNJtau4U9pzreoJiEMxTbtb8ACkCqIttcyF5wxEpnMTSrShByTynAP5iHaxQHyIKS2tviN+RnMJSuAv24v4pHxVQXXQLeZz81MaJ5VZM6Q8bhw= Received: by 10.90.80.8 with SMTP id d8mr93132agb.1184660948535; Tue, 17 Jul 2007 01:29:08 -0700 (PDT) Received: by 10.90.30.11 with HTTP; Tue, 17 Jul 2007 01:29:08 -0700 (PDT) Message-ID: <88afd9200707170129h4ab33176pc8423a4c2f2d6124@mail.gmail.com> Date: Tue, 17 Jul 2007 04:29:08 -0400 From: "Kool Guy" To: freebsd-current@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2978EDA9-D393-434C-B734-2DE188631761@berkeley.edu> <469C3900.5020703@berkeley.edu> <1c5c32890707162045u9d56cfeq2f7430ddddd55418@mail.gmail.com> <469C48F2.7000302@berkeley.edu> Subject: Re: Strange performance characteristics with ZFS 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: Tue, 17 Jul 2007 08:29:09 -0000 On 7/17/07, Claus Guttesen wrote: > > Aha. It corrupted data. Now I have to start the copy over again :/ > > > > This is not good! Anything else I can try? (Hopefully without making > > the process fail :-p ) > > I've only copied data between freebsd using nfs (and zfs on the > server) which worked so apparently server and client introduces some > mismacth. Have you tried both tcp and udp? > -- > regards > Claus > > When lenity and cruelty play for a kingdom, > the gentlest gamester is the soonest winner. > > Shakespeare > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > I've had this same problem. I did notice that I was getting a *TON* of error messages on the console when access ZFS from a remote Linux client over NFS. Eventually, it slowed to a crawl and died. I'm in the process of rebuilding my system so I can't tell you details of the messages, but you may want to tail -f /var/log/messages. Larry.