Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 1d91c392

History | View | Annotate | Download (1.1 kB)

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