From owner-freebsd-fs@FreeBSD.ORG Thu Jul 28 15:52:49 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 8BD9E1065674; Thu, 28 Jul 2011 15:52:49 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 34A1D8FC12; Thu, 28 Jul 2011 15:52:48 +0000 (UTC) Received: by gxk28 with SMTP id 28so2441043gxk.13 for ; Thu, 28 Jul 2011 08:52:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=khQM03DMmVfAoxmvtLo4vJNYDXW7h2379wCfzqJiGMc=; b=IXbGPVsSoD0cl7MMKF0W7QZzQ8Y0TbYPP19ucSV5uncJ/TTWKTPqNoxwyv6ZC+ZJsY 67cTu6maBh5EkVS/plWqA+UDNC7+We24sWx5lpNGSRVZp2s+QAuFQw2yPmlUYkonqIkk 1qSsZKsvFZ7+RbC6G8cLztfAm2DJSPFO4dcjM= Received: by 10.100.211.11 with SMTP id j11mr174419ang.17.1311868368147; Thu, 28 Jul 2011 08:52:48 -0700 (PDT) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.100.198.5 with HTTP; Thu, 28 Jul 2011 08:52:08 -0700 (PDT) In-Reply-To: <20110728152151.GA39317@icarus.home.lan> References: <4E3154E0.1030206@FreeBSD.org> <4E315D78.90209@FreeBSD.org> <4E316CC3.6070604@FreeBSD.org> <20110728152151.GA39317@icarus.home.lan> From: Ivan Voras Date: Thu, 28 Jul 2011 17:52:08 +0200 X-Google-Sender-Auth: mnnxSNZlP5mQGc5qLK_IbRWy4q8 Message-ID: To: Jeremy Chadwick Content-Type: text/plain; charset=UTF-8 Cc: freebsd-fs@freebsd.org, Andriy Gapon Subject: Re: ZFS how to find out if ZIL is currently enabled? 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: Thu, 28 Jul 2011 15:52:49 -0000 On 28 July 2011 17:21, Jeremy Chadwick wrote: > On Thu, Jul 28, 2011 at 04:23:55PM +0200, Ivan Voras wrote: >> On 28 July 2011 16:05, Andriy Gapon wrote: >> > on 28/07/2011 16:35 Ivan Voras said the following: >> >> On 28 July 2011 15:00, Andriy Gapon wrote: >> >>> on 28/07/2011 15:48 Ivan Voras said the following: >> >> >> >>>> >From the various csup dates I have on the servers it looks like it's >> >>>> been removed somewhere between April and now, possibly with ZFS 28 >> >>>> MFC? >> >>> >> >>> http://www.mail-archive.com/freebsd-stable@freebsd.org/msg114251.html >> >>> >> >>>> I.e. this code is missing: >> >> >> >> I don't suppose that complaining about the removal of useful code will >> >> do any good? >> > >> > The question is obviously not directed to me? :-) >> >> No, it was a question to the ZFS cabal :) We'll see if it remains rhetorical :) > > What about this? > > http://blog.tschokko.de/archives/786 > http://milek.blogspot.com/2010/05/zfs-synchronous-vs-asynchronous-io.html Hey, that's great! I didn't know about it - the sync property is good enough for me! (even better as it is per-fs) I've just enabled it where I need it and I can see the difference.