X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/10f31783faeab87e27e6256ee911db7a495080db..0329617acee35cf4f5299e3d431fd8e0e7fb4cbe:/NEWS diff --git a/NEWS b/NEWS index c1ce4b7..768dc72 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,60 @@ +Version 2.0 release candidate 5 + - fix a couple of bugs (validation, argument checks) + - fix gnt-cluster getmaster on non-master nodes (regression) + - some small improvements to RAPI and IAllocator + - make watcher automatically start the master daemon if down + +Version 2.0 release candidate 4 + - change the OS list to not require locks; this helps with big + clusters + - fix gnt-cluster verify and gnt-cluster verify-disks when the volume + group is broken + - “gnt-instance info”, without any arguments, doesn't run for all + instances anymore; either pass ‘--all’ or pass the desired + instances; this helps against mistakes on big clusters where listing + the information for all instances takes a long time + - miscellaneous doc and man pages fixes + +Version 2.0 release candidate 3 + - Change the internal locking model of some gnt-node commands, in + order to reduce contention (and blocking of master daemon) when + batching many creation/reinstall jobs + - Fixes to Xen soft reboot + - No longer build documentation at 'make' time, instead distribute it + in the archive, in order to reduce the need for the whole + docbook/rst toolchains + +Version 2.0 release candidate 2 + - Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to + 2.0 + - Fix watcher startup sequence, improves the behaviour of busy + clusters + - Some other fixes in cluster verify, replace-disks, gnt-instance add, + gnt-cluster queue, KVM VNC bind address and other places + - Some documentation fixes and updates + +Version 2.0 release candidate 1 + - More documentation updates, now all docs should be more-or-less + up-to-date + - A couple of small fixes (mixed hypervisor clusters, offline nodes, + etc.) + - Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen + PVM and KVM) + - Fix an issue related to $libdir/run/ganeti and cluster creation + +Version 2.0 beta 2 + - Xen PVM and KVM have switched the default value for the instance + root disk to the first partition on the first drive, instead of the + whole drive; this means that the OS installation scripts must be + changed accordingly + - Man pages have been updated + - RAPI has been switched by default to HTTPS, and the exported + functions should all work correctly + - RAPI v1 has been removed + - Many improvements to the KVM hypervisor + - Block device errors are now better reported + - Many other bugfixes and small improvements + Version 2.0 beta 1 - Version 2 is a general rewrite of the code and therefore the differences are too many to list, see the design document for 2.0 in