Add DCStatus data type for the data collectors
[ganeti-local] / NEWS
diff --git a/NEWS b/NEWS
index 30b3a00..09fc29e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,29 @@ News
 ====
 
 
-Version 2.7.0 beta1
+Version 2.8.0 beta1
 -------------------
 
 *(unreleased)*
 
+- The minimum Python version needed to run Ganeti is now 2.6.
+- The :doc:`Remote API <rapi>` daemon now supports a command line flag
+  to always require authentication, ``--require-authentication``. It can
+  be specified in ``$sysconfdir/default/ganeti``.
+- A new cluster attribute 'enabled_storage_types' is introduced. It will
+  be used to manage the storage types to be used by instances in the cluster.
+  Initially, it will be set to a list that includes lvm, file and sharedfile
+  if those are enabled. Additionally, it will include all storage types that
+  are currently used by instances. The order of storage types will be based
+  on Ganeti's history of supporting them. In the future, the first entry of
+  the list will be used as a default storage type on instance creation.
+
+
+Version 2.7.0 beta1
+-------------------
+
+*(Released Wed, 6 Feb 2013)*
+
 - ``gnt-instance batch-create`` has been changed to use the bulk create
   opcode from Ganeti. This lead to incompatible changes in the format of
   the JSON file. It's now not a custom dict anymore but a dict
@@ -48,10 +66,12 @@ Version 2.7.0 beta1
   <rapi>` interface and when an instance allocator is used. If the
   ``opportunistic_locking`` parameter is set the opcode will try to
   acquire as many locks as possible, but will not wait for any locks
-  held by other opcodes. If the not enough resources can be found to
+  held by other opcodes. If not enough resources can be found to
   allocate the instance, the temporary error code
   :pyeval:`errors.ECODE_TEMP_NORES` is returned. The operation can be
   retried thereafter, with or without opportunistic locking.
+- The functionality for allocating multiple instances at once has been
+  overhauled and is now also available through :doc:`RAPI <rapi>`.
 - Man pages can now be included when the documentation is built, in
   which case the output is in ``doc/man-html``. The configure-time
   option is ``--enable-manpages-in-doc``. Sphinx 1.0 or higher is
@@ -82,6 +102,13 @@ Version 2.7.0 beta1
 - New external storage backend, to allow managing arbitrary storage
   systems external to the cluster. See
   :manpage:`ganeti-extstorage-interface(7)`.
+- Instance renames of LVM-based instances will now update the LV tags
+  (which can be used to recover the instance-to-LV mapping in case of
+  emergencies)
+- ``hbal`` will now exit with status 0 if, during job execution over
+  LUXI, early exit has been requested and all jobs are successful;
+  before, exit status 1 was used, which cannot be differentiated from
+  "job error" case
 
 
 Version 2.6.2