commit | 0f7a02379bb672666e21dfcd6b549c3506f8d784 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed May 21 18:11:48 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Aug 15 15:07:16 2014 +0200 |
tree | f30ad5b1b9195fb18ae00731ab6f9c2bc2e15ca6 | |
parent | 4b6af3d58a73193017926dd59de3b3e7b4890323 [diff] |
rbd: Handle failure for potentially large allocations 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 <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>