Re: [libvirt] [PATCH v2 3/4] qemu: support metadata-cache-size for blockdev

2018-12-11 Thread John Ferlan
On 12/11/18 6:24 AM, Nikolay Shirokovskiy wrote: > > > On 10.12.2018 20:00, John Ferlan wrote: >> >> >> On 11/8/18 8:02 AM, Nikolay Shirokovskiy wrote: >>> Just set l2-cache-size to INT64_MAX for all format nodes of >>> qcow2 type in block node graph. >>> >>> -drive configuration is not

Re: [libvirt] [PATCH v2 3/4] qemu: support metadata-cache-size for blockdev

2018-12-11 Thread Nikolay Shirokovskiy
On 10.12.2018 20:00, John Ferlan wrote: > > > On 11/8/18 8:02 AM, Nikolay Shirokovskiy wrote: >> Just set l2-cache-size to INT64_MAX for all format nodes of >> qcow2 type in block node graph. >> >> -drive configuration is not supported because we can not >> set l2 cache size down the backing

Re: [libvirt] [PATCH v2 3/4] qemu: support metadata-cache-size for blockdev

2018-12-10 Thread John Ferlan
On 11/8/18 8:02 AM, Nikolay Shirokovskiy wrote: > Just set l2-cache-size to INT64_MAX for all format nodes of > qcow2 type in block node graph. > > -drive configuration is not supported because we can not > set l2 cache size down the backing chain in this case. > > Note that imlementation

[libvirt] [PATCH v2 3/4] qemu: support metadata-cache-size for blockdev

2018-11-08 Thread Nikolay Shirokovskiy
Just set l2-cache-size to INT64_MAX for all format nodes of qcow2 type in block node graph. -drive configuration is not supported because we can not set l2 cache size down the backing chain in this case. Note that imlementation sets l2-cache-size and not cache-size. Unfortunately at time of this