Statistics
| Branch: | Tag: | Revision:

root / NEWS @ c05bcecf

History | View | Annotate | Download (3 kB)

1 e709baee Iustin Pop
Version 1.2.2
2 e709baee Iustin Pop
  - fix ‘gnt-instance modify’ breakage introduced in 1.2.1 with the HVM
3 e709baee Iustin Pop
    support (issue 23)
4 e709baee Iustin Pop
  - add command aliases infrastructure and a few aliases
5 e709baee Iustin Pop
  - allow listing of VCPUs in the gnt-instance list and improve the man
6 e709baee Iustin Pop
    pages and the --help option of gnt-node/gnt-instance list
7 e709baee Iustin Pop
  - fix gnt-backup list with down nodes (issue 21)
8 e709baee Iustin Pop
  - change the tools location (move from $pkgdatadir to
9 e709baee Iustin Pop
    $pkglibdir/tools)
10 e709baee Iustin Pop
  - fix the dist archive and add a check for including svn/git files in
11 e709baee Iustin Pop
    the future
12 e709baee Iustin Pop
  - some developer-related changes: improve the burnin and the QA
13 e709baee Iustin Pop
    suite, add an upload script for testing during development
14 e709baee Iustin Pop
15 31b9055c Iustin Pop
Version 1.2.1
16 b6f2e47f Iustin Pop
  - experimental HVM support, read the install document, section
17 31b9055c Iustin Pop
    "Initializing the cluster"
18 31b9055c Iustin Pop
  - allow for the PVM hypervisor per-instance kernel and initrd paths
19 31b9055c Iustin Pop
  - add a new command ‘gnt-cluster verify-disks’ which uses a new
20 31b9055c Iustin Pop
    algorithm to improve the reconnection of the DRBD pairs if the
21 31b9055c Iustin Pop
    device on the secondary node has gone away
22 31b9055c Iustin Pop
  - make logical volume code auto-activate LVs at disk activation time
23 31b9055c Iustin Pop
  - slightly improve the speed of activating disks
24 31b9055c Iustin Pop
  - allow specification of the MAC address at instance creation time,
25 31b9055c Iustin Pop
    and changing it later via ‘gnt-instance modify’
26 31b9055c Iustin Pop
  - fix handling of external commands that generate lots of output on
27 31b9055c Iustin Pop
    stderr
28 31b9055c Iustin Pop
  - update documentation with regard to minimum version of DRBD8
29 31b9055c Iustin Pop
    supported
30 31b9055c Iustin Pop
31 ce628bb4 Iustin Pop
Version 1.2.0
32 ce628bb4 Iustin Pop
  - Log the ‘xm create’ output to the node daemon log on failure (to
33 ce628bb4 Iustin Pop
    help diagnosing the error)
34 ce628bb4 Iustin Pop
  - In debug mode, log all external commands output if failed to the
35 ce628bb4 Iustin Pop
    logs
36 ce628bb4 Iustin Pop
  - Change parsing of lvm commands to ignore stderr
37 ce628bb4 Iustin Pop
38 3d492b09 Iustin Pop
Version 1.2b3
39 3d492b09 Iustin Pop
  - Another round of updates to the DRBD 8 code to deal with more
40 3d492b09 Iustin Pop
    failures in the replace secondary node operation
41 3d492b09 Iustin Pop
  - Some more logging of failures in disk operations (lvm, drbd)
42 3d492b09 Iustin Pop
  - A few documentation updates
43 3d492b09 Iustin Pop
  - QA updates
44 3d492b09 Iustin Pop
45 6c4811dc Iustin Pop
Version 1.2b2
46 6c4811dc Iustin Pop
  - Change configuration file format from Python's Pickle to JSON.
47 97a37b3f Michael Hanselmann
    Upgrading is possible using the cfgupgrade utility.
48 6c4811dc Iustin Pop
  - Add support for DRBD 8.0 (new disk template `drbd`) which allows for
49 6c4811dc Iustin Pop
    faster replace disks and is more stable (DRBD 8 has many
50 6c4811dc Iustin Pop
    improvements compared to DRBD 0.7)
51 6c4811dc Iustin Pop
  - Added command line tags support (see man pages for gnt-instance,
52 6c4811dc Iustin Pop
    gnt-node, gnt-cluster)
53 6c4811dc Iustin Pop
  - Added instance rename support
54 6c4811dc Iustin Pop
  - Added multi-instance startup/shutdown
55 6c4811dc Iustin Pop
  - Added cluster rename support
56 6c4811dc Iustin Pop
  - Added `gnt-node evacuate` to simplify some node operations
57 6c4811dc Iustin Pop
  - Added instance reboot operation that can speedup reboot as compared
58 6c4811dc Iustin Pop
    to stop and start
59 6c4811dc Iustin Pop
  - Soften the requirement that hostnames are in FQDN format
60 6c4811dc Iustin Pop
  - The ganeti-watcher now activates drbd pairs after secondary node
61 6c4811dc Iustin Pop
    reboots
62 6c4811dc Iustin Pop
  - Removed dependency on debian's patched fping that uses the
63 6c4811dc Iustin Pop
    non-standard -S option
64 6c4811dc Iustin Pop
  - Now the OS definitions are searched for in multiple, configurable
65 6c4811dc Iustin Pop
    paths (easier for distros to package)
66 6c4811dc Iustin Pop
  - Some changes to the hooks infrastructure (especially the new
67 6c4811dc Iustin Pop
    post-configuration update hook)
68 6c4811dc Iustin Pop
  - Other small bugfixes