Introduce HV_MIGRATION_PORT hypervisor parameter
[ganeti-local] / NEWS
diff --git a/NEWS b/NEWS
index 8d7e270..355c491 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,8 +43,8 @@ Details
   - ``/2/nodes/[node_name]/storage/repair``
 
 - Added OpCodes to evacuate or migrate all instances on a node
-- Added new command to list physical volumes on nodes (``gnt-node
-  physical-volumes``) and to modify them (``gnt-node modify-volume``)
+- Added new command to list storage elements on nodes (``gnt-node
+  list-storage``) and modify them (``gnt-node modify-storage``)
 - Added new ssconf files with master candidate IP address
   (``ssconf_master_candidates_ips``), node primary IP address
   (``ssconf_node_primary_ips``) and node secondary IP address
@@ -57,7 +57,7 @@ Details
   --auto``)
 - Added ``gnt-instance recreate-disks`` to re-create (empty) disks
   after catastrophic data-loss
-- Added ``gnt-node repair-volume`` command to repair damanged LVM volume
+- Added ``gnt-node repair-storage`` command to repair damaged LVM volume
   groups
 - Added ``gnt-instance move`` command to move instances
 - Added ``gnt-cluster watcher`` command to control watcher
@@ -68,11 +68,15 @@ Details
   ``--verbose`` to restore previous behaviour)
 - Added UUIDs to the main config entities (cluster, nodes, instances)
 - Added support for OS variants
+- Added support for hashed passwords in the Ganeti remote API users file
+  (``rapi_users``)
+- Added option to specify maximum timeout on instance shutdown
+- Added ``--no-ssh-init`` option to ``gnt-cluster init``
 - Added more unittests
 - Fixed critical bug in ganeti-masterd startup
 - Pass ``INSTANCE_REINSTALL`` variable to OS installation script when
   reinstalling an instance
-- Converted to Sphinx (http://sphinx.pocoo.org/) for documentation
+- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation
 - Many documentation updates
 - Distribute hypervisor files on ``gnt-cluster redist-conf``
 - ``gnt-instance reinstall`` can now reinstall multiple instances
@@ -84,7 +88,6 @@ Details
 - Match instance and node names case insensitively
 - Reimplemented bash completion script to be more complete
 - Improved burnin
-- Added option to specify maximum timeout on instance shutdown
 
 
 Version 2.0.4
@@ -521,3 +524,7 @@ Version 1.2b2
 - Other small bugfixes
 
 .. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End: