Skip to content
Snippets Groups Projects
Commit aa287e8c authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Convert NEWS to ASCII


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 1e2c9fd3
No related branches found
No related tags found
Loading
...@@ -34,7 +34,7 @@ Version 2.0.4 ...@@ -34,7 +34,7 @@ Version 2.0.4
- Added a cluster parameter that prevents Ganeti from modifying of - Added a cluster parameter that prevents Ganeti from modifying of
/etc/hosts /etc/hosts
- Added more node information to RAPI responses - Added more node information to RAPI responses
- Added a gnt-job watch command that allows following the ouput of a - Added a ``gnt-job watch`` command that allows following the ouput of a
job job
- Added a bind-address option to ganeti-rapi - Added a bind-address option to ganeti-rapi
- Added more checks to the configuration verify - Added more checks to the configuration verify
...@@ -42,6 +42,7 @@ Version 2.0.4 ...@@ -42,6 +42,7 @@ Version 2.0.4
automatically automatically
- Converted instance reinstall to multi-instance model - Converted instance reinstall to multi-instance model
Version 2.0.3 Version 2.0.3
------------- -------------
...@@ -52,7 +53,8 @@ Version 2.0.3 ...@@ -52,7 +53,8 @@ Version 2.0.3
any configuration mismatches for disk sizes any configuration mismatches for disk sizes
- Added ``gnt-master cluste-failover --no-voting`` to allow master - Added ``gnt-master cluste-failover --no-voting`` to allow master
failover to work on two-node clusters failover to work on two-node clusters
- Fixed the ‘--net’ option of ``gnt-backup import``, which was unusable - Fixed the ``--net`` option of ``gnt-backup import``, which was
unusable
- Fixed detection of OS script errors in ``gnt-backup export`` - Fixed detection of OS script errors in ``gnt-backup export``
- Fixed exit code of ``gnt-backup export`` - Fixed exit code of ``gnt-backup export``
...@@ -71,21 +73,21 @@ Version 2.0.2 ...@@ -71,21 +73,21 @@ Version 2.0.2
- Fixed a couple of issues in instance listing - Fixed a couple of issues in instance listing
- Added display of the disk size in ``gnt-instance info`` - Added display of the disk size in ``gnt-instance info``
- Fixed checking for valid OSes in instance creation - Fixed checking for valid OSes in instance creation
- Fixed handling of the vcpus parameter in instance listing and in - Fixed handling of the "vcpus" parameter in instance listing and in
general of invalid parameters general of invalid parameters
- Fixed http server library, and thus RAPI, to handle invalid - Fixed http server library, and thus RAPI, to handle invalid
username/password combinations correctly; this means that now they username/password combinations correctly; this means that now they
report unauthorized for queries too, not only for modifications, report unauthorized for queries too, not only for modifications,
allowing earlier detect of configuration problems allowing earlier detect of configuration problems
- Added a new role node list field, equivalent to the master/master - Added a new "role" node list field, equivalent to the master/master
candidate/drained/offline flags combinations candidate/drained/offline flags combinations
- Fixed cluster modify and changes of candidate pool size - Fixed cluster modify and changes of candidate pool size
- Fixed cluster verify error messages for wrong files on regular nodes - Fixed cluster verify error messages for wrong files on regular nodes
- Fixed a couple of issues with node demotion from master candidate role - Fixed a couple of issues with node demotion from master candidate role
- Fixed node readd issues - Fixed node readd issues
- Added non-interactive mode for ``ganeti-masterd --no-voting`` startup - Added non-interactive mode for ``ganeti-masterd --no-voting`` startup
- Added a new --no-voting option for masterfailover to fix failover on - Added a new ``--no-voting`` option for masterfailover to fix failover
two-nodes clusters when the former master node is unreachable on two-nodes clusters when the former master node is unreachable
- Added instance reinstall over RAPI - Added instance reinstall over RAPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment