From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tokarev Subject: Re: the >1Tb block issue Date: Tue, 18 May 2010 21:34:35 +0400 Message-ID: <4BF2CFAB.1010505@msgid.tls.msk.ru> References: <4BF2B7CD.7090204@msgid.tls.msk.ru> <4BF2CE70.1060402@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: KVM list To: Avi Kivity Return-path: Received: from isrv.corpit.ru ([81.13.33.159]:53303 "EHLO isrv.corpit.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757704Ab0ERRep (ORCPT ); Tue, 18 May 2010 13:34:45 -0400 In-Reply-To: <4BF2CE70.1060402@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 18.05.2010 21:29, Avi Kivity wrote: > On 05/18/2010 06:52 PM, Michael Tokarev wrote: >> I just re-verified it on current stable >> qemu-kvm-0.12.4. The issue is still here, >> trivial to trigger. > > Can you try the patch I just posted? Applied this one: [Qemu-devel] [PATCH +stable] block: don't attempt to merge overlapping requests quick tests shows it works correctly so far. At least it went further than before, not stopping at the "usual" sector 3145727872. Hmm. Ide has no queue, hence no mergeing, that's why it does not occur with ide, right? :) Interesting... /mjt