[Qemu-devel] [PATCH 5/5] block/qcow2-bitmap: Count queued bitmaps towards directory_size

2019-06-06 Thread John Snow
Similarly to the previous commit, we need to also keep a ledger of the additional directory size burden that we've not yet committed so we can reject new additions sooner instead of later. Signed-off-by: John Snow --- block/qcow2.h| 1 + block/qcow2-bitmap.c | 13 - 2 files

Re: [Qemu-devel] [PATCH 5/5] block/qcow2-bitmap: Count queued bitmaps towards directory_size

2019-06-07 Thread John Snow
On 6/6/19 10:30 PM, Eric Blake wrote: > On 6/6/19 1:41 PM, John Snow wrote: >> Similarly to the previous commit, we need to also keep a ledger of the >> additional directory size burden that we've not yet committed so we can >> reject new additions sooner instead of later. >> >> Signed-off-by: J

Re: [Qemu-devel] [PATCH 5/5] block/qcow2-bitmap: Count queued bitmaps towards directory_size

2019-06-06 Thread Eric Blake
On 6/6/19 1:41 PM, John Snow wrote: > Similarly to the previous commit, we need to also keep a ledger of the > additional directory size burden that we've not yet committed so we can > reject new additions sooner instead of later. > > Signed-off-by: John Snow > --- > block/qcow2.h| 1 +