Merge branch 'stable-2.8' into stable-2.9
[ganeti-local] / NEWS
diff --git a/NEWS b/NEWS
index 78cb945..7f9766f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,29 @@ Version 2.9.0 beta1
   option.
 - The cluster option '--no-lvm-storage' was removed in favor of the new option
   '--enabled-disk-templates'.
+- On instance creation, disk templates no longer need to be specified
+  with '-t'. The default disk template will be taken from the list of
+  enabled disk templates.
+- New "inst-status-xen" data collector for the monitoring daemon, providing
+  information about the state of the xen instances on the nodes.
+- New "lv" data collector for the monitoring daemon, collecting data about the
+  logical volumes on the nodes, and pairing them with the name of the instances
+  they belong to.
+- New "diskstats" data collector, collecting the data from /proc/diskstats and
+  presenting them over the monitoring daemon interface.
+- The monitoring daemon is now running as root, in order to be able to collect
+  information only available to root (such as the state of Xen instances).
+- The ConfD client is now IPv6 compatible.
+- File storage is no longer dis/enabled at configure time, but using the
+  option '--enabled-disk-templates' at cluster initialization and
+  modification.
+- The default directory for file storage is not anymore specified at
+  configure time, but taken from the cluster's configuration. It can be
+  set at cluster initialization and modification with '--file-storage-dir'.
+- Cluster verification now includes stricter checks regarding the
+  default file storage dir. It now checks that the file storage
+  directory is explicitely allowed in the 'file-storage-paths' file and
+  that the directory exists on all nodes.
 
 
 Version 2.8.0 beta1
@@ -93,10 +116,24 @@ For Python:
 - ``yaml`` library (only for running the QA).
 
 
-Version 2.7.0 rc3
------------------
+Version 2.7.1
+-------------
 
-*(Released Tue, 25 Jun 2013)*
+*(Released Thu, 25 Jul 2013)*
+
+- Add logrotate functionality in daemon-util
+- Add logrotate example file
+- Add missing fields to network queries over rapi
+- Fix network object timestamps
+- Add support for querying network timestamps
+- Fix a typo in the example crontab
+- Fix a documentation typo
+
+
+Version 2.7.0
+-------------
+
+*(Released Thu, 04 Jul 2013)*
 
 Incompatible/important changes
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -201,7 +238,13 @@ Misc changes
 - The functionality for allocating multiple instances at once has been
   overhauled and is now also available through :doc:`RAPI <rapi>`.
 
-Since rc2:
+There are no significant changes from version 2.7.0~rc3.
+
+
+Version 2.7.0 rc3
+-----------------
+
+*(Released Tue, 25 Jun 2013)*
 
 - Fix permissions on the confd query socket (Issue 477)
 - Fix permissions on the job archive dir (Issue 498)