Re: [libvirt] [RFC PATCH 03/12] lib: Introduce event for tracking disk backing file write threshold

2017-02-24 Thread Peter Krempa
On Thu, Feb 23, 2017 at 16:32:45 -0600, Eric Blake wrote: > On 02/23/2017 01:21 PM, Peter Krempa wrote: > > When using thin provisioning, management tools need to resize the disk > > in certain cases. To avoid having them to poll disk fillng introduce an > > Typo, but a different word sounds

Re: [libvirt] [RFC PATCH 03/12] lib: Introduce event for tracking disk backing file write threshold

2017-02-23 Thread Eric Blake
On 02/23/2017 01:21 PM, Peter Krempa wrote: > When using thin provisioning, management tools need to resize the disk > in certain cases. To avoid having them to poll disk fillng introduce an Typo, but a different word sounds better: s/fillng/usage/ > event whic will be fired when a given offset

[libvirt] [RFC PATCH 03/12] lib: Introduce event for tracking disk backing file write threshold

2017-02-23 Thread Peter Krempa
When using thin provisioning, management tools need to resize the disk in certain cases. To avoid having them to poll disk fillng introduce an event whic will be fired when a given offset of the storage is written by the hypervisor. Together with the API which will be added later, it will allow to