From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 11:03:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B20C01065678 for ; Wed, 18 Feb 2009 11:03:30 +0000 (UTC) (envelope-from timur@bat.ru) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 4B6268FC14 for ; Wed, 18 Feb 2009 11:03:29 +0000 (UTC) (envelope-from timur@bat.ru) Received: by fg-out-1718.google.com with SMTP id l26so673592fgb.35 for ; Wed, 18 Feb 2009 03:03:29 -0800 (PST) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.86.82.16 with SMTP id f16mr2664930fgb.32.1234955008864; Wed, 18 Feb 2009 03:03:28 -0800 (PST) In-Reply-To: <49999AA2.9060306@witchspace.com> References: <49999AA2.9060306@witchspace.com> Date: Wed, 18 Feb 2009 12:03:28 +0100 X-Google-Sender-Auth: 91723d76f5a0b311 Message-ID: <7d743c270902180303s6a26c83dn88a25e562d97b305@mail.gmail.com> From: "Timur I. Bakeyev" To: Jonathan Belson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Performance problem with samba/zfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2009 11:03:31 -0000 Hi! On Mon, Feb 16, 2009 at 5:56 PM, Jonathan Belson wrote: > Hiya > > I export a few samba shares from a FreeBSD amd64 server and I've been > editing text files on one of the shares via a Windows box. > > This /usually/ works fine, but occasionally I'll get a pause of several > seconds when I save back a modified file. No errors are generated on the > server, but it causes the smbd process takes a few % of available cpu time, > according to top. > > The server is running -STABLE ('FREEBSD 7.1-PRERELEASE'), as built on > 2008/09/08. The file system is zfs. I'm using samba 3.0.34,1, built from > ports. > Try net/samba32 instead. there were reports, that it works much better with ZFS storage. Regards, Timur.