Revision e41a1c0c

b/NEWS
1 1
News
2 2
====
3 3

  
4
Version 2.4.0 rc2
5
-----------------
6

  
7
*(Released Mon, 21 Feb 2011)*
8

  
9
A number of bug fixes plus just a couple functionality changes.
10

  
11
On the user-visible side, the ``gnt-* list`` command output has changed
12
with respect to “special” field states. The current rc1 style of display
13
can be re-enabled by passing a new ``-v, --verbose`` flag, but in the
14
default output mode special fields are displayed as follows:
15

  
16
- offline field: ``*``
17
- unavailable/not applicable: ``-``
18
- data missing (RPC failure): ``?``
19
- unknown field: ``??``
20

  
21
Another user-visible change is the addition of ``--force-join`` to
22
``gnt-node add``.
23

  
24
As for bug fixes:
25

  
26
- ``tools/cluster-merge`` has seen many fixes and is now enabled again
27
- fixed regression in RAPI/instance reinstall where all parameters were
28
  required (instead of optional)
29
- fixed ``gnt-cluster repair-disk-sizes``, was broken since Ganeti 2.2
30
- fixed iallocator usage (offline nodes were not considered offline)
31
- fixed ``gnt-node list`` with respect to non-vm_capable nodes
32
- fixed hypervisor and OS parameter validation with respect to
33
  non-vm_capable nodes
34
- fixed ``gnt-cluster verify`` with respect to offline nodes (mostly
35
  cosmetic)
36
- fixed ``tools/listrunner`` with respect to agent-based usage
37

  
38

  
4 39
Version 2.4.0 rc1
5 40
-----------------
6 41

  
b/configure.ac
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [4])
4 4
m4_define([gnt_version_revision], [0])
5
m4_define([gnt_version_suffix], [~rc1])
5
m4_define([gnt_version_suffix], [~rc2])
6 6
m4_define([gnt_version_full],
7 7
          m4_format([%d.%d.%d%s],
8 8
                    gnt_version_major, gnt_version_minor,

Also available in: Unified diff