On Wed, Mar 15, 2017 at 17:37:12 +0100, Peter Krempa wrote:
This is another version of the stuff that I've posted here:
https://www.redhat.com/archives/libvir-list/2017-February/msg01391.html
which was partially based on the very old discussion at
https://www.redhat.com/archives/libvir-list/2015-May/msg00580.html
This version fixes some of the review feedback that I've got and also fixes all
the issues pointed out in the original cover letter since I managed to implement
the node name detection in a way suitable for this.
The event is useful for mgmt apps using thin-provisioned storage so that they
don't have to poll for the disk filling all the time.
Michal's nvdimm series pushed recently caused a merge-conflict. You can
fetch the changes after I've resoved the conflict and with the two hunks
I forgot to commit before sending in my repo:
git fetch git://pipo.sk/pipo/libvirt.git block-threshold-1
Also I forgot to mention that I'm working on the ability to report the
currently set threshold via the bulk stats API. I'll post that
separately once I finish that.