Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 3d492b09

History | View | Annotate | Download (1.4 kB)

1
Version 1.2b3
2
  - Another round of updates to the DRBD 8 code to deal with more
3
    failures in the replace secondary node operation
4
  - Some more logging of failures in disk operations (lvm, drbd)
5
  - A few documentation updates
6
  - QA updates
7

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