On Wed, Aug 05, 2015 at 05:18:31PM +0200, 'BSRK Aditya' via ganeti-devel wrote: > for diagnose data collector script filename > > Signed-off-by: BSRK Aditya <[email protected]> > --- > src/Ganeti/Objects.hs | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/Ganeti/Objects.hs b/src/Ganeti/Objects.hs > index ee4fd70..85f3576 100644 > --- a/src/Ganeti/Objects.hs > +++ b/src/Ganeti/Objects.hs > @@ -672,6 +672,8 @@ $(buildObject "Cluster" "cluster" $ > , simpleField "compression_tools" [t| [String] > |] > , simpleField "enabled_user_shutdown" [t| Bool > |] > , simpleField "data_collectors" [t| Container DataCollectorConfig > |] > + , defaultField [| [] |] $ simpleField > + "diagnose_data_collector_filename" [t| String > |] > ] > ++ timeStampFields > ++ uuidFields
corresponding change on the python side? Arbitrary instance? -- 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
