Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 6c4811dc

History | View | Annotate | Download (1.1 kB)

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