On Wed, Aug 05, 2015 at 05:18:29PM +0200, 'BSRK Aditya' via ganeti-devel wrote: > for filename of diagnose data collector's script > > Signed-off-by: BSRK Aditya <[email protected]> > --- > lib/objects.py | 1 + > src/Ganeti/OpCodes.hs | 1 + > src/Ganeti/OpParams.hs | 6 ++++++ > test/hs/Test/Ganeti/OpCodes.hs | 1 + > 4 files changed, 9 insertions(+) > > diff --git a/lib/objects.py b/lib/objects.py > index 0655443..22ef009 100644 > --- a/lib/objects.py > +++ b/lib/objects.py > @@ -1672,6 +1672,7 @@ class Cluster(TaggableObject): > "compression_tools", > "enabled_user_shutdown", > "data_collectors", > + "diagnose_data_collector_filename", > ] + _TIMESTAMPS + _UUID
Here you change the python implementation of the cluster data structure without changing the haskell one. This does not fit. Also, how is this related to the description of the patch? -- Klaus Aehlig Google Germany GmbH, Dienerstr. 12, 80331 Muenchen Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschaeftsfuehrer: Graham Law, Christine Elizabeth Flores
