From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mis02-0006WR-QA for qemu-devel@nongnu.org; Wed, 02 Sep 2009 11:43:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mirzy-0006Uw-2x for qemu-devel@nongnu.org; Wed, 02 Sep 2009 11:43:54 -0400 Received: from [199.232.76.173] (port=41262 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mirzx-0006Um-VT for qemu-devel@nongnu.org; Wed, 02 Sep 2009 11:43:50 -0400 Received: from verein.lst.de ([213.95.11.210]:41578) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Mirzx-0002Yy-2b for qemu-devel@nongnu.org; Wed, 02 Sep 2009 11:43:49 -0400 Date: Wed, 2 Sep 2009 17:43:47 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 0/3] block: Handle multiple write requests at once Message-ID: <20090902154347.GA23891@lst.de> References: <1251813112-17408-1-git-send-email-kwolf@redhat.com> <20090901155228.GA21781@lst.de> <4A9E1E4F.4080901@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A9E1E4F.4080901@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Christoph Hellwig , qemu-devel@nongnu.org On Wed, Sep 02, 2009 at 09:27:11AM +0200, Kevin Wolf wrote: > > Of course using a sane filesystem in the guest would also fix it, > > but the point of virtualization is at least partially to keep all > > that old crap working nicely. > > Not sure what your definition of "old crap" is, but ext3 seems to meet > it. I don't think it's irrelevant. Even ext3 should not do it as the elevator would merge the requests. Do you happen to run a kernel which accidentally turned on the misnamed and misguided SSD flag on for virtio? That would explain sending lots tiny I/Os. You can checks this with a: cat /sys/block/vd*/queue/rotational if a 0 turns up somewhere we have the problem.