From owner-freebsd-fs@FreeBSD.ORG Thu Jul 8 07:59:52 2010 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 95F72106566C for ; Thu, 8 Jul 2010 07:59:52 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id 585248FC13 for ; Thu, 8 Jul 2010 07:59:52 +0000 (UTC) Received: by email.octopus.com.au (Postfix, from userid 1002) id 30AAF5CB955; Thu, 8 Jul 2010 17:51:59 +1000 (EST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on spamkiller X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 Received: from [10.1.50.144] (ppp121-44-74-103.lns20.syd6.internode.on.net [121.44.74.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id A27BB5CB8E7; Thu, 8 Jul 2010 17:51:58 +1000 (EST) Message-ID: <4C358574.2040009@modulus.org> Date: Thu, 08 Jul 2010 17:59:48 +1000 From: Andrew Snow User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: Simun Mikecin , freebsd-fs@freebsd.org References: <4C3563A8.7060301@modulus.org> <688583.92527.qm@web112402.mail.gq1.yahoo.com> In-Reply-To: <688583.92527.qm@web112402.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Freebsd 8 Release /usr Die After host VMWARE Crash 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, 08 Jul 2010 07:59:52 -0000 On 08/07/10 17:45, Simun Mikecin wrote: > AFAIK virtual environments ignore disk sync requests by default. For example, in > VirtualBox they are ignored by default, by you could enable it if you want (with > a performance penalty). Haven't used VMWare, so not 100% sure about it, maybe > someone more knowledgable with VMWare knows what it's defaults are. VMware vSphere/ESX/ESXi makes all writes synchronous. (It is terribly slow on RAID cards that lack battery-backed cache!) - Andrew