Re: [libvirt] [PATCH v3 2/3] storage: optional 'refresh' elemement on pool

2019-03-19 Thread Michal Privoznik
On 3/19/19 2:42 PM, jdill...@redhat.com wrote: From: Jason Dillaman The new 'refresh' element can override the default refresh operations for a storage pool. The only currently supported override is to set the volume allocation size to the volume capacity. This can be specified by adding the

[libvirt] [PATCH v3 2/3] storage: optional 'refresh' elemement on pool

2019-03-19 Thread jdillama
From: Jason Dillaman The new 'refresh' element can override the default refresh operations for a storage pool. The only currently supported override is to set the volume allocation size to the volume capacity. This can be specified by adding the following snippet: ... ... This is