Re: [Qemu-devel] [PATCH v2 15/20] rbd: Handle failure for potentially large allocations

2014-05-30 Thread Markus Armbruster
Kevin Wolf kw...@redhat.com writes: Some code in the block layer makes potentially huge allocations. Failure is not completely unexpected there, so avoid aborting qemu and handle out-of-memory situations gracefully. This patch addresses the allocations in the rbd block driver.

[Qemu-devel] [PATCH v2 15/20] rbd: Handle failure for potentially large allocations

2014-05-28 Thread Kevin Wolf
Some code in the block layer makes potentially huge allocations. Failure is not completely unexpected there, so avoid aborting qemu and handle out-of-memory situations gracefully. This patch addresses the allocations in the rbd block driver. Signed-off-by: Kevin Wolf kw...@redhat.com