From owner-freebsd-fs@FreeBSD.ORG Wed Dec 14 14:13:17 2011 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 CE6E7106564A for ; Wed, 14 Dec 2011 14:13:17 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 644488FC0A for ; Wed, 14 Dec 2011 14:13:16 +0000 (UTC) Received: by eaaf13 with SMTP id f13so1139437eaa.13 for ; Wed, 14 Dec 2011 06:13:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=6WsnvOpZPwamMqcgAj3QC/CGR1pYwUi6JFlirYMIFWM=; b=Pix6dBxg+mrJ1ryuJIAA95Ov7DTlH06KB1238dej4E2JzsWV2GX1ImYfu5pVV8MJEd wzXMiepOXsXJP2Qdf0FJfIDEqCFLDJmpFZcrai2Ft6r7s3y4FQ3LWbIXOkwWXKV4tiSS gfoxrUF2wu1Iy+/WH7OWec5A1OXljqZxtOA/k= Received: by 10.204.36.8 with SMTP id r8mr914891bkd.129.1323871995900; Wed, 14 Dec 2011 06:13:15 -0800 (PST) Received: from [192.168.50.104] (double-l.xs4all.nl. [80.126.205.144]) by mx.google.com with ESMTPS id fa8sm6206589bkc.14.2011.12.14.06.13.15 (version=SSLv3 cipher=OTHER); Wed, 14 Dec 2011 06:13:15 -0800 (PST) Message-ID: <4EE8AEF8.1000409@gmail.com> Date: Wed, 14 Dec 2011 15:13:12 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: freebsd-fs@freebsd.org References: <4EE73135.2080702@gmail.com> In-Reply-To: <4EE73135.2080702@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 9.0 and NFS async 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: Wed, 14 Dec 2011 14:13:17 -0000 Johan Hendriks schreef: > Hello all. > > I used to use async on my 8.x nfs servers! > On the FreeBSD 9.0 server i can not do it through the old 8.x sysctl. > > Is there an other way to set async on FreeBSD 9.x > > regards, > Johan Hendriks Ok things look good after the zfs set sync=disabled on the NFS datastore. We have a single cpu supermicro server with 16 GB mem running 9.0 RC3 And we have a HP ML 110 with 8 GB mem as standby backup server, also on 9.0 RC3 Both in the same network. Here are the graphs. http://doub.home.xs4all.nl/bench/iscsi-nfs.PNG I did a clone from the SM (supermicro) ISCSI datastore to the SM NFS datastore. grey block I did a clone from the SM ISCSI datastore to the HP ISCSI datastore. red block I did a clone from the SM ISCSI datastore to the HP NFS datastore green block (not finished but it did go steady on). Since this is our first NAS/SAN server and vmware environment, i do not know if this is good, but it feels ok. But maybe we should be embarrassed with these results :D We do not have a HP or IBM SAN solution to test agains. And this is all over normal GB ethernet, not trunked and so on. Also no Jumbo frames. Thanks for the pointers all. regards Johan Hendriks