Release 2.0.0 final
[ganeti-local] / NEWS
1 Version 2.0.0 final
2   - no changes from rc5
3
4 Version 2.0 release candidate 5
5   - fix a couple of bugs (validation, argument checks)
6   - fix gnt-cluster getmaster on non-master nodes (regression)
7   - some small improvements to RAPI and IAllocator
8   - make watcher automatically start the master daemon if down
9
10 Version 2.0 release candidate 4
11   - change the OS list to not require locks; this helps with big
12     clusters
13   - fix gnt-cluster verify and gnt-cluster verify-disks when the volume
14     group is broken
15   - “gnt-instance info”, without any arguments, doesn't run for all
16     instances anymore; either pass ‘--all’ or pass the desired
17     instances; this helps against mistakes on big clusters where listing
18     the information for all instances takes a long time
19   - miscellaneous doc and man pages fixes
20
21 Version 2.0 release candidate 3
22   - Change the internal locking model of some gnt-node commands, in
23     order to reduce contention (and blocking of master daemon) when
24     batching many creation/reinstall jobs
25   - Fixes to Xen soft reboot
26   - No longer build documentation at 'make' time, instead distribute it
27     in the archive, in order to reduce the need for the whole
28     docbook/rst toolchains
29
30 Version 2.0 release candidate 2
31   - Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to
32     2.0
33   - Fix watcher startup sequence, improves the behaviour of busy
34     clusters
35   - Some other fixes in cluster verify, replace-disks, gnt-instance add,
36     gnt-cluster queue, KVM VNC bind address and other places
37   - Some documentation fixes and updates
38
39 Version 2.0 release candidate 1
40   - More documentation updates, now all docs should be more-or-less
41     up-to-date
42   - A couple of small fixes (mixed hypervisor clusters, offline nodes,
43     etc.)
44   - Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen
45     PVM and KVM)
46   - Fix an issue related to $libdir/run/ganeti and cluster creation
47
48 Version 2.0 beta 2
49   - Xen PVM and KVM have switched the default value for the instance
50     root disk to the first partition on the first drive, instead of the
51     whole drive; this means that the OS installation scripts must be
52     changed accordingly
53   - Man pages have been updated
54   - RAPI has been switched by default to HTTPS, and the exported
55     functions should all work correctly
56   - RAPI v1 has been removed
57   - Many improvements to the KVM hypervisor
58   - Block device errors are now better reported
59   - Many other bugfixes and small improvements
60
61 Version 2.0 beta 1
62   - Version 2 is a general rewrite of the code and therefore the
63     differences are too many to list, see the design document for 2.0 in
64     the doc/ subdirectory for more details
65   - In this beta version there is not yet a migration path from 1.2
66     (there will be one in the final 2.0 release)
67   - A few significant changes are:
68     - all commands are executed by a daemon (ganeti-masterd) and the
69       various gnt-* commands are just front-ends to it
70     - all the commands are entered into, and executed from a job queue,
71       see gnt-job(8)
72     - the RAPI daemon supports read-write operations, secured by basic
73       HTTP authentication on top of HTTPS
74     - DRBD version 0.7 support has been removed, DRBD 8 is the only
75       supported version (when migrating from Ganeti 1.2 to 2.0, you need
76       to migrate to DRBD 8 first while still running Ganeti 1.2)
77     - DRBD devices are using statically allocated minor numbers, which
78       will be assigned to existing instances during the migration
79       process
80     - there is support for both Xen PVM and Xen HVM instances running on
81       the same cluster
82     - KVM virtualization is supported too
83     - file-based storage has been implemented, which means that it is
84       possible to run the cluster without LVM and DRBD storage, for
85       example using a shared filesystem exported from shared storage
86       (and still have live migration)
87
88 Version 1.2.7
89   - Change the default reboot type in gnt-instance reboot to "hard"
90   - Reuse the old instance mac address by default on instance import,
91     if the instance name is the same.
92   - Handle situations in which the node info rpc returns incomplete results
93     (issue 46)
94   - Add checks for tcp/udp ports collisions in gnt-cluster verify
95   - Improved version of batcher:
96     - state file support
97     - instance mac address support
98     - support for HVM clusters/instances
99   - Add an option to show the number of cpu sockets and nodes in gnt-node list
100   - Support OSes that handle more than one version of the OS api
101     (but do not change the current API in any other way)
102   - Fix gnt-node migrate
103   - gnt-debug man page
104   - Fixes various more typos&small issues
105   - Increase disk resync maximum speed to 60MB/s (from 30MB/s)
106
107 Version 1.2.6
108   - new --hvm-nic-type and --hvm-disk-type flags to control the type of disk
109     exported to fully virtualized instances.
110   - provide access to the serial console of HVM instances
111   - instance auto_balance flag, set by default. If turned off it will avoid
112     warnings on cluster verify if there is not enough memory to fail over an
113     instance. in the future it will prevent automatically failing it over when
114     we will support that.
115   - batcher tool for instance creation, see /tools/README.batcher
116   - gnt-instance reinstall --select-os to interactively select a new operating
117     system when reinstalling an instance.
118   - when changing the memory amount on instance modify a check has been added
119     that the instance will be able to start. also warnings are emitted if the
120     instance will not be able to fail over, if auto_balance is true.
121   - documentation fixes
122   - sync fields between instance list/modify/add/import
123   - fix a race condition in drbd when the sync speed was set after giving the
124     device a remote peer.
125
126 Version 1.2.5
127   - note: the allowed size and number of tags per object were reduced
128   - fix a bug in “gnt-cluster verify” with inconsistent volume groups
129   - fixed twisted 8.x compatibility
130   - fixed gnt-instance replace-disks with iallocator
131   - add TCP keepalives on twisted connections to detect restarted nodes
132   - disk increase support, see “gnt-instance grow-disk”
133   - implement bulk node/instance query for RAPI
134   - add tags in node/instance listing (optional)
135   - experimental migration (and live migration) support, read the man
136     page for “gnt-instance migrate”
137   - the ganeti-watcher logs are now timestamped, and the watcher also
138     has some small improvements in handling its state file
139
140 Version 1.2.4
141   - Experimental readonly, REST-based remote API implementation; automatically
142     started on master node, TCP port 5080, if enabled by --enable-rapi
143     parameter to configure script.
144   - Instance allocator support. Add and import instance accept a --iallocator
145     parameter, and call that instance allocator to decide which node to use for
146     the instance. The iallocator document describes what's expected from an
147     allocator script.
148   - gnt-cluster verify N+1 memory redundancy checks: Unless passed the
149     --no-nplus1-mem option gnt-cluster verify now checks that if a node is lost
150     there is still enough memory to fail over the instances that reside on it.
151   - gnt-cluster verify hooks: it is now possible to add post-hooks to
152     gnt-cluster verify, to check for site-specific compliance. All the hooks
153     will run, and their output, if any, will be displayed. Any failing hook
154     will make the verification return an error value.
155   - gnt-cluster verify now checks that its peers are reachable on the primary
156     and secondary interfaces
157   - gnt-node add now supports the --readd option, to readd a node that is still
158     declared as part of the cluster and has failed.
159   - gnt-* list commands now accept a new -o +field way of specifying output
160     fields, that just adds the chosen fields to the default ones.
161   - gnt-backup now has a new "remove" command to delete an existing export from
162     the filesystem.
163   - New per-instance parameters hvm_acpi, hvm_pae and hvm_cdrom_image_path have
164     been added. Using them you can enable/disable acpi and pae support, and
165     specify a path for a cd image to be exported to the instance. These
166     parameters as the name suggest only work on HVM clusters.
167   - When upgrading an HVM cluster to Ganeti 1.2.4, the values for ACPI and PAE
168     support will be set to the previously hardcoded values, but the (previously
169     hardcoded) path to the CDROM ISO image will be unset and if required, needs
170     to be set manually with gnt-instance modify after the upgrade..
171   - The address to which an instance's VNC console is bound is now selectable
172     per-instance, rather than being cluster wide. Of course this only applies
173     to instances controlled via VNC, so currently just applies to HVM clusters.
174
175 Version 1.2.3
176   - more tweaks to the disk activation code (especially helpful for DRBD)
177   - change the default ‘gnt-instance list’ output format, now there is
178     one combined status field (see the manpage for the exact values this
179     field will have)
180   - some more fixes for the mac export to hooks change
181   - make Ganeti not break with DRBD 8.2.x (which changed the version
182     format in /proc/drbd) (issue 24)
183   - add an upgrade tool from ‘remote_raid1’ disk template to ‘drbd’ disk
184     template, allowing migration from DRBD0.7+MD to DRBD8
185
186 Version 1.2.2
187   - fix ‘gnt-instance modify’ breakage introduced in 1.2.1 with the HVM
188     support (issue 23)
189   - add command aliases infrastructure and a few aliases
190   - allow listing of VCPUs in the gnt-instance list and improve the man
191     pages and the --help option of gnt-node/gnt-instance list
192   - fix gnt-backup list with down nodes (issue 21)
193   - change the tools location (move from $pkgdatadir to
194     $pkglibdir/tools)
195   - fix the dist archive and add a check for including svn/git files in
196     the future
197   - some developer-related changes: improve the burnin and the QA
198     suite, add an upload script for testing during development
199
200 Version 1.2.1
201   - experimental HVM support, read the install document, section
202     "Initializing the cluster"
203   - allow for the PVM hypervisor per-instance kernel and initrd paths
204   - add a new command ‘gnt-cluster verify-disks’ which uses a new
205     algorithm to improve the reconnection of the DRBD pairs if the
206     device on the secondary node has gone away
207   - make logical volume code auto-activate LVs at disk activation time
208   - slightly improve the speed of activating disks
209   - allow specification of the MAC address at instance creation time,
210     and changing it later via ‘gnt-instance modify’
211   - fix handling of external commands that generate lots of output on
212     stderr
213   - update documentation with regard to minimum version of DRBD8
214     supported
215
216 Version 1.2.0
217   - Log the ‘xm create’ output to the node daemon log on failure (to
218     help diagnosing the error)
219   - In debug mode, log all external commands output if failed to the
220     logs
221   - Change parsing of lvm commands to ignore stderr
222
223 Version 1.2b3
224   - Another round of updates to the DRBD 8 code to deal with more
225     failures in the replace secondary node operation
226   - Some more logging of failures in disk operations (lvm, drbd)
227   - A few documentation updates
228   - QA updates
229
230 Version 1.2b2
231   - Change configuration file format from Python's Pickle to JSON.
232     Upgrading is possible using the cfgupgrade utility.
233   - Add support for DRBD 8.0 (new disk template `drbd`) which allows for
234     faster replace disks and is more stable (DRBD 8 has many
235     improvements compared to DRBD 0.7)
236   - Added command line tags support (see man pages for gnt-instance,
237     gnt-node, gnt-cluster)
238   - Added instance rename support
239   - Added multi-instance startup/shutdown
240   - Added cluster rename support
241   - Added `gnt-node evacuate` to simplify some node operations
242   - Added instance reboot operation that can speedup reboot as compared
243     to stop and start
244   - Soften the requirement that hostnames are in FQDN format
245   - The ganeti-watcher now activates drbd pairs after secondary node
246     reboots
247   - Removed dependency on debian's patched fping that uses the
248     non-standard -S option
249   - Now the OS definitions are searched for in multiple, configurable
250     paths (easier for distros to package)
251   - Some changes to the hooks infrastructure (especially the new
252     post-configuration update hook)
253   - Other small bugfixes