LGTM Thanks,
Guido On Wed, Dec 11, 2013 at 12:48 PM, Michele Tartara <[email protected]> wrote: > List all the changes that happened between 2.8.2 and 2.8.3. > > Signed-off-by: Michele Tartara <[email protected]> > --- > NEWS | 22 +++++++++++++++++++++- > 1 file changed, 21 insertions(+), 1 deletion(-) > > diff --git a/NEWS b/NEWS > index 02b8af1..c28d5aa 100644 > --- a/NEWS > +++ b/NEWS > @@ -5,9 +5,29 @@ News > Version 2.8.3 > ------------- > > -*(unreleased)* > +*(Released Thu, 12 Dec 2013)* > > - Fixed Luxi daemon socket permissions after master-failover > +- Improve IP version detection code directly checking for colons rather than > + passing the family from the cluster object > +- Fix NODE/NODE_RES locking in LUInstanceCreate by not acquiring NODE_RES > locks > + opportunistically anymore (Issue 622) > +- Allow link local IPv6 gateways (Issue 624) > +- Fix error printing (Issue 616) > +- Fix a bug in InstanceSetParams concerning names: in case no name is passed > in > + disk modifications, keep the old one. If name=none then set disk name to > + None. > +- Update build_chroot script to work with the latest hackage packages > +- Add a packet number limit to "fping" in master-ip-setup (Issue 630) > +- Fix evacuation out of drained node (Issue 615) > +- Add default file_driver if missing (Issue 571) > +- Fix job error message after unclean master shutdown (Issue 618) > +- Lock group(s) when creating instances (Issue 621) > +- SetDiskID() before accepting an instance (Issue 633) > +- Allow the ext template disks to receive arbitrary parameters, both at > creation > + time and while being modified > +- Xen handle domain shutdown (future proofing cherry-pick) > +- Refactor reading live data in htools (future proofing cherry-pick) > > > Version 2.8.2 > -- > 1.8.5.1 > -- Guido Trotter 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
