Re: [libvirt] [PATCH 3/3] rbd: optionally compute volume allocation from capacity

2019-03-19 Thread Michal Privoznik
On 3/15/19 4:17 PM, jdill...@redhat.com wrote: From: Jason Dillaman Use the new 'refresh_volume_allocation' pool override to skip computing the actual volume usage if disabled. Signed-off-by: Jason Dillaman --- src/storage/storage_backend_rbd.c | 3 ++- 1 file changed, 2 insertions(+), 1

[libvirt] [PATCH 3/3] rbd: optionally compute volume allocation from capacity

2019-03-15 Thread jdillama
From: Jason Dillaman Use the new 'refresh_volume_allocation' pool override to skip computing the actual volume usage if disabled. Signed-off-by: Jason Dillaman --- src/storage/storage_backend_rbd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git