From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvOCf-0007Fb-VW for qemu-devel@nongnu.org; Thu, 09 Feb 2012 02:14:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvOCc-0001nX-5G for qemu-devel@nongnu.org; Thu, 09 Feb 2012 02:14:01 -0500 Received: from mail-ee0-f45.google.com ([74.125.83.45]:43518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvOCb-0001nS-UG for qemu-devel@nongnu.org; Thu, 09 Feb 2012 02:13:58 -0500 Received: by eekd17 with SMTP id d17so488940eek.4 for ; Wed, 08 Feb 2012 23:13:57 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4F337230.4000506@redhat.com> Date: Thu, 09 Feb 2012 08:13:52 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1326731457-9056-1-git-send-email-pbonzini@redhat.com> <20120118073902.GA2265@localhost.localdomain> <4F183C7A.9070603@redhat.com> <20120130093318.GA4123@localhost.localdomain> <4F27E034.5060302@redhat.com> <20120209054607.GA30616@localhost.localdomain> In-Reply-To: <20120209054607.GA30616@localhost.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/15] SCSI s/g + SCSI migration + virtio-scsi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: qemu-devel@nongnu.org On 02/09/2012 06:46 AM, Hu Tao wrote: >>> > >I've re-tested today, with host kernel 2.6.35.6-45.fc14.x86_64, >>> > >2.6.32-71.el6.x86_64, 3.1.0 and 3.3.0-rc1+, qemu version and guest >>> > >configuration remain the same, including guest kernel. It apears >>> > >that the problem appears only when the host kernel version is 3.1.0. > Sorry, forget about the kernel versions. With very heavy IO load, it's > easy to reproduce the problem. In my case, 300 disks were attached to a > virtio-scsi HBA, and 300 dd processes were launched at the same time, > each for a disk. Yes, we're not yet optimizing for _that_ kind of scalability. :) That raw works is already surprising enough to me! What disk was it? Can you try on an SSD? Paolo