Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 25c5878d

History | View | Annotate | Download (1.6 kB)

1 ce628bb4 Iustin Pop
Version 1.2.0
2 ce628bb4 Iustin Pop
  - Log the ‘xm create’ output to the node daemon log on failure (to
3 ce628bb4 Iustin Pop
    help diagnosing the error)
4 ce628bb4 Iustin Pop
  - In debug mode, log all external commands output if failed to the
5 ce628bb4 Iustin Pop
    logs
6 ce628bb4 Iustin Pop
  - Change parsing of lvm commands to ignore stderr
7 ce628bb4 Iustin Pop
8 3d492b09 Iustin Pop
Version 1.2b3
9 3d492b09 Iustin Pop
  - Another round of updates to the DRBD 8 code to deal with more
10 3d492b09 Iustin Pop
    failures in the replace secondary node operation
11 3d492b09 Iustin Pop
  - Some more logging of failures in disk operations (lvm, drbd)
12 3d492b09 Iustin Pop
  - A few documentation updates
13 3d492b09 Iustin Pop
  - QA updates
14 3d492b09 Iustin Pop
15 6c4811dc Iustin Pop
Version 1.2b2
16 6c4811dc Iustin Pop
  - Change configuration file format from Python's Pickle to JSON.
17 97a37b3f Michael Hanselmann
    Upgrading is possible using the cfgupgrade utility.
18 6c4811dc Iustin Pop
  - Add support for DRBD 8.0 (new disk template `drbd`) which allows for
19 6c4811dc Iustin Pop
    faster replace disks and is more stable (DRBD 8 has many
20 6c4811dc Iustin Pop
    improvements compared to DRBD 0.7)
21 6c4811dc Iustin Pop
  - Added command line tags support (see man pages for gnt-instance,
22 6c4811dc Iustin Pop
    gnt-node, gnt-cluster)
23 6c4811dc Iustin Pop
  - Added instance rename support
24 6c4811dc Iustin Pop
  - Added multi-instance startup/shutdown
25 6c4811dc Iustin Pop
  - Added cluster rename support
26 6c4811dc Iustin Pop
  - Added `gnt-node evacuate` to simplify some node operations
27 6c4811dc Iustin Pop
  - Added instance reboot operation that can speedup reboot as compared
28 6c4811dc Iustin Pop
    to stop and start
29 6c4811dc Iustin Pop
  - Soften the requirement that hostnames are in FQDN format
30 6c4811dc Iustin Pop
  - The ganeti-watcher now activates drbd pairs after secondary node
31 6c4811dc Iustin Pop
    reboots
32 6c4811dc Iustin Pop
  - Removed dependency on debian's patched fping that uses the
33 6c4811dc Iustin Pop
    non-standard -S option
34 6c4811dc Iustin Pop
  - Now the OS definitions are searched for in multiple, configurable
35 6c4811dc Iustin Pop
    paths (easier for distros to package)
36 6c4811dc Iustin Pop
  - Some changes to the hooks infrastructure (especially the new
37 6c4811dc Iustin Pop
    post-configuration update hook)
38 6c4811dc Iustin Pop
  - Other small bugfixes