Revision df3df936 NEWS

b/NEWS
12 12

  
13 13
Other changes:
14 14

  
15
- fixed title of query field containing instance name
16
- expanded the glossary in the documentation
17
- fixed one unittest (internal issue)
15
- Fixed title of query field containing instance name
16
- Expanded the glossary in the documentation
17
- Fixed one unittest (internal issue)
18 18

  
19 19

  
20 20
Version 2.4.0 rc2
......
25 25
A number of bug fixes plus just a couple functionality changes.
26 26

  
27 27
On the user-visible side, the ``gnt-* list`` command output has changed
28
with respect to “special” field states. The current rc1 style of display
29
can be re-enabled by passing a new ``-v, --verbose`` flag, but in the
30
default output mode special fields are displayed as follows:
28
with respect to "special" field states. The current rc1 style of display
29
can be re-enabled by passing a new ``--verbose`` (``-v``) flag, but in
30
the default output mode special fields states are displayed as follows:
31 31

  
32
- offline field: ``*``
33
- unavailable/not applicable: ``-``
34
- data missing (RPC failure): ``?``
35
- unknown field: ``??``
32
- Offline resource: ``*``
33
- Unavailable/not applicable: ``-``
34
- Data missing (RPC failure): ``?``
35
- Unknown field: ``??``
36 36

  
37 37
Another user-visible change is the addition of ``--force-join`` to
38 38
``gnt-node add``.
......
40 40
As for bug fixes:
41 41

  
42 42
- ``tools/cluster-merge`` has seen many fixes and is now enabled again
43
- fixed regression in RAPI/instance reinstall where all parameters were
43
- Fixed regression in RAPI/instance reinstall where all parameters were
44 44
  required (instead of optional)
45
- fixed ``gnt-cluster repair-disk-sizes``, was broken since Ganeti 2.2
46
- fixed iallocator usage (offline nodes were not considered offline)
47
- fixed ``gnt-node list`` with respect to non-vm_capable nodes
48
- fixed hypervisor and OS parameter validation with respect to
45
- Fixed ``gnt-cluster repair-disk-sizes``, was broken since Ganeti 2.2
46
- Fixed iallocator usage (offline nodes were not considered offline)
47
- Fixed ``gnt-node list`` with respect to non-vm_capable nodes
48
- Fixed hypervisor and OS parameter validation with respect to
49 49
  non-vm_capable nodes
50
- fixed ``gnt-cluster verify`` with respect to offline nodes (mostly
50
- Fixed ``gnt-cluster verify`` with respect to offline nodes (mostly
51 51
  cosmetic)
52
- fixed ``tools/listrunner`` with respect to agent-based usage
52
- Fixed ``tools/listrunner`` with respect to agent-based usage
53 53

  
54 54

  
55 55
Version 2.4.0 rc1
......
167 167
~~~~~~~~~~~
168 168

  
169 169
- Moved ``rapi_users`` file into separate directory, now named
170
  ``/ganeti/rapi/users``, ``cfgupgrade`` moves the file and creates a
170
  ``.../ganeti/rapi/users``, ``cfgupgrade`` moves the file and creates a
171 171
  symlink
172 172
- Added new tool for running commands on many machines,
173 173
  ``tools/ganeti-listrunner``
......
352 352

  
353 353
*(Released Thu, 7 Oct 2010)*
354 354

  
355
- Fixed issue 125, replace hardcoded “xenvg” in ``gnt-cluster`` with
355
- Fixed issue 125, replace hardcoded "xenvg" in ``gnt-cluster`` with
356 356
  value retrieved from master
357 357
- Added support for blacklisted or hidden OS definitions
358 358
- Added simple lock monitor (accessible via (``gnt-debug locks``)
......
526 526

  
527 527
- Fix case of MAC special-values
528 528
- Fix mac checker regex
529
- backend: Fix typo causing “out of range” error
529
- backend: Fix typo causing "out of range" error
530 530
- Add missing --units in gnt-instance list man page
531 531

  
532 532

  
......
823 823
  directory (e.g. read-only file-system where we can't open the files
824 824
  read-write, etc.)
825 825
- Fixed the behaviour of gnt-node modify for master candidate demotion;
826
  now it either aborts cleanly or, if given the new “auto_promote”
826
  now it either aborts cleanly or, if given the new "auto_promote"
827 827
  parameter, will automatically promote other nodes as needed
828 828
- Fixed compatibility with (unreleased yet) Python 2.6.5 that would
829 829
  completely prevent Ganeti from working
......
852 852
New features
853 853
~~~~~~~~~~~~
854 854

  
855
- Added an “early_release” more for instance replace disks and node
855
- Added an "early_release" more for instance replace disks and node
856 856
  evacuate, where we release locks earlier and thus allow higher
857 857
  parallelism within the cluster
858 858
- Added watcher hooks, intended to allow the watcher to restart other

Also available in: Unified diff