[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] block/iscsi: handle failure on malloc of th
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 2/2] block/iscsi: handle failure on malloc of the allocationmap |
Date: |
Mon, 25 Aug 2014 13:42:05 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 |
Il 25/08/2014 13:26, Peter Lieven ha scritto:
>>>
>> Hmm, good question. If so, the patch is correct with error_report. I
>> thought a failure in iscsi_open would be less surprising. The question
>> then is, do we need an option to disable allocationmap queries?
>
> We have cache=none...
Doh, right. Then I think iscsi_open should fail if it cannot allocate
the map.
Paolo
[Qemu-devel] [PATCH 1/2] util: introduce bitmap_try_new, Peter Lieven, 2014/08/22