LGTM, thanks
On Thu, Dec 12, 2013 at 10:05 AM, Klaus Aehlig <[email protected]> wrote: > ...as they're a lint error. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > src/Ganeti/HTools/Backend/Luxi.hs | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/Ganeti/HTools/Backend/Luxi.hs > b/src/Ganeti/HTools/Backend/Luxi.hs > index be8ea38..bd04d60 100644 > --- a/src/Ganeti/HTools/Backend/Luxi.hs > +++ b/src/Ganeti/HTools/Backend/Luxi.hs > @@ -230,7 +230,8 @@ parseNode ktg [ name, mtotal, mnode, mfree, dtotal, > dfree > xcnos <- lvconvert 0 "cnos" cnos > let node = flip Node.setNodeTags xtags $ > Node.create xname xmtotal xmnode xmfree xdtotal xdfree > - xctotal xcnos (not live || xdrained) xsptotal xspfree xgdx > xexcl_stor > + xctotal xcnos (not live || xdrained) xsptotal xspfree > + xgdx xexcl_stor > return (xname, node) > > parseNode _ v = fail ("Invalid node query result: " ++ show v) > -- > 1.8.5.1 > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
