On Thu, Feb 06, 2014 at 05:24:21PM +0100, Santi Raffa wrote: > Also warn about debug mode. > > Signed-off-by: Santi Raffa <[email protected]> > --- > NEWS | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > diff --git a/NEWS b/NEWS > index 05f5d47..11e91da 100644 > --- a/NEWS > +++ b/NEWS > @@ -7,6 +7,29 @@ Version 2.12.0 alpha1 > > *(unreleased)* > > +Incompatible/important changes > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > + > +- Do not use debug mode in production. Certain deamons will issue warnings
s/deamons/daemons LGTM. Thanks, Jose > + when launched in debug mode. Some debug logging violates some of the new > + invariants in the system (see "New features"). The logging has been kept as > + it aids diagnostics and development. > + > +New features > +~~~~~~~~~~~~ > + > +- OS install script parameters now come in public, private and secret > + varieties: > + > + - Public parameters are like all other parameters in Ganeti. > + - Ganeti will not log private and secret parameters, *unless* it is running > + in debug mode. > + - Ganeti will not save secret parameters to configuration. Secret > parameters > + must be supplied every time you install, or reinstall, an instance. > + - Attempting to override public parameters with private or secret > parameters > + results in an error. Similarly, you may not use secret parameters to > + override private parameters. > + > > Version 2.11.0 alpha1 > --------------------- > -- > 1.9.0.rc1.175.g0b1dcb5 > -- Jose Antonio Lopes Ganeti Engineering 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 Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
