On Thu, Apr 11, 2013 at 6:19 AM, Klaus Aehlig <[email protected]> wrote: > Instance policy on disks is specified on a per-disk basis. So extend > the instance description by the sizes of the individual disks and modify > the instance policy verification to correctly check individual disks. > > Signed-off-by: Klaus Aehlig <[email protected]>
I'm a bit lost: does this even compile without 2/3 ? Patch series should apply incrementally without breakage in between. Perhaps you want to have the addition of disks and the passing of it to the constructor (without using it) as 1/3, then the "use disks rather than disk_total" as 2/3 ? Thanks, Guido
