qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] block/raw-posix: fix launching with failed disks
@ 2015-03-05 21:38 Stefan Hajnoczi
  2015-03-05 21:38 ` [Qemu-devel] [PATCH v2 1/2] " Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2015-03-05 21:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Paolo Bonzini, hare, Stefan Hajnoczi

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

 block/raw-posix.c          | 29 ++++++++++++++--
 tests/qemu-iotests/128     | 82 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/128.out |  5 +++
 tests/qemu-iotests/group   |  1 +
 4 files changed, 115 insertions(+), 2 deletions(-)
 create mode 100755 tests/qemu-iotests/128
 create mode 100644 tests/qemu-iotests/128.out

-- 
2.1.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-06 13:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-05 21:38 [Qemu-devel] [PATCH v2 0/2] block/raw-posix: fix launching with failed disks Stefan Hajnoczi
2015-03-05 21:38 ` [Qemu-devel] [PATCH v2 1/2] " Stefan Hajnoczi
2015-03-05 21:38 ` [Qemu-devel] [PATCH v2 2/2] iotests: add O_DIRECT alignment probing test Stefan Hajnoczi
2015-03-06 12:14 ` [Qemu-devel] [PATCH v2 0/2] block/raw-posix: fix launching with failed disks Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).