From owner-freebsd-fs@FreeBSD.ORG Thu Jun 27 13:29:23 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 19C807EB for ; Thu, 27 Jun 2013 13:29:23 +0000 (UTC) (envelope-from feld@feld.me) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id E2D131478 for ; Thu, 27 Jun 2013 13:29:22 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 406CA20C22 for ; Thu, 27 Jun 2013 09:29:22 -0400 (EDT) Received: from web3.nyi.mail.srv.osa ([10.202.2.213]) by compute4.internal (MEProxy); Thu, 27 Jun 2013 09:29:22 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:in-reply-to:references:subject:date; s=mesmtp; bh= lGsvy2/I/7K3TISQ37t32PqB2wI=; b=OZNiLA9e4EIzJpkiY3WT12I2eVfvavnx eFhDGzdoyo99UAYOOeoXBMsxYAFx8dlwTIdMbDNOBxRskxCfA+a3iqSa/ACSg+sW wO0afF81BuVKIOTbt0i8TjoMVdtUds7mWhx6o4MXSXKVCjlHp3oEJrCspe1smzqi JA3V7qZ+Has= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=lGsvy2/I/7K3TISQ37t32PqB2wI=; b=qfm 2hftRouA7Mr0FficO/XBBXfxpGh8xWuVki8B95/Ft2Q/VN4KjWQvQrvIgPln6yUI V1u7kg9uXVtRIgwYlCg6x7Vu8NCC7ZonadXRnasTS48gLzzakJGyg1YpCthw0NVd tHgrzaTC7iuBWaU0f1Nt+/3od7OIYxTPo+r/jAaI= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 1B725B00003; Thu, 27 Jun 2013 09:29:22 -0400 (EDT) Message-Id: <1372339762.24419.140661249149329.65B90A12@webmail.messagingengine.com> X-Sasl-Enc: SFtwWgeGBu2UNfBlU8cJmYIGD/bQAKIHVThBpeM6OgKs 1372339762 From: Mark Felder To: freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-5ae8e04c In-Reply-To: References: Subject: Re: ZFS-backed NFS export with vSphere Date: Thu, 27 Jun 2013 08:29:22 -0500 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 13:29:23 -0000 On Thu, Jun 27, 2013, at 8:13, Zoltan Arnold NAGY wrote: > Any ideas what else I could tune? While 76MB/s is much better than the > original 17MB I was seeing, it's still far from Solaris's ~220MB/s... > I've never seen NFS exports on ZFS get anywhere close to what Solaris can do. Then again, Solaris spent a lot of time making sure their ZFS implementation played well with their NFS implementation. There is ongoing work, but I'm not sure what improvements are available in the FreeBSD camp. I can, however, report that iSCSI connections to ZFS zvols vis the istgt daemon work quite well.