From owner-freebsd-stable@FreeBSD.ORG Wed Apr 8 22:35:41 2009 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 B70C71065676 for ; Wed, 8 Apr 2009 22:35:41 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 476898FC25 for ; Wed, 8 Apr 2009 22:35:40 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by ewy19 with SMTP id 19so373511ewy.43 for ; Wed, 08 Apr 2009 15:35:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=Yj4yF9HflzAFMFIbk6y0SXVipEjD3ghOKrevgIweFI8=; b=YMlRLkkqLCwyJxVsBPetBCLN0Q1d+oTIQ86pzCJxiD6erqk0TaeMR4IZlvRIa9Gwcx cYXLYh6mZxDBg1ExiWLL/7cAVyYM0P/c5hC8v4HcPTQVihPbkXyqtbq48ICO1G4hKSbu NyzP2OQtJoa3EE+KITSmVaKI1fWcv3T2Fx4hM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=ktYLqTlA7l69ZA9S8fZvZw0SHhsIoU2I4WMm/5D4w2nHdpfpHQ8p7R1Jvj0crPl8Lq GdeF60WzjTb/7W0t18gDYK+DUELmbIfvxQO1/1ICXtyJ0heoefLOuG446yWfhTMKEM0y qK4tmYBPtkGqSHLa+YGyZJWEDHT5Iq1VNz4Aw= MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.210.66.13 with SMTP id o13mr5524384eba.9.1239230140246; Wed, 08 Apr 2009 15:35:40 -0700 (PDT) In-Reply-To: <49DD1E2E.4030009@quip.cz> References: <49DD1E2E.4030009@quip.cz> From: Ivan Voras Date: Thu, 9 Apr 2009 00:35:25 +0200 X-Google-Sender-Auth: 991c7a46c9bd1026 Message-ID: <9bbcef730904081535l2339dc7fk6ce7957976d9425@mail.gmail.com> To: Miroslav Lachman <000.fbsd@quip.cz> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: ZFSKnownProblems - needs revision? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Apr 2009 22:35:42 -0000 2009/4/8 Miroslav Lachman <000.fbsd@quip.cz>: > (Lighttpd problem may be related to jail instead of ZFS - I did not test it > yet) Completely unrelated to ZFS, but wasn't there some issue with lighttpd and sendfile() relatively recently (sendfile is the default)? Have you tried server.network-backend = "writev" ?