Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 973d7867

History | View | Annotate | Download (1.6 kB)

1
Version 1.2.0
2
  - Log the ‘xm create’ output to the node daemon log on failure (to
3
    help diagnosing the error)
4
  - In debug mode, log all external commands output if failed to the
5
    logs
6
  - Change parsing of lvm commands to ignore stderr
7

    
8
Version 1.2b3
9
  - Another round of updates to the DRBD 8 code to deal with more
10
    failures in the replace secondary node operation
11
  - Some more logging of failures in disk operations (lvm, drbd)
12
  - A few documentation updates
13
  - QA updates
14

    
15
Version 1.2b2
16
  - Change configuration file format from Python's Pickle to JSON.
17
    Upgrading is possible using the cfgupgrade utility.
18
  - Add support for DRBD 8.0 (new disk template `drbd`) which allows for
19
    faster replace disks and is more stable (DRBD 8 has many
20
    improvements compared to DRBD 0.7)
21
  - Added command line tags support (see man pages for gnt-instance,
22
    gnt-node, gnt-cluster)
23
  - Added instance rename support
24
  - Added multi-instance startup/shutdown
25
  - Added cluster rename support
26
  - Added `gnt-node evacuate` to simplify some node operations
27
  - Added instance reboot operation that can speedup reboot as compared
28
    to stop and start
29
  - Soften the requirement that hostnames are in FQDN format
30
  - The ganeti-watcher now activates drbd pairs after secondary node
31
    reboots
32
  - Removed dependency on debian's patched fping that uses the
33
    non-standard -S option
34
  - Now the OS definitions are searched for in multiple, configurable
35
    paths (easier for distros to package)
36
  - Some changes to the hooks infrastructure (especially the new
37
    post-configuration update hook)
38
  - Other small bugfixes