From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkUs8-0008Jn-Ad for qemu-devel@nongnu.org; Tue, 21 Apr 2015 05:53:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkUs4-00043l-5u for qemu-devel@nongnu.org; Tue, 21 Apr 2015 05:53:40 -0400 Received: from mail-lb0-f170.google.com ([209.85.217.170]:33275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkUs3-00040M-Vx for qemu-devel@nongnu.org; Tue, 21 Apr 2015 05:53:36 -0400 Received: by lbbzk7 with SMTP id zk7so151473713lbb.0 for ; Tue, 21 Apr 2015 02:53:34 -0700 (PDT) Message-ID: <55361E1C.7040302@clodo.ru> Date: Tue, 21 Apr 2015 12:53:32 +0300 From: Konstantin Krotov MIME-Version: 1.0 References: <552E1EB4.3030805@clodo.ru> <20150416012735.GB21291@ad.nay.redhat.com> <552F9A4F.90504@clodo.ru> <552FA39C.7080209@redhat.com> In-Reply-To: <552FA39C.7080209@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] virtio-blk and virtio-scsi performance comparison Reply-To: kkv@clodo.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Fam Zheng Cc: qemu-devel@nongnu.org 16.04.2015 14:57, Paolo Bonzini пишет: > > On 16/04/2015 13:17, Konstantin Krotov wrote: >> In my production system i'm interested to use io=thread, becouse i >> export MD raid1 devices to guest's and i need to read from the MD device >> performs balanced between raid1 legs (it's true only if io=thread). > > Can you detail the problem more? That could be a kernel bug. > > Paolo > I connect to the host system, two storage systems as block devices. Both block devices combine md-raid1. md-device use as disk for virtual machine. If i use io=native, read perform only from one of two raid1 legs. I'd like to distribute the load reading between two raid1 legs, but md-raid1 implementation it does only if set io=thread. -- WBR Konstantin V. Krotov