LGTM, thanks
On Mon, Dec 16, 2013 at 9:16 PM, Klaus Aehlig <[email protected]> wrote: > ...to be consistent with the python implementation. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > src/Ganeti/Query/Instance.hs | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/Ganeti/Query/Instance.hs b/src/Ganeti/Query/Instance.hs > index ea49700..d5fff2e 100644 > --- a/src/Ganeti/Query/Instance.hs > +++ b/src/Ganeti/Query/Instance.hs > @@ -170,7 +170,8 @@ instanceFields = > > -- Instance parameter fields, generated > map (buildBeParamField beParamGetter) allBeParamFields ++ > - map (buildHvParamField hvParamGetter) (C.toList C.hvsParameters) ++ > + map (buildHvParamField hvParamGetter) > + (C.toList C.hvsParameters \\ C.toList C.hvcGlobals) ++ > > -- Aggregate disk parameter fields > [ (FieldDefinition "disk_usage" "DiskUsage" QFTUnit > -- > 1.8.5.1 > >
