LGTM, thanks On Fri, 16 Oct 2015 at 15:12 'Lisa Velden' via ganeti-devel < [email protected]> wrote:
> Add missing fields diagnose, diagnose_data_collector_filename and > maintenance. > > Signed-off-by: Lisa Velden <[email protected]> > --- > test/data/cluster_config_2.17.json | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/test/data/cluster_config_2.17.json > b/test/data/cluster_config_2.17.json > index 51ff31f..876f6d1 100644 > --- a/test/data/cluster_config_2.17.json > +++ b/test/data/cluster_config_2.17.json > @@ -25,6 +25,10 @@ > "active": true, > "interval": 5000000.0 > }, > + "diagnose": { > + "active": true, > + "intervall": 5000000.0 > + }, > "diskstats": { > "active": true, > "interval": 5000000.0 > @@ -52,6 +56,7 @@ > }, > "default_iallocator": "hail", > "default_iallocator_params": {}, > + "diagnose_data_collector_filename": "", > "disk_state_static": {}, > "diskparams": { > "blockdev": {}, > @@ -535,6 +540,7 @@ > "uuid": "8fde9f6d-e1f1-4850-9e9c-154966f622f5" > } > }, > + "maintenance": {}, > "mtime": 1421677173.729104, > "networks": { > "99f0128a-1c84-44da-90b9-9581ea00c075": { > -- > 2.6.0.rc2.230.g3dd15c0 > > -- Helga Velroyen Software Engineer [email protected] Google Germany GmbH Dienerstraße 12 80331 München Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Diese E-Mail ist vertraulich. Wenn Sie nicht der richtige Adressat sind, leiten Sie diese bitte nicht weiter, informieren Sie den Absender und löschen Sie die E-Mail und alle Anhänge. Vielen Dank. This e-mail is confidential. If you are not the right addressee please do not forward it, please inform the sender, and please erase this e-mail including any attachments. Thanks.
