Optimize rapi
[ganeti-local] / NEWS
1 Version 1.2.4
2   - Experimental readonly, REST-based remote API implementation; automatically
3     started on master node, TCP port 5080, if enabled by --enable-rapi
4     parameter to configure script.
5
6 Version 1.2.3
7   - more tweaks to the disk activation code (especially helpful for DRBD)
8   - change the default ‘gnt-instance list’ output format, now there is
9     one combined status field (see the manpage for the exact values this
10     field will have)
11   - some more fixes for the mac export to hooks change
12   - make Ganeti not break with DRBD 8.2.x (which changed the version
13     format in /proc/drbd) (issue 24)
14   - add an upgrade tool from ‘remote_raid1’ disk template to ‘drbd’ disk
15     template, allowing migration from DRBD0.7+MD to DRBD8
16
17 Version 1.2.2
18   - fix ‘gnt-instance modify’ breakage introduced in 1.2.1 with the HVM
19     support (issue 23)
20   - add command aliases infrastructure and a few aliases
21   - allow listing of VCPUs in the gnt-instance list and improve the man
22     pages and the --help option of gnt-node/gnt-instance list
23   - fix gnt-backup list with down nodes (issue 21)
24   - change the tools location (move from $pkgdatadir to
25     $pkglibdir/tools)
26   - fix the dist archive and add a check for including svn/git files in
27     the future
28   - some developer-related changes: improve the burnin and the QA
29     suite, add an upload script for testing during development
30
31 Version 1.2.1
32   - experimental HVM support, read the install document, section
33     "Initializing the cluster"
34   - allow for the PVM hypervisor per-instance kernel and initrd paths
35   - add a new command ‘gnt-cluster verify-disks’ which uses a new
36     algorithm to improve the reconnection of the DRBD pairs if the
37     device on the secondary node has gone away
38   - make logical volume code auto-activate LVs at disk activation time
39   - slightly improve the speed of activating disks
40   - allow specification of the MAC address at instance creation time,
41     and changing it later via ‘gnt-instance modify’
42   - fix handling of external commands that generate lots of output on
43     stderr
44   - update documentation with regard to minimum version of DRBD8
45     supported
46
47 Version 1.2.0
48   - Log the ‘xm create’ output to the node daemon log on failure (to
49     help diagnosing the error)
50   - In debug mode, log all external commands output if failed to the
51     logs
52   - Change parsing of lvm commands to ignore stderr
53
54 Version 1.2b3
55   - Another round of updates to the DRBD 8 code to deal with more
56     failures in the replace secondary node operation
57   - Some more logging of failures in disk operations (lvm, drbd)
58   - A few documentation updates
59   - QA updates
60
61 Version 1.2b2
62   - Change configuration file format from Python's Pickle to JSON.
63     Upgrading is possible using the cfgupgrade utility.
64   - Add support for DRBD 8.0 (new disk template `drbd`) which allows for
65     faster replace disks and is more stable (DRBD 8 has many
66     improvements compared to DRBD 0.7)
67   - Added command line tags support (see man pages for gnt-instance,
68     gnt-node, gnt-cluster)
69   - Added instance rename support
70   - Added multi-instance startup/shutdown
71   - Added cluster rename support
72   - Added `gnt-node evacuate` to simplify some node operations
73   - Added instance reboot operation that can speedup reboot as compared
74     to stop and start
75   - Soften the requirement that hostnames are in FQDN format
76   - The ganeti-watcher now activates drbd pairs after secondary node
77     reboots
78   - Removed dependency on debian's patched fping that uses the
79     non-standard -S option
80   - Now the OS definitions are searched for in multiple, configurable
81     paths (easier for distros to package)
82   - Some changes to the hooks infrastructure (especially the new
83     post-configuration update hook)
84   - Other small bugfixes