Re: [libvirt] [PATCH] storage: Fix problem with disk backend pool allocation calculation

2015-05-26 Thread John Ferlan
On 05/26/2015 07:15 AM, Ján Tomko wrote: > On Sat, May 23, 2015 at 09:39:58AM -0400, John Ferlan wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1224018 >> >> The disk pool recalculates the pool allocation, capacity, and available >> values each time through processing a newly created disk

Re: [libvirt] [PATCH] storage: Fix problem with disk backend pool allocation calculation

2015-05-26 Thread Ján Tomko
On Sat, May 23, 2015 at 09:39:58AM -0400, John Ferlan wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1224018 > > The disk pool recalculates the pool allocation, capacity, and available > values each time through processing a newly created disk partition. > However, there were two issues with

[libvirt] [PATCH] storage: Fix problem with disk backend pool allocation calculation

2015-05-23 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1224018 The disk pool recalculates the pool allocation, capacity, and available values each time through processing a newly created disk partition. However, there were two issues with doing so. The process generally is to read the partition table via vir