From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTsI0-00008r-L9 for qemu-devel@nongnu.org; Fri, 06 Mar 2015 08:27:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTsHw-0001QP-Hr for qemu-devel@nongnu.org; Fri, 06 Mar 2015 08:27:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTsHw-0001P9-Av for qemu-devel@nongnu.org; Fri, 06 Mar 2015 08:27:36 -0500 Date: Fri, 6 Mar 2015 13:14:41 +0100 From: Kevin Wolf Message-ID: <20150306121441.GD4655@noname.redhat.com> References: <1425591498-25131-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425591498-25131-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] block/raw-posix: fix launching with failed disks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Paolo Bonzini , qemu-devel@nongnu.org, hare@suse.de Am 05.03.2015 um 22:38 hat Stefan Hajnoczi geschrieben: > Guests configured for multipath I/O might be started up with failed disks > attached. QEMU should not refuse starting when a disk returns I/O errors (and > in the past this behavior was implemented correctly). > > This patch series fixes a regression that prevents QEMU from opening failed > disks and adds a qemu-iotests test case to cover this use case. > > Stefan Hajnoczi (2): > block/raw-posix: fix launching with failed disks > iotests: add O_DIRECT alignment probing test Thanks, applied to the block branch. Kevin