Statistics
| Branch: | Tag: | Revision:

root / NEWS @ ac492887

History | View | Annotate | Download (37.3 kB)

1 61b5e342 Michael Hanselmann
News
2 61b5e342 Michael Hanselmann
====
3 920a91bf Michael Hanselmann
4 a0a470fa Michael Hanselmann
Version 2.2.0 beta 0
5 a0a470fa Michael Hanselmann
--------------------
6 a0a470fa Michael Hanselmann
7 a0a470fa Michael Hanselmann
*(Released Thu, 17 Jun 2010)*
8 ab221ddf Michael Hanselmann
9 e0897adf Michael Hanselmann
- Added tool (``move-instance``) and infrastructure to move instances
10 e0897adf Michael Hanselmann
  between separate clusters (see :doc:`separate documentation
11 e0897adf Michael Hanselmann
  <move-instance>` and :doc:`design document <design-2.2>`)
12 e0897adf Michael Hanselmann
- Added per-request RPC timeout
13 ab221ddf Michael Hanselmann
- RAPI now requires a Content-Type header for requests with a body (e.g.
14 ab221ddf Michael Hanselmann
  ``PUT`` or ``POST``) which must be set to ``application/json`` (see
15 ab221ddf Michael Hanselmann
  RFC2616 (HTTP/1.1), section 7.2.1)
16 e0897adf Michael Hanselmann
- ``ganeti-watcher`` attempts to restart ``ganeti-rapi`` if RAPI is not
17 e0897adf Michael Hanselmann
  reachable
18 e0897adf Michael Hanselmann
- Implemented initial support for running Ganeti daemons as separate
19 e0897adf Michael Hanselmann
  users, see configure-time flags ``--with-user-prefix`` and
20 e0897adf Michael Hanselmann
  ``--with-group-prefix`` (only ``ganeti-rapi`` is supported at this
21 e0897adf Michael Hanselmann
  time)
22 e0897adf Michael Hanselmann
- Instances can be removed after export (``gnt-backup export
23 e0897adf Michael Hanselmann
  --remove-instance``)
24 e0897adf Michael Hanselmann
- Self-signed certificates generated by Ganeti now use a 2048 bit RSA
25 e0897adf Michael Hanselmann
  key (instead of 1024 bit)
26 e0897adf Michael Hanselmann
- Added new cluster configuration file for cluster domain secret
27 e0897adf Michael Hanselmann
- Import/export now use SSL instead of SSH
28 e0897adf Michael Hanselmann
- Added support for showing estimated time when exporting an instance,
29 e0897adf Michael Hanselmann
  see the ``ganeti-os-interface(7)`` manpage and look for
30 e0897adf Michael Hanselmann
  ``EXP_SIZE_FD``
31 ab221ddf Michael Hanselmann
32 920a91bf Michael Hanselmann
33 c1a25b88 Guido Trotter
Version 2.1.4
34 c1a25b88 Guido Trotter
-------------
35 c1a25b88 Guido Trotter
36 3ef56ab6 Guido Trotter
*(Released Fri, 18 Jun 2010)*
37 c1a25b88 Guido Trotter
38 c1a25b88 Guido Trotter
A small bugfix release:
39 c1a25b88 Guido Trotter
40 c1a25b88 Guido Trotter
  - Fix live migration of KVM instances started with older Ganeti
41 c1a25b88 Guido Trotter
    versions which had fewer hypervisor parameters
42 c1a25b88 Guido Trotter
  - Fix gnt-instance grow-disk on down instances
43 c1a25b88 Guido Trotter
  - Fix an error-reporting bug during instance migration
44 c1a25b88 Guido Trotter
  - Better checking of the ``--net`` and ``--disk`` values, to avoid
45 c1a25b88 Guido Trotter
    silently ignoring broken ones
46 c1a25b88 Guido Trotter
  - Fix an RPC error reporting bug affecting, for example, RAPI client
47 c1a25b88 Guido Trotter
    users
48 c1a25b88 Guido Trotter
  - Fix bug triggered by different API version os-es on different nodes
49 c1a25b88 Guido Trotter
  - Fix a bug in instance startup with custom hvparams: OS level
50 c1a25b88 Guido Trotter
    parameters would fail to be applied.
51 3ef56ab6 Guido Trotter
  - Fix the RAPI client under Python 2.6 (but more work is needed to
52 3ef56ab6 Guido Trotter
    make it work completely well with OpenSSL)
53 3ef56ab6 Guido Trotter
  - Fix handling of errors when resolving names from DNS
54 c1a25b88 Guido Trotter
55 626f4e45 Guido Trotter
56 14d91053 Guido Trotter
Version 2.1.3
57 14d91053 Guido Trotter
-------------
58 14d91053 Guido Trotter
59 7cf722ea Guido Trotter
*(Released Thu, 3 Jun 2010)*
60 14d91053 Guido Trotter
61 14d91053 Guido Trotter
A medium sized development cycle. Some new features, and some
62 14d91053 Guido Trotter
fixes/small improvements/cleanups.
63 14d91053 Guido Trotter
64 14d91053 Guido Trotter
Significant features
65 14d91053 Guido Trotter
~~~~~~~~~~~~~~~~~~~~
66 14d91053 Guido Trotter
67 14d91053 Guido Trotter
The node deamon now tries to mlock itself into memory, unless the
68 14d91053 Guido Trotter
``--no-mlock`` flag is passed. It also doesn't fail if it can't write
69 14d91053 Guido Trotter
its logs, and falls back to console logging. This allows emergency
70 14d91053 Guido Trotter
features such as ``gnt-node powercycle`` to work even in the event of a
71 14d91053 Guido Trotter
broken node disk (tested offlining the disk hosting the node's
72 722702e3 Guido Trotter
filesystem and dropping its memory caches; don't try this at home)
73 14d91053 Guido Trotter
74 14d91053 Guido Trotter
KVM: add vhost-net acceleration support. It can be tested with a new
75 14d91053 Guido Trotter
enough version of the kernel and of qemu-kvm.
76 14d91053 Guido Trotter
77 14d91053 Guido Trotter
KVM: Add instance chrooting feature. If you use privilege dropping for
78 14d91053 Guido Trotter
your VMs you can also now force them to chroot to an empty directory,
79 14d91053 Guido Trotter
before starting the emulated guest.
80 14d91053 Guido Trotter
81 14d91053 Guido Trotter
KVM: Add maximum migration bandwith and maximum downtime tweaking
82 14d91053 Guido Trotter
support (requires a new-enough version of qemu-kvm).
83 14d91053 Guido Trotter
84 14d91053 Guido Trotter
Cluster verify will now warn if the master node doesn't have the master
85 14d91053 Guido Trotter
ip configured on it.
86 14d91053 Guido Trotter
87 14d91053 Guido Trotter
Add a new (incompatible) instance creation request format to RAPI which
88 14d91053 Guido Trotter
supports all parameters (previously only a subset was supported, and it
89 14d91053 Guido Trotter
wasn't possible to extend the old format to accomodate all the new
90 14d91053 Guido Trotter
features. The old format is still supported, and a client can check for
91 14d91053 Guido Trotter
this feature, before using it, by checking for its presence in the
92 14d91053 Guido Trotter
``features`` RAPI resource.
93 14d91053 Guido Trotter
94 14d91053 Guido Trotter
Now with ancient latin support. Try it passing the ``--roman`` option to
95 722702e3 Guido Trotter
``gnt-instance info``, ``gnt-cluster info`` or ``gnt-node list``
96 722702e3 Guido Trotter
(requires the python-roman module to be installed, in order to work).
97 14d91053 Guido Trotter
98 14d91053 Guido Trotter
Other changes
99 14d91053 Guido Trotter
~~~~~~~~~~~~~
100 14d91053 Guido Trotter
101 14d91053 Guido Trotter
As usual many internal code refactorings, documentation updates, and
102 14d91053 Guido Trotter
such. Among others:
103 14d91053 Guido Trotter
104 14d91053 Guido Trotter
  - Lots of improvements and cleanups to the experimental Remote API
105 14d91053 Guido Trotter
    (RAPI) client library.
106 14d91053 Guido Trotter
  - A new unit test suite for the core daemon libraries.
107 14d91053 Guido Trotter
  - A fix to creating missing directories makes sure the umask is not
108 14d91053 Guido Trotter
    applied anymore. This enforces the same directory permissions
109 14d91053 Guido Trotter
    everywhere.
110 14d91053 Guido Trotter
  - Better handling terminating daemons with ctrl+c (used when running
111 14d91053 Guido Trotter
    them in debugging mode).
112 14d91053 Guido Trotter
  - Fix a race condition in live migrating a KVM instance, when stat()
113 14d91053 Guido Trotter
    on the old proc status file returned EINVAL, which is an unexpected
114 14d91053 Guido Trotter
    value.
115 1de45c78 Guido Trotter
  - Fixed manpage checking with newer man and utf-8 charachters. But now
116 1de45c78 Guido Trotter
    you need the en_US.UTF-8 locale enabled to build Ganeti from git.
117 14d91053 Guido Trotter
118 14d91053 Guido Trotter
119 23f983f4 Guido Trotter
Version 2.1.2.1
120 23f983f4 Guido Trotter
---------------
121 23f983f4 Guido Trotter
122 23f983f4 Guido Trotter
*(Released Fri, 7 May 2010)*
123 23f983f4 Guido Trotter
124 23f983f4 Guido Trotter
Fix a bug which prevented untagged KVM instances from starting.
125 23f983f4 Guido Trotter
126 507fd05a Guido Trotter
127 ba538816 Iustin Pop
Version 2.1.2
128 ba538816 Iustin Pop
-------------
129 ba538816 Iustin Pop
130 ace6cbe8 Iustin Pop
*(Released Fri, 7 May 2010)*
131 ba538816 Iustin Pop
132 ba538816 Iustin Pop
Another release with a long development cycle, during which many
133 ba538816 Iustin Pop
different features were added.
134 ba538816 Iustin Pop
135 ba538816 Iustin Pop
Significant features
136 ba538816 Iustin Pop
~~~~~~~~~~~~~~~~~~~~
137 ba538816 Iustin Pop
138 ba538816 Iustin Pop
The KVM hypervisor now can run the individual instances as non-root, to
139 ba538816 Iustin Pop
reduce the impact of a VM being hijacked due to bugs in the
140 ba538816 Iustin Pop
hypervisor. It is possible to run all instances as a single (non-root)
141 ba538816 Iustin Pop
user, to manually specify a user for each instance, or to dynamically
142 ba538816 Iustin Pop
allocate a user out of a cluster-wide pool to each instance, with the
143 ba538816 Iustin Pop
guarantee that no two instances will run under the same user ID on any
144 ba538816 Iustin Pop
given node.
145 ba538816 Iustin Pop
146 ba538816 Iustin Pop
An experimental RAPI client library, that can be used standalone
147 ba538816 Iustin Pop
(without the other Ganeti libraries), is provided in the source tree as
148 ba538816 Iustin Pop
``lib/rapi/client.py``. Note this client might change its interface in
149 ba538816 Iustin Pop
the future, as we iterate on its capabilities.
150 ba538816 Iustin Pop
151 ba538816 Iustin Pop
A new command, ``gnt-cluster renew-crypto`` has been added to easily
152 ba538816 Iustin Pop
replace the cluster's certificates and crypto keys. This might help in
153 ba538816 Iustin Pop
case they have been compromised, or have simply expired.
154 ba538816 Iustin Pop
155 ba538816 Iustin Pop
A new disk option for instance creation has been added that allows one
156 ba538816 Iustin Pop
to "adopt" currently existing logical volumes, with data
157 ba538816 Iustin Pop
preservation. This should allow easier migration to Ganeti from
158 ba538816 Iustin Pop
unmanaged (or managed via other software) instances.
159 ba538816 Iustin Pop
160 ba538816 Iustin Pop
Another disk improvement is the possibility to convert between redundant
161 ba538816 Iustin Pop
(DRBD) and plain (LVM) disk configuration for an instance. This should
162 ba538816 Iustin Pop
allow better scalability (starting with one node and growing the
163 ba538816 Iustin Pop
cluster, or shrinking a two-node cluster to one node).
164 ba538816 Iustin Pop
165 ba538816 Iustin Pop
A new feature that could help with automated node failovers has been
166 ba538816 Iustin Pop
implemented: if a node sees itself as offline (by querying the master
167 ba538816 Iustin Pop
candidates), it will try to shutdown (hard) all instances and any active
168 ba538816 Iustin Pop
DRBD devices. This reduces the risk of duplicate instances if an
169 ba538816 Iustin Pop
external script automatically failovers the instances on such nodes. To
170 ba538816 Iustin Pop
enable this, the cluster parameter ``maintain_node_health`` should be
171 ba538816 Iustin Pop
enabled; in the future this option (per the name) will enable other
172 ba538816 Iustin Pop
automatic maintenance features.
173 ba538816 Iustin Pop
174 ba538816 Iustin Pop
Instance export/import now will reuse the original instance
175 ba538816 Iustin Pop
specifications for all parameters; that means exporting an instance,
176 ba538816 Iustin Pop
deleting it and the importing it back should give an almost identical
177 ba538816 Iustin Pop
instance. Note that the default import behaviour has changed from
178 ba538816 Iustin Pop
before, where it created only one NIC; now it recreates the original
179 ba538816 Iustin Pop
number of NICs.
180 ba538816 Iustin Pop
181 ba538816 Iustin Pop
Cluster verify has added a few new checks: SSL certificates validity,
182 ba538816 Iustin Pop
/etc/hosts consistency across the cluster, etc.
183 ba538816 Iustin Pop
184 ba538816 Iustin Pop
Other changes
185 ba538816 Iustin Pop
~~~~~~~~~~~~~
186 ba538816 Iustin Pop
187 ba538816 Iustin Pop
As usual, many internal changes were done, documentation fixes,
188 ba538816 Iustin Pop
etc. Among others:
189 ba538816 Iustin Pop
190 ba538816 Iustin Pop
- Fixed cluster initialization with disabled cluster storage (regression
191 ba538816 Iustin Pop
  introduced in 2.1.1)
192 ba538816 Iustin Pop
- File-based storage supports growing the disks
193 ba538816 Iustin Pop
- Fixed behaviour of node role changes
194 ba538816 Iustin Pop
- Fixed cluster verify for some corner cases, plus a general rewrite of
195 ba538816 Iustin Pop
  cluster verify to allow future extension with more checks
196 ba538816 Iustin Pop
- Fixed log spamming by watcher and node daemon (regression introduced
197 ba538816 Iustin Pop
  in 2.1.1)
198 ba538816 Iustin Pop
- Fixed possible validation issues when changing the list of enabled
199 ba538816 Iustin Pop
  hypervisors
200 ba538816 Iustin Pop
- Fixed cleanup of /etc/hosts during node removal
201 ba538816 Iustin Pop
- Fixed RAPI response for invalid methods
202 ba538816 Iustin Pop
- Fixed bug with hashed passwords in ``ganeti-rapi`` daemon
203 ba538816 Iustin Pop
- Multiple small improvements to the KVM hypervisor (VNC usage, booting
204 ba538816 Iustin Pop
  from ide disks, etc.)
205 ba538816 Iustin Pop
- Allow OS changes without re-installation (to record a changed OS
206 ba538816 Iustin Pop
  outside of Ganeti, or to allow OS renames)
207 ba538816 Iustin Pop
- Allow instance creation without OS installation (useful for example if
208 ba538816 Iustin Pop
  the OS will be installed manually, or restored from a backup not in
209 ba538816 Iustin Pop
  Ganeti format)
210 ba538816 Iustin Pop
- Implemented option to make cluster ``copyfile`` use the replication
211 ba538816 Iustin Pop
  network
212 ba538816 Iustin Pop
- Added list of enabled hypervisors to ssconf (possibly useful for
213 ba538816 Iustin Pop
  external scripts)
214 ba538816 Iustin Pop
- Added a new tool (``tools/cfgupgrade12``) that allows upgrading from
215 ba538816 Iustin Pop
  1.2 clusters
216 ba538816 Iustin Pop
- A partial form of node re-IP is possible via node readd, which now
217 ba538816 Iustin Pop
  allows changed node primary IP
218 ba538816 Iustin Pop
- Command line utilities now show an informational message if the job is
219 ba538816 Iustin Pop
  waiting for a lock
220 ba538816 Iustin Pop
- The logs of the master daemon now show the PID/UID/GID of the
221 ba538816 Iustin Pop
  connected client
222 ba538816 Iustin Pop
223 ba538816 Iustin Pop
224 c655522d Iustin Pop
Version 2.1.1
225 c655522d Iustin Pop
-------------
226 c655522d Iustin Pop
227 bdc93557 Iustin Pop
*(Released Fri, 12 Mar 2010)*
228 bdc93557 Iustin Pop
229 c655522d Iustin Pop
During the 2.1.0 long release candidate cycle, a lot of improvements and
230 c655522d Iustin Pop
changes have accumulated with were released later as 2.1.1.
231 c655522d Iustin Pop
232 c655522d Iustin Pop
Major changes
233 c655522d Iustin Pop
~~~~~~~~~~~~~
234 c655522d Iustin Pop
235 c655522d Iustin Pop
The node evacuate command (``gnt-node evacuate``) was significantly
236 c655522d Iustin Pop
rewritten, and as such the IAllocator protocol was changed - a new
237 c655522d Iustin Pop
request type has been added. This unfortunate change during a stable
238 c655522d Iustin Pop
series is designed to improve performance of node evacuations; on
239 c655522d Iustin Pop
clusters with more than about five nodes and which are well-balanced,
240 c655522d Iustin Pop
evacuation should proceed in parallel for all instances of the node
241 c655522d Iustin Pop
being evacuated. As such, any existing IAllocator scripts need to be
242 c655522d Iustin Pop
updated, otherwise the above command will fail due to the unknown
243 c655522d Iustin Pop
request. The provided "dumb" allocator has not been updated; but the
244 c655522d Iustin Pop
ganeti-htools package supports the new protocol since version 0.2.4.
245 c655522d Iustin Pop
246 c655522d Iustin Pop
Another important change is increased validation of node and instance
247 c655522d Iustin Pop
names. This might create problems in special cases, if invalid host
248 c655522d Iustin Pop
names are being used.
249 c655522d Iustin Pop
250 c655522d Iustin Pop
Also, a new layer of hypervisor parameters has been added, that sits at
251 c655522d Iustin Pop
OS level between the cluster defaults and the instance ones. This allows
252 c655522d Iustin Pop
customisation of virtualization parameters depending on the installed
253 c655522d Iustin Pop
OS. For example instances with OS 'X' may have a different KVM kernel
254 c655522d Iustin Pop
(or any other parameter) than the cluster defaults. This is intended to
255 c655522d Iustin Pop
help managing a multiple OSes on the same cluster, without manual
256 c655522d Iustin Pop
modification of each instance's parameters.
257 c655522d Iustin Pop
258 c655522d Iustin Pop
A tool for merging clusters, ``cluster-merge``, has been added in the
259 c655522d Iustin Pop
tools sub-directory.
260 c655522d Iustin Pop
261 c655522d Iustin Pop
Bug fixes
262 c655522d Iustin Pop
~~~~~~~~~
263 c655522d Iustin Pop
264 c655522d Iustin Pop
- Improved the int/float conversions that should make the code more
265 c655522d Iustin Pop
  robust in face of errors from the node daemons
266 c655522d Iustin Pop
- Fixed the remove node code in case of internal configuration errors
267 c655522d Iustin Pop
- Fixed the node daemon behaviour in face of inconsistent queue
268 c655522d Iustin Pop
  directory (e.g. read-only file-system where we can't open the files
269 c655522d Iustin Pop
  read-write, etc.)
270 c655522d Iustin Pop
- Fixed the behaviour of gnt-node modify for master candidate demotion;
271 c655522d Iustin Pop
  now it either aborts cleanly or, if given the new โ€œauto_promoteโ€
272 c655522d Iustin Pop
  parameter, will automatically promote other nodes as needed
273 c655522d Iustin Pop
- Fixed compatibility with (unreleased yet) Python 2.6.5 that would
274 c655522d Iustin Pop
  completely prevent Ganeti from working
275 c655522d Iustin Pop
- Fixed bug for instance export when not all disks were successfully
276 c655522d Iustin Pop
  exported
277 c655522d Iustin Pop
- Fixed behaviour of node add when the new node is slow in starting up
278 c655522d Iustin Pop
  the node daemon
279 c655522d Iustin Pop
- Fixed handling of signals in the LUXI client, which should improve
280 c655522d Iustin Pop
  behaviour of command-line scripts
281 c655522d Iustin Pop
- Added checks for invalid node/instance names in the configuration (now
282 c655522d Iustin Pop
  flagged during cluster verify)
283 c655522d Iustin Pop
- Fixed watcher behaviour for disk activation errors
284 c655522d Iustin Pop
- Fixed two potentially endless loops in http library, which led to the
285 c655522d Iustin Pop
  RAPI daemon hanging and consuming 100% CPU in some cases
286 c655522d Iustin Pop
- Fixed bug in RAPI daemon related to hashed passwords
287 c655522d Iustin Pop
- Fixed bug for unintended qemu-level bridging of multi-NIC KVM
288 c655522d Iustin Pop
  instances
289 c655522d Iustin Pop
- Enhanced compatibility with non-Debian OSes, but not using absolute
290 c655522d Iustin Pop
  path in some commands and allowing customisation of the ssh
291 c655522d Iustin Pop
  configuration directory
292 c655522d Iustin Pop
- Fixed possible future issue with new Python versions by abiding to the
293 c655522d Iustin Pop
  proper use of ``__slots__`` attribute on classes
294 c655522d Iustin Pop
- Added checks that should prevent directory traversal attacks
295 c655522d Iustin Pop
- Many documentation fixes based on feedback from users
296 c655522d Iustin Pop
297 c655522d Iustin Pop
New features
298 c655522d Iustin Pop
~~~~~~~~~~~~
299 c655522d Iustin Pop
300 c655522d Iustin Pop
- Added an โ€œearly_releaseโ€ more for instance replace disks and node
301 c655522d Iustin Pop
  evacuate, where we release locks earlier and thus allow higher
302 c655522d Iustin Pop
  parallelism within the cluster
303 c655522d Iustin Pop
- Added watcher hooks, intended to allow the watcher to restart other
304 c655522d Iustin Pop
  daemons (e.g. from the ganeti-nbma project), but they can be used of
305 c655522d Iustin Pop
  course for any other purpose
306 c655522d Iustin Pop
- Added a compile-time disable for DRBD barriers, to increase
307 c655522d Iustin Pop
  performance if the administrator trusts the power supply or the
308 c655522d Iustin Pop
  storage system to not lose writes
309 c655522d Iustin Pop
- Added the option of using syslog for logging instead of, or in
310 c655522d Iustin Pop
  addition to, Ganeti's own log files
311 c655522d Iustin Pop
- Removed boot restriction for paravirtual NICs for KVM, recent versions
312 c655522d Iustin Pop
  can indeed boot from a paravirtual NIC
313 c655522d Iustin Pop
- Added a generic debug level for many operations; while this is not
314 c655522d Iustin Pop
  used widely yet, it allows one to pass the debug value all the way to
315 c655522d Iustin Pop
  the OS scripts
316 c655522d Iustin Pop
- Enhanced the hooks environment for instance moves (failovers,
317 c655522d Iustin Pop
  migrations) where the primary/secondary nodes changed during the
318 c655522d Iustin Pop
  operation, by adding {NEW,OLD}_{PRIMARY,SECONDARY} vars
319 c655522d Iustin Pop
- Enhanced data validations for many user-supplied values; one important
320 c655522d Iustin Pop
  item is the restrictions imposed on instance and node names, which
321 c655522d Iustin Pop
  might reject some (invalid) host names
322 c655522d Iustin Pop
- Add a configure-time option to disable file-based storage, if it's not
323 c655522d Iustin Pop
  needed; this allows greater security separation between the master
324 c655522d Iustin Pop
  node and the other nodes from the point of view of the inter-node RPC
325 c655522d Iustin Pop
  protocol
326 c655522d Iustin Pop
- Added user notification in interactive tools if job is waiting in the
327 c655522d Iustin Pop
  job queue or trying to acquire locks
328 c655522d Iustin Pop
- Added log messages when a job is waiting for locks
329 c655522d Iustin Pop
- Added filtering by node tags in instance operations which admit
330 c655522d Iustin Pop
  multiple instances (start, stop, reboot, reinstall)
331 c655522d Iustin Pop
- Added a new tool for cluster mergers, ``cluster-merge``
332 c655522d Iustin Pop
- Parameters from command line which are of the form ``a=b,c=d`` can now
333 c655522d Iustin Pop
  use backslash escapes to pass in values which contain commas,
334 c655522d Iustin Pop
  e.g. ``a=b\\c,d=e`` where the 'a' parameter would get the value
335 c655522d Iustin Pop
  ``b,c``
336 c655522d Iustin Pop
- For KVM, the instance name is the first parameter passed to KVM, so
337 c655522d Iustin Pop
  that it's more visible in the process list
338 c655522d Iustin Pop
339 c655522d Iustin Pop
340 920a91bf Michael Hanselmann
Version 2.1.0
341 920a91bf Michael Hanselmann
-------------
342 920a91bf Michael Hanselmann
343 bdc93557 Iustin Pop
*(Released Tue, 2 Mar 2010)*
344 bdc93557 Iustin Pop
345 920a91bf Michael Hanselmann
Ganeti 2.1 brings many improvements with it. Major changes:
346 920a91bf Michael Hanselmann
347 920a91bf Michael Hanselmann
- Added infrastructure to ease automated disk repairs
348 920a91bf Michael Hanselmann
- Added new daemon to export configuration data in a cheaper way than
349 920a91bf Michael Hanselmann
  using the remote API
350 920a91bf Michael Hanselmann
- Instance NICs can now be routed instead of being associated with a
351 920a91bf Michael Hanselmann
  networking bridge
352 920a91bf Michael Hanselmann
- Improved job locking logic to reduce impact of jobs acquiring multiple
353 920a91bf Michael Hanselmann
  locks waiting for other long-running jobs
354 920a91bf Michael Hanselmann
355 bfe61b0b Iustin Pop
In-depth implementation details can be found in the Ganeti 2.1 design
356 920a91bf Michael Hanselmann
document.
357 920a91bf Michael Hanselmann
358 920a91bf Michael Hanselmann
Details
359 920a91bf Michael Hanselmann
~~~~~~~
360 920a91bf Michael Hanselmann
361 920a91bf Michael Hanselmann
- Added chroot hypervisor
362 920a91bf Michael Hanselmann
- Added more options to xen-hvm hypervisor (``kernel_path`` and
363 920a91bf Michael Hanselmann
  ``device_model``)
364 920a91bf Michael Hanselmann
- Added more options to xen-pvm hypervisor (``use_bootloader``,
365 920a91bf Michael Hanselmann
  ``bootloader_path`` and ``bootloader_args``)
366 bfe61b0b Iustin Pop
- Added the ``use_localtime`` option for the xen-hvm and kvm
367 bfe61b0b Iustin Pop
  hypervisors, and the default value for this has changed to false (in
368 bfe61b0b Iustin Pop
  2.0 xen-hvm always enabled it)
369 920a91bf Michael Hanselmann
- Added luxi call to submit multiple jobs in one go
370 bfe61b0b Iustin Pop
- Added cluster initialization option to not modify ``/etc/hosts``
371 920a91bf Michael Hanselmann
  file on nodes
372 920a91bf Michael Hanselmann
- Added network interface parameters
373 920a91bf Michael Hanselmann
- Added dry run mode to some LUs
374 920a91bf Michael Hanselmann
- Added RAPI resources:
375 920a91bf Michael Hanselmann
376 920a91bf Michael Hanselmann
  - ``/2/instances/[instance_name]/info``
377 920a91bf Michael Hanselmann
  - ``/2/instances/[instance_name]/replace-disks``
378 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/evacuate``
379 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/migrate``
380 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/role``
381 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/storage``
382 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/storage/modify``
383 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/storage/repair``
384 920a91bf Michael Hanselmann
385 920a91bf Michael Hanselmann
- Added OpCodes to evacuate or migrate all instances on a node
386 9b94905f Iustin Pop
- Added new command to list storage elements on nodes (``gnt-node
387 9b94905f Iustin Pop
  list-storage``) and modify them (``gnt-node modify-storage``)
388 920a91bf Michael Hanselmann
- Added new ssconf files with master candidate IP address
389 920a91bf Michael Hanselmann
  (``ssconf_master_candidates_ips``), node primary IP address
390 920a91bf Michael Hanselmann
  (``ssconf_node_primary_ips``) and node secondary IP address
391 920a91bf Michael Hanselmann
  (``ssconf_node_secondary_ips``)
392 920a91bf Michael Hanselmann
- Added ``ganeti-confd`` and a client library to query the Ganeti
393 920a91bf Michael Hanselmann
  configuration via UDP
394 920a91bf Michael Hanselmann
- Added ability to run hooks after cluster initialization and before
395 920a91bf Michael Hanselmann
  cluster destruction
396 920a91bf Michael Hanselmann
- Added automatic mode for disk replace (``gnt-instance replace-disks
397 920a91bf Michael Hanselmann
  --auto``)
398 cc291012 Iustin Pop
- Added ``gnt-instance recreate-disks`` to re-create (empty) disks
399 cc291012 Iustin Pop
  after catastrophic data-loss
400 9b94905f Iustin Pop
- Added ``gnt-node repair-storage`` command to repair damaged LVM volume
401 920a91bf Michael Hanselmann
  groups
402 920a91bf Michael Hanselmann
- Added ``gnt-instance move`` command to move instances
403 920a91bf Michael Hanselmann
- Added ``gnt-cluster watcher`` command to control watcher
404 920a91bf Michael Hanselmann
- Added ``gnt-node powercycle`` command to powercycle nodes
405 920a91bf Michael Hanselmann
- Added new job status field ``lock_status``
406 920a91bf Michael Hanselmann
- Added parseable error codes to cluster verification (``gnt-cluster
407 920a91bf Michael Hanselmann
  verify --error-codes``) and made output less verbose (use
408 920a91bf Michael Hanselmann
  ``--verbose`` to restore previous behaviour)
409 cc291012 Iustin Pop
- Added UUIDs to the main config entities (cluster, nodes, instances)
410 920a91bf Michael Hanselmann
- Added support for OS variants
411 936f3c59 Michael Hanselmann
- Added support for hashed passwords in the Ganeti remote API users file
412 936f3c59 Michael Hanselmann
  (``rapi_users``)
413 936f3c59 Michael Hanselmann
- Added option to specify maximum timeout on instance shutdown
414 936f3c59 Michael Hanselmann
- Added ``--no-ssh-init`` option to ``gnt-cluster init``
415 f154a7a3 Michael Hanselmann
- Added new helper script to start and stop Ganeti daemons
416 f154a7a3 Michael Hanselmann
  (``daemon-util``), with the intent to reduce the work necessary to
417 f154a7a3 Michael Hanselmann
  adjust Ganeti for non-Debian distributions and to start/stop daemons
418 f154a7a3 Michael Hanselmann
  from one place
419 920a91bf Michael Hanselmann
- Added more unittests
420 920a91bf Michael Hanselmann
- Fixed critical bug in ganeti-masterd startup
421 bfe61b0b Iustin Pop
- Removed the configure-time ``kvm-migration-port`` parameter, this is
422 bfe61b0b Iustin Pop
  now customisable at the cluster level for both the KVM and Xen
423 bfe61b0b Iustin Pop
  hypervisors using the new ``migration_port`` parameter
424 920a91bf Michael Hanselmann
- Pass ``INSTANCE_REINSTALL`` variable to OS installation script when
425 920a91bf Michael Hanselmann
  reinstalling an instance
426 3e5af833 Michael Hanselmann
- Allowed ``@`` in tag names
427 936f3c59 Michael Hanselmann
- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation
428 920a91bf Michael Hanselmann
- Many documentation updates
429 920a91bf Michael Hanselmann
- Distribute hypervisor files on ``gnt-cluster redist-conf``
430 920a91bf Michael Hanselmann
- ``gnt-instance reinstall`` can now reinstall multiple instances
431 920a91bf Michael Hanselmann
- Updated many command line parameters
432 920a91bf Michael Hanselmann
- Introduced new OS API version 15
433 920a91bf Michael Hanselmann
- No longer support a default hypervisor
434 920a91bf Michael Hanselmann
- Treat virtual LVs as inexistent
435 920a91bf Michael Hanselmann
- Improved job locking logic to reduce lock contention
436 920a91bf Michael Hanselmann
- Match instance and node names case insensitively
437 920a91bf Michael Hanselmann
- Reimplemented bash completion script to be more complete
438 920a91bf Michael Hanselmann
- Improved burnin
439 920a91bf Michael Hanselmann
440 920a91bf Michael Hanselmann
441 e8cd4796 Iustin Pop
Version 2.0.6
442 7b8f3fcd Michael Hanselmann
-------------
443 7b8f3fcd Michael Hanselmann
444 bdc93557 Iustin Pop
*(Released Thu, 4 Feb 2010)*
445 bdc93557 Iustin Pop
446 7b8f3fcd Michael Hanselmann
- Fix cleaner behaviour on nodes not in a cluster (Debian bug 568105)
447 7b8f3fcd Michael Hanselmann
- Fix a string formatting bug
448 7b8f3fcd Michael Hanselmann
- Improve safety of the code in some error paths
449 7b8f3fcd Michael Hanselmann
- Improve data validation in the master of values returned from nodes
450 7b8f3fcd Michael Hanselmann
451 e8cd4796 Iustin Pop
452 e5823b7e Iustin Pop
Version 2.0.5
453 5c0433d6 Iustin Pop
-------------
454 5c0433d6 Iustin Pop
455 bdc93557 Iustin Pop
*(Released Thu, 17 Dec 2009)*
456 bdc93557 Iustin Pop
457 5c0433d6 Iustin Pop
- Fix security issue due to missing validation of iallocator names; this
458 5c0433d6 Iustin Pop
  allows local and remote execution of arbitrary executables
459 5c0433d6 Iustin Pop
- Fix failure of gnt-node list during instance removal
460 5c0433d6 Iustin Pop
- Ship the RAPI documentation in the archive
461 5c0433d6 Iustin Pop
462 e5823b7e Iustin Pop
463 7579eb06 Iustin Pop
Version 2.0.4
464 c8872a0b Iustin Pop
-------------
465 c8872a0b Iustin Pop
466 bdc93557 Iustin Pop
*(Released Wed, 30 Sep 2009)*
467 bdc93557 Iustin Pop
468 c8872a0b Iustin Pop
- Fixed many wrong messages
469 c8872a0b Iustin Pop
- Fixed a few bugs related to the locking library
470 c8872a0b Iustin Pop
- Fixed MAC checking at instance creation time
471 c8872a0b Iustin Pop
- Fixed a DRBD parsing bug related to gaps in /proc/drbd
472 c8872a0b Iustin Pop
- Fixed a few issues related to signal handling in both daemons and
473 c8872a0b Iustin Pop
  scripts
474 c8872a0b Iustin Pop
- Fixed the example startup script provided
475 c8872a0b Iustin Pop
- Fixed insserv dependencies in the example startup script (patch from
476 c8872a0b Iustin Pop
  Debian)
477 c8872a0b Iustin Pop
- Fixed handling of drained nodes in the iallocator framework
478 c8872a0b Iustin Pop
- Fixed handling of KERNEL_PATH parameter for xen-hvm (Debian bug
479 c8872a0b Iustin Pop
  #528618)
480 c8872a0b Iustin Pop
- Fixed error related to invalid job IDs in job polling
481 c8872a0b Iustin Pop
- Fixed job/opcode persistence on unclean master shutdown
482 c8872a0b Iustin Pop
- Fixed handling of partial job processing after unclean master
483 c8872a0b Iustin Pop
  shutdown
484 c8872a0b Iustin Pop
- Fixed error reporting from LUs, previously all errors were converted
485 c8872a0b Iustin Pop
  into execution errors
486 c8872a0b Iustin Pop
- Fixed error reporting from burnin
487 c8872a0b Iustin Pop
- Decreased significantly the memory usage of the job queue
488 c8872a0b Iustin Pop
- Optimised slightly multi-job submission
489 c8872a0b Iustin Pop
- Optimised slightly opcode loading
490 c8872a0b Iustin Pop
- Backported the multi-job submit framework from the development
491 c8872a0b Iustin Pop
  branch; multi-instance start and stop should be faster
492 c8872a0b Iustin Pop
- Added script to clean archived jobs after 21 days; this will reduce
493 c8872a0b Iustin Pop
  the size of the queue directory
494 c8872a0b Iustin Pop
- Added some extra checks in disk size tracking
495 c8872a0b Iustin Pop
- Added an example ethers hook script
496 c8872a0b Iustin Pop
- Added a cluster parameter that prevents Ganeti from modifying of
497 c8872a0b Iustin Pop
  /etc/hosts
498 c8872a0b Iustin Pop
- Added more node information to RAPI responses
499 aa287e8c Michael Hanselmann
- Added a ``gnt-job watch`` command that allows following the ouput of a
500 c8872a0b Iustin Pop
  job
501 c8872a0b Iustin Pop
- Added a bind-address option to ganeti-rapi
502 c8872a0b Iustin Pop
- Added more checks to the configuration verify
503 c8872a0b Iustin Pop
- Enhanced the burnin script such that some operations can be retried
504 c8872a0b Iustin Pop
  automatically
505 c8872a0b Iustin Pop
- Converted instance reinstall to multi-instance model
506 61b5e342 Michael Hanselmann
507 aa287e8c Michael Hanselmann
508 9d725d41 Iustin Pop
Version 2.0.3
509 61b5e342 Michael Hanselmann
-------------
510 61b5e342 Michael Hanselmann
511 bdc93557 Iustin Pop
*(Released Fri, 7 Aug 2009)*
512 bdc93557 Iustin Pop
513 61b5e342 Michael Hanselmann
- Added ``--ignore-size`` to the ``gnt-instance activate-disks`` command
514 61b5e342 Michael Hanselmann
  to allow using the pre-2.0.2 behaviour in activation, if any existing
515 61b5e342 Michael Hanselmann
  instances have mismatched disk sizes in the configuration
516 7faf5110 Michael Hanselmann
- Added ``gnt-cluster repair-disk-sizes`` command to check and update
517 7faf5110 Michael Hanselmann
  any configuration mismatches for disk sizes
518 61b5e342 Michael Hanselmann
- Added ``gnt-master cluste-failover --no-voting`` to allow master
519 61b5e342 Michael Hanselmann
  failover to work on two-node clusters
520 aa287e8c Michael Hanselmann
- Fixed the ``--net`` option of ``gnt-backup import``, which was
521 aa287e8c Michael Hanselmann
  unusable
522 61b5e342 Michael Hanselmann
- Fixed detection of OS script errors in ``gnt-backup export``
523 61b5e342 Michael Hanselmann
- Fixed exit code of ``gnt-backup export``
524 61b5e342 Michael Hanselmann
525 9d725d41 Iustin Pop
526 550a995a Iustin Pop
Version 2.0.2
527 61b5e342 Michael Hanselmann
-------------
528 61b5e342 Michael Hanselmann
529 bdc93557 Iustin Pop
*(Released Fri, 17 Jul 2009)*
530 bdc93557 Iustin Pop
531 61b5e342 Michael Hanselmann
- Added experimental support for stripped logical volumes; this should
532 61b5e342 Michael Hanselmann
  enhance performance but comes with a higher complexity in the block
533 61b5e342 Michael Hanselmann
  device handling; stripping is only enabled when passing
534 61b5e342 Michael Hanselmann
  ``--with-lvm-stripecount=N`` to ``configure``, but codepaths are
535 61b5e342 Michael Hanselmann
  affected even in the non-stripped mode
536 61b5e342 Michael Hanselmann
- Improved resiliency against transient failures at the end of DRBD
537 61b5e342 Michael Hanselmann
  resyncs, and in general of DRBD resync checks
538 61b5e342 Michael Hanselmann
- Fixed a couple of issues with exports and snapshot errors
539 61b5e342 Michael Hanselmann
- Fixed a couple of issues in instance listing
540 61b5e342 Michael Hanselmann
- Added display of the disk size in ``gnt-instance info``
541 61b5e342 Michael Hanselmann
- Fixed checking for valid OSes in instance creation
542 aa287e8c Michael Hanselmann
- Fixed handling of the "vcpus" parameter in instance listing and in
543 61b5e342 Michael Hanselmann
  general of invalid parameters
544 61b5e342 Michael Hanselmann
- Fixed http server library, and thus RAPI, to handle invalid
545 61b5e342 Michael Hanselmann
  username/password combinations correctly; this means that now they
546 61b5e342 Michael Hanselmann
  report unauthorized for queries too, not only for modifications,
547 61b5e342 Michael Hanselmann
  allowing earlier detect of configuration problems
548 aa287e8c Michael Hanselmann
- Added a new "role" node list field, equivalent to the master/master
549 61b5e342 Michael Hanselmann
  candidate/drained/offline flags combinations
550 61b5e342 Michael Hanselmann
- Fixed cluster modify and changes of candidate pool size
551 61b5e342 Michael Hanselmann
- Fixed cluster verify error messages for wrong files on regular nodes
552 61b5e342 Michael Hanselmann
- Fixed a couple of issues with node demotion from master candidate role
553 61b5e342 Michael Hanselmann
- Fixed node readd issues
554 61b5e342 Michael Hanselmann
- Added non-interactive mode for ``ganeti-masterd --no-voting`` startup
555 aa287e8c Michael Hanselmann
- Added a new ``--no-voting`` option for masterfailover to fix failover
556 aa287e8c Michael Hanselmann
  on two-nodes clusters when the former master node is unreachable
557 61b5e342 Michael Hanselmann
- Added instance reinstall over RAPI
558 61b5e342 Michael Hanselmann
559 550a995a Iustin Pop
560 0dea942c Iustin Pop
Version 2.0.1
561 61b5e342 Michael Hanselmann
-------------
562 61b5e342 Michael Hanselmann
563 bdc93557 Iustin Pop
*(Released Tue, 16 Jun 2009)*
564 bdc93557 Iustin Pop
565 61b5e342 Michael Hanselmann
- added ``-H``/``-B`` startup parameters to ``gnt-instance``, which will
566 61b5e342 Michael Hanselmann
  allow re-adding the start in single-user option (regression from 1.2)
567 61b5e342 Michael Hanselmann
- the watcher writes the instance status to a file, to allow monitoring
568 61b5e342 Michael Hanselmann
  to report the instance status (from the master) based on cached
569 61b5e342 Michael Hanselmann
  results of the watcher's queries; while this can get stale if the
570 61b5e342 Michael Hanselmann
  watcher is being locked due to other work on the cluster, this is
571 61b5e342 Michael Hanselmann
  still an improvement
572 61b5e342 Michael Hanselmann
- the watcher now also restarts the node daemon and the rapi daemon if
573 61b5e342 Michael Hanselmann
  they died
574 61b5e342 Michael Hanselmann
- fixed the watcher to handle full and drained queue cases
575 7faf5110 Michael Hanselmann
- hooks export more instance data in the environment, which helps if
576 7faf5110 Michael Hanselmann
  hook scripts need to take action based on the instance's properties
577 7faf5110 Michael Hanselmann
  (no longer need to query back into ganeti)
578 61b5e342 Michael Hanselmann
- instance failovers when the instance is stopped do not check for free
579 61b5e342 Michael Hanselmann
  RAM, so that failing over a stopped instance is possible in low memory
580 61b5e342 Michael Hanselmann
  situations
581 61b5e342 Michael Hanselmann
- rapi uses queries for tags instead of jobs (for less job traffic), and
582 61b5e342 Michael Hanselmann
  for cluster tags it won't talk to masterd at all but read them from
583 61b5e342 Michael Hanselmann
  ssconf
584 61b5e342 Michael Hanselmann
- a couple of error handling fixes in RAPI
585 61b5e342 Michael Hanselmann
- drbd handling: improved the error handling of inconsistent disks after
586 61b5e342 Michael Hanselmann
  resync to reduce the frequency of "there are some degraded disks for
587 61b5e342 Michael Hanselmann
  this instance" messages
588 61b5e342 Michael Hanselmann
- fixed a bug in live migration when DRBD doesn't want to reconnect (the
589 61b5e342 Michael Hanselmann
  error handling path called a wrong function name)
590 61b5e342 Michael Hanselmann
591 0dea942c Iustin Pop
592 7a8994d4 Iustin Pop
Version 2.0.0 final
593 61b5e342 Michael Hanselmann
-------------------
594 61b5e342 Michael Hanselmann
595 bdc93557 Iustin Pop
*(Released Wed, 27 May 2009)*
596 bdc93557 Iustin Pop
597 61b5e342 Michael Hanselmann
- no changes from rc5
598 61b5e342 Michael Hanselmann
599 7a8994d4 Iustin Pop
600 b926bd98 Iustin Pop
Version 2.0 release candidate 5
601 61b5e342 Michael Hanselmann
-------------------------------
602 61b5e342 Michael Hanselmann
603 bdc93557 Iustin Pop
*(Released Wed, 20 May 2009)*
604 bdc93557 Iustin Pop
605 61b5e342 Michael Hanselmann
- fix a couple of bugs (validation, argument checks)
606 61b5e342 Michael Hanselmann
- fix ``gnt-cluster getmaster`` on non-master nodes (regression)
607 61b5e342 Michael Hanselmann
- some small improvements to RAPI and IAllocator
608 61b5e342 Michael Hanselmann
- make watcher automatically start the master daemon if down
609 61b5e342 Michael Hanselmann
610 b926bd98 Iustin Pop
611 d1908b41 Iustin Pop
Version 2.0 release candidate 4
612 61b5e342 Michael Hanselmann
-------------------------------
613 61b5e342 Michael Hanselmann
614 bdc93557 Iustin Pop
*(Released Mon, 27 Apr 2009)*
615 bdc93557 Iustin Pop
616 61b5e342 Michael Hanselmann
- change the OS list to not require locks; this helps with big clusters
617 61b5e342 Michael Hanselmann
- fix ``gnt-cluster verify`` and ``gnt-cluster verify-disks`` when the
618 61b5e342 Michael Hanselmann
  volume group is broken
619 61b5e342 Michael Hanselmann
- ``gnt-instance info``, without any arguments, doesn't run for all
620 61b5e342 Michael Hanselmann
  instances anymore; either pass ``--all`` or pass the desired
621 61b5e342 Michael Hanselmann
  instances; this helps against mistakes on big clusters where listing
622 61b5e342 Michael Hanselmann
  the information for all instances takes a long time
623 61b5e342 Michael Hanselmann
- miscellaneous doc and man pages fixes
624 61b5e342 Michael Hanselmann
625 d1908b41 Iustin Pop
626 5bbefdec Iustin Pop
Version 2.0 release candidate 3
627 61b5e342 Michael Hanselmann
-------------------------------
628 61b5e342 Michael Hanselmann
629 bdc93557 Iustin Pop
*(Released Wed, 8 Apr 2009)*
630 bdc93557 Iustin Pop
631 61b5e342 Michael Hanselmann
- Change the internal locking model of some ``gnt-node`` commands, in
632 61b5e342 Michael Hanselmann
  order to reduce contention (and blocking of master daemon) when
633 61b5e342 Michael Hanselmann
  batching many creation/reinstall jobs
634 61b5e342 Michael Hanselmann
- Fixes to Xen soft reboot
635 61b5e342 Michael Hanselmann
- No longer build documentation at build time, instead distribute it in
636 61b5e342 Michael Hanselmann
  the archive, in order to reduce the need for the whole docbook/rst
637 61b5e342 Michael Hanselmann
  toolchains
638 61b5e342 Michael Hanselmann
639 5bbefdec Iustin Pop
640 f06d91f2 Iustin Pop
Version 2.0 release candidate 2
641 61b5e342 Michael Hanselmann
-------------------------------
642 61b5e342 Michael Hanselmann
643 bdc93557 Iustin Pop
*(Released Fri, 27 Mar 2009)*
644 bdc93557 Iustin Pop
645 61b5e342 Michael Hanselmann
- Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to 2.0
646 61b5e342 Michael Hanselmann
- Fix watcher startup sequence, improves the behaviour of busy clusters
647 61b5e342 Michael Hanselmann
- Some other fixes in ``gnt-cluster verify``, ``gnt-instance
648 61b5e342 Michael Hanselmann
  replace-disks``, ``gnt-instance add``, ``gnt-cluster queue``, KVM VNC
649 61b5e342 Michael Hanselmann
  bind address and other places
650 61b5e342 Michael Hanselmann
- Some documentation fixes and updates
651 61b5e342 Michael Hanselmann
652 f06d91f2 Iustin Pop
653 a2370b24 Iustin Pop
Version 2.0 release candidate 1
654 61b5e342 Michael Hanselmann
-------------------------------
655 61b5e342 Michael Hanselmann
656 bdc93557 Iustin Pop
*(Released Mon, 2 Mar 2009)*
657 bdc93557 Iustin Pop
658 61b5e342 Michael Hanselmann
- More documentation updates, now all docs should be more-or-less
659 61b5e342 Michael Hanselmann
  up-to-date
660 61b5e342 Michael Hanselmann
- A couple of small fixes (mixed hypervisor clusters, offline nodes,
661 61b5e342 Michael Hanselmann
  etc.)
662 61b5e342 Michael Hanselmann
- Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen PVM
663 61b5e342 Michael Hanselmann
  and KVM)
664 61b5e342 Michael Hanselmann
- Fix an issue related to $libdir/run/ganeti and cluster creation
665 61b5e342 Michael Hanselmann
666 a2370b24 Iustin Pop
667 2fb85b64 Iustin Pop
Version 2.0 beta 2
668 61b5e342 Michael Hanselmann
------------------
669 61b5e342 Michael Hanselmann
670 bdc93557 Iustin Pop
*(Released Thu, 19 Feb 2009)*
671 bdc93557 Iustin Pop
672 61b5e342 Michael Hanselmann
- Xen PVM and KVM have switched the default value for the instance root
673 61b5e342 Michael Hanselmann
  disk to the first partition on the first drive, instead of the whole
674 61b5e342 Michael Hanselmann
  drive; this means that the OS installation scripts must be changed
675 61b5e342 Michael Hanselmann
  accordingly
676 61b5e342 Michael Hanselmann
- Man pages have been updated
677 61b5e342 Michael Hanselmann
- RAPI has been switched by default to HTTPS, and the exported functions
678 61b5e342 Michael Hanselmann
  should all work correctly
679 61b5e342 Michael Hanselmann
- RAPI v1 has been removed
680 61b5e342 Michael Hanselmann
- Many improvements to the KVM hypervisor
681 61b5e342 Michael Hanselmann
- Block device errors are now better reported
682 61b5e342 Michael Hanselmann
- Many other bugfixes and small improvements
683 61b5e342 Michael Hanselmann
684 2fb85b64 Iustin Pop
685 10f31783 Iustin Pop
Version 2.0 beta 1
686 61b5e342 Michael Hanselmann
------------------
687 61b5e342 Michael Hanselmann
688 bdc93557 Iustin Pop
*(Released Mon, 26 Jan 2009)*
689 bdc93557 Iustin Pop
690 61b5e342 Michael Hanselmann
- Version 2 is a general rewrite of the code and therefore the
691 61b5e342 Michael Hanselmann
  differences are too many to list, see the design document for 2.0 in
692 61b5e342 Michael Hanselmann
  the ``doc/`` subdirectory for more details
693 61b5e342 Michael Hanselmann
- In this beta version there is not yet a migration path from 1.2 (there
694 61b5e342 Michael Hanselmann
  will be one in the final 2.0 release)
695 61b5e342 Michael Hanselmann
- A few significant changes are:
696 61b5e342 Michael Hanselmann
697 61b5e342 Michael Hanselmann
  - all commands are executed by a daemon (``ganeti-masterd``) and the
698 61b5e342 Michael Hanselmann
    various ``gnt-*`` commands are just front-ends to it
699 7faf5110 Michael Hanselmann
  - all the commands are entered into, and executed from a job queue,
700 7faf5110 Michael Hanselmann
    see the ``gnt-job(8)`` manpage
701 7faf5110 Michael Hanselmann
  - the RAPI daemon supports read-write operations, secured by basic
702 7faf5110 Michael Hanselmann
    HTTP authentication on top of HTTPS
703 61b5e342 Michael Hanselmann
  - DRBD version 0.7 support has been removed, DRBD 8 is the only
704 61b5e342 Michael Hanselmann
    supported version (when migrating from Ganeti 1.2 to 2.0, you need
705 61b5e342 Michael Hanselmann
    to migrate to DRBD 8 first while still running Ganeti 1.2)
706 61b5e342 Michael Hanselmann
  - DRBD devices are using statically allocated minor numbers, which
707 61b5e342 Michael Hanselmann
    will be assigned to existing instances during the migration process
708 61b5e342 Michael Hanselmann
  - there is support for both Xen PVM and Xen HVM instances running on
709 61b5e342 Michael Hanselmann
    the same cluster
710 61b5e342 Michael Hanselmann
  - KVM virtualization is supported too
711 61b5e342 Michael Hanselmann
  - file-based storage has been implemented, which means that it is
712 61b5e342 Michael Hanselmann
    possible to run the cluster without LVM and DRBD storage, for
713 61b5e342 Michael Hanselmann
    example using a shared filesystem exported from shared storage (and
714 61b5e342 Michael Hanselmann
    still have live migration)
715 61b5e342 Michael Hanselmann
716 10f31783 Iustin Pop
717 10f31783 Iustin Pop
Version 1.2.7
718 61b5e342 Michael Hanselmann
-------------
719 61b5e342 Michael Hanselmann
720 bdc93557 Iustin Pop
*(Released Tue, 13 Jan 2009)*
721 bdc93557 Iustin Pop
722 61b5e342 Michael Hanselmann
- Change the default reboot type in ``gnt-instance reboot`` to "hard"
723 61b5e342 Michael Hanselmann
- Reuse the old instance mac address by default on instance import, if
724 61b5e342 Michael Hanselmann
  the instance name is the same.
725 7faf5110 Michael Hanselmann
- Handle situations in which the node info rpc returns incomplete
726 7faf5110 Michael Hanselmann
  results (issue 46)
727 61b5e342 Michael Hanselmann
- Add checks for tcp/udp ports collisions in ``gnt-cluster verify``
728 61b5e342 Michael Hanselmann
- Improved version of batcher:
729 61b5e342 Michael Hanselmann
730 61b5e342 Michael Hanselmann
  - state file support
731 61b5e342 Michael Hanselmann
  - instance mac address support
732 61b5e342 Michael Hanselmann
  - support for HVM clusters/instances
733 61b5e342 Michael Hanselmann
734 61b5e342 Michael Hanselmann
- Add an option to show the number of cpu sockets and nodes in
735 61b5e342 Michael Hanselmann
  ``gnt-node list``
736 61b5e342 Michael Hanselmann
- Support OSes that handle more than one version of the OS api (but do
737 61b5e342 Michael Hanselmann
  not change the current API in any other way)
738 61b5e342 Michael Hanselmann
- Fix ``gnt-node migrate``
739 61b5e342 Michael Hanselmann
- ``gnt-debug`` man page
740 61b5e342 Michael Hanselmann
- Fixes various more typos and small issues
741 61b5e342 Michael Hanselmann
- Increase disk resync maximum speed to 60MB/s (from 30MB/s)
742 61b5e342 Michael Hanselmann
743 10f31783 Iustin Pop
744 10f31783 Iustin Pop
Version 1.2.6
745 61b5e342 Michael Hanselmann
-------------
746 61b5e342 Michael Hanselmann
747 bdc93557 Iustin Pop
*(Released Wed, 24 Sep 2008)*
748 bdc93557 Iustin Pop
749 61b5e342 Michael Hanselmann
- new ``--hvm-nic-type`` and ``--hvm-disk-type`` flags to control the
750 61b5e342 Michael Hanselmann
  type of disk exported to fully virtualized instances.
751 61b5e342 Michael Hanselmann
- provide access to the serial console of HVM instances
752 7faf5110 Michael Hanselmann
- instance auto_balance flag, set by default. If turned off it will
753 7faf5110 Michael Hanselmann
  avoid warnings on cluster verify if there is not enough memory to fail
754 7faf5110 Michael Hanselmann
  over an instance. in the future it will prevent automatically failing
755 7faf5110 Michael Hanselmann
  it over when we will support that.
756 61b5e342 Michael Hanselmann
- batcher tool for instance creation, see ``tools/README.batcher``
757 61b5e342 Michael Hanselmann
- ``gnt-instance reinstall --select-os`` to interactively select a new
758 61b5e342 Michael Hanselmann
  operating system when reinstalling an instance.
759 61b5e342 Michael Hanselmann
- when changing the memory amount on instance modify a check has been
760 61b5e342 Michael Hanselmann
  added that the instance will be able to start. also warnings are
761 61b5e342 Michael Hanselmann
  emitted if the instance will not be able to fail over, if auto_balance
762 61b5e342 Michael Hanselmann
  is true.
763 61b5e342 Michael Hanselmann
- documentation fixes
764 61b5e342 Michael Hanselmann
- sync fields between ``gnt-instance list/modify/add/import``
765 61b5e342 Michael Hanselmann
- fix a race condition in drbd when the sync speed was set after giving
766 61b5e342 Michael Hanselmann
  the device a remote peer.
767 61b5e342 Michael Hanselmann
768 10f31783 Iustin Pop
769 10f31783 Iustin Pop
Version 1.2.5
770 61b5e342 Michael Hanselmann
-------------
771 61b5e342 Michael Hanselmann
772 bdc93557 Iustin Pop
*(Released Tue, 22 Jul 2008)*
773 bdc93557 Iustin Pop
774 61b5e342 Michael Hanselmann
- note: the allowed size and number of tags per object were reduced
775 61b5e342 Michael Hanselmann
- fix a bug in ``gnt-cluster verify`` with inconsistent volume groups
776 61b5e342 Michael Hanselmann
- fixed twisted 8.x compatibility
777 61b5e342 Michael Hanselmann
- fixed ``gnt-instance replace-disks`` with iallocator
778 61b5e342 Michael Hanselmann
- add TCP keepalives on twisted connections to detect restarted nodes
779 61b5e342 Michael Hanselmann
- disk increase support, see ``gnt-instance grow-disk``
780 61b5e342 Michael Hanselmann
- implement bulk node/instance query for RAPI
781 61b5e342 Michael Hanselmann
- add tags in node/instance listing (optional)
782 61b5e342 Michael Hanselmann
- experimental migration (and live migration) support, read the man page
783 61b5e342 Michael Hanselmann
  for ``gnt-instance migrate``
784 61b5e342 Michael Hanselmann
- the ``ganeti-watcher`` logs are now timestamped, and the watcher also
785 61b5e342 Michael Hanselmann
  has some small improvements in handling its state file
786 61b5e342 Michael Hanselmann
787 10f31783 Iustin Pop
788 10f31783 Iustin Pop
Version 1.2.4
789 61b5e342 Michael Hanselmann
-------------
790 61b5e342 Michael Hanselmann
791 bdc93557 Iustin Pop
*(Released Fri, 13 Jun 2008)*
792 bdc93557 Iustin Pop
793 61b5e342 Michael Hanselmann
- Experimental readonly, REST-based remote API implementation;
794 61b5e342 Michael Hanselmann
  automatically started on master node, TCP port 5080, if enabled by
795 61b5e342 Michael Hanselmann
  ``--enable-rapi`` parameter to configure script.
796 61b5e342 Michael Hanselmann
- Instance allocator support. Add and import instance accept a
797 61b5e342 Michael Hanselmann
  ``--iallocator`` parameter, and call that instance allocator to decide
798 61b5e342 Michael Hanselmann
  which node to use for the instance. The iallocator document describes
799 61b5e342 Michael Hanselmann
  what's expected from an allocator script.
800 61b5e342 Michael Hanselmann
- ``gnt-cluster verify`` N+1 memory redundancy checks: Unless passed the
801 61b5e342 Michael Hanselmann
  ``--no-nplus1-mem`` option ``gnt-cluster verify`` now checks that if a
802 61b5e342 Michael Hanselmann
  node is lost there is still enough memory to fail over the instances
803 61b5e342 Michael Hanselmann
  that reside on it.
804 61b5e342 Michael Hanselmann
- ``gnt-cluster verify`` hooks: it is now possible to add post-hooks to
805 61b5e342 Michael Hanselmann
  ``gnt-cluster verify``, to check for site-specific compliance. All the
806 61b5e342 Michael Hanselmann
  hooks will run, and their output, if any, will be displayed. Any
807 61b5e342 Michael Hanselmann
  failing hook will make the verification return an error value.
808 61b5e342 Michael Hanselmann
- ``gnt-cluster verify`` now checks that its peers are reachable on the
809 61b5e342 Michael Hanselmann
  primary and secondary interfaces
810 61b5e342 Michael Hanselmann
- ``gnt-node add`` now supports the ``--readd`` option, to readd a node
811 61b5e342 Michael Hanselmann
  that is still declared as part of the cluster and has failed.
812 61b5e342 Michael Hanselmann
- ``gnt-* list`` commands now accept a new ``-o +field`` way of
813 61b5e342 Michael Hanselmann
  specifying output fields, that just adds the chosen fields to the
814 61b5e342 Michael Hanselmann
  default ones.
815 61b5e342 Michael Hanselmann
- ``gnt-backup`` now has a new ``remove`` command to delete an existing
816 61b5e342 Michael Hanselmann
  export from the filesystem.
817 61b5e342 Michael Hanselmann
- New per-instance parameters hvm_acpi, hvm_pae and hvm_cdrom_image_path
818 61b5e342 Michael Hanselmann
  have been added. Using them you can enable/disable acpi and pae
819 61b5e342 Michael Hanselmann
  support, and specify a path for a cd image to be exported to the
820 61b5e342 Michael Hanselmann
  instance. These parameters as the name suggest only work on HVM
821 61b5e342 Michael Hanselmann
  clusters.
822 61b5e342 Michael Hanselmann
- When upgrading an HVM cluster to Ganeti 1.2.4, the values for ACPI and
823 61b5e342 Michael Hanselmann
  PAE support will be set to the previously hardcoded values, but the
824 61b5e342 Michael Hanselmann
  (previously hardcoded) path to the CDROM ISO image will be unset and
825 61b5e342 Michael Hanselmann
  if required, needs to be set manually with ``gnt-instance modify``
826 61b5e342 Michael Hanselmann
  after the upgrade.
827 61b5e342 Michael Hanselmann
- The address to which an instance's VNC console is bound is now
828 61b5e342 Michael Hanselmann
  selectable per-instance, rather than being cluster wide. Of course
829 61b5e342 Michael Hanselmann
  this only applies to instances controlled via VNC, so currently just
830 61b5e342 Michael Hanselmann
  applies to HVM clusters.
831 61b5e342 Michael Hanselmann
832 10f31783 Iustin Pop
833 bae27f68 Iustin Pop
Version 1.2.3
834 61b5e342 Michael Hanselmann
-------------
835 61b5e342 Michael Hanselmann
836 bdc93557 Iustin Pop
*(Released Mon, 18 Feb 2008)*
837 bdc93557 Iustin Pop
838 61b5e342 Michael Hanselmann
- more tweaks to the disk activation code (especially helpful for DRBD)
839 61b5e342 Michael Hanselmann
- change the default ``gnt-instance list`` output format, now there is
840 61b5e342 Michael Hanselmann
  one combined status field (see the manpage for the exact values this
841 61b5e342 Michael Hanselmann
  field will have)
842 61b5e342 Michael Hanselmann
- some more fixes for the mac export to hooks change
843 61b5e342 Michael Hanselmann
- make Ganeti not break with DRBD 8.2.x (which changed the version
844 61b5e342 Michael Hanselmann
  format in ``/proc/drbd``) (issue 24)
845 61b5e342 Michael Hanselmann
- add an upgrade tool from "remote_raid1" disk template to "drbd" disk
846 61b5e342 Michael Hanselmann
  template, allowing migration from DRBD0.7+MD to DRBD8
847 61b5e342 Michael Hanselmann
848 bae27f68 Iustin Pop
849 e709baee Iustin Pop
Version 1.2.2
850 61b5e342 Michael Hanselmann
-------------
851 61b5e342 Michael Hanselmann
852 bdc93557 Iustin Pop
*(Released Wed, 30 Jan 2008)*
853 bdc93557 Iustin Pop
854 61b5e342 Michael Hanselmann
- fix ``gnt-instance modify`` breakage introduced in 1.2.1 with the HVM
855 61b5e342 Michael Hanselmann
  support (issue 23)
856 61b5e342 Michael Hanselmann
- add command aliases infrastructure and a few aliases
857 61b5e342 Michael Hanselmann
- allow listing of VCPUs in the ``gnt-instance list`` and improve the
858 61b5e342 Michael Hanselmann
  man pages and the ``--help`` option of ``gnt-node
859 61b5e342 Michael Hanselmann
  list``/``gnt-instance list``
860 61b5e342 Michael Hanselmann
- fix ``gnt-backup list`` with down nodes (issue 21)
861 61b5e342 Michael Hanselmann
- change the tools location (move from $pkgdatadir to $pkglibdir/tools)
862 61b5e342 Michael Hanselmann
- fix the dist archive and add a check for including svn/git files in
863 61b5e342 Michael Hanselmann
  the future
864 61b5e342 Michael Hanselmann
- some developer-related changes: improve the burnin and the QA suite,
865 61b5e342 Michael Hanselmann
  add an upload script for testing during development
866 61b5e342 Michael Hanselmann
867 e709baee Iustin Pop
868 31b9055c Iustin Pop
Version 1.2.1
869 61b5e342 Michael Hanselmann
-------------
870 61b5e342 Michael Hanselmann
871 bdc93557 Iustin Pop
*(Released Wed, 16 Jan 2008)*
872 bdc93557 Iustin Pop
873 61b5e342 Michael Hanselmann
- experimental HVM support, read the install document, section
874 61b5e342 Michael Hanselmann
  "Initializing the cluster"
875 61b5e342 Michael Hanselmann
- allow for the PVM hypervisor per-instance kernel and initrd paths
876 61b5e342 Michael Hanselmann
- add a new command ``gnt-cluster verify-disks`` which uses a new
877 61b5e342 Michael Hanselmann
  algorithm to improve the reconnection of the DRBD pairs if the device
878 61b5e342 Michael Hanselmann
  on the secondary node has gone away
879 61b5e342 Michael Hanselmann
- make logical volume code auto-activate LVs at disk activation time
880 61b5e342 Michael Hanselmann
- slightly improve the speed of activating disks
881 61b5e342 Michael Hanselmann
- allow specification of the MAC address at instance creation time, and
882 61b5e342 Michael Hanselmann
  changing it later via ``gnt-instance modify``
883 61b5e342 Michael Hanselmann
- fix handling of external commands that generate lots of output on
884 61b5e342 Michael Hanselmann
  stderr
885 61b5e342 Michael Hanselmann
- update documentation with regard to minimum version of DRBD8 supported
886 61b5e342 Michael Hanselmann
887 31b9055c Iustin Pop
888 ce628bb4 Iustin Pop
Version 1.2.0
889 61b5e342 Michael Hanselmann
-------------
890 61b5e342 Michael Hanselmann
891 bdc93557 Iustin Pop
*(Released Tue, 4 Dec 2007)*
892 bdc93557 Iustin Pop
893 7faf5110 Michael Hanselmann
- Log the ``xm create`` output to the node daemon log on failure (to
894 7faf5110 Michael Hanselmann
  help diagnosing the error)
895 61b5e342 Michael Hanselmann
- In debug mode, log all external commands output if failed to the logs
896 61b5e342 Michael Hanselmann
- Change parsing of lvm commands to ignore stderr
897 61b5e342 Michael Hanselmann
898 ce628bb4 Iustin Pop
899 3d492b09 Iustin Pop
Version 1.2b3
900 61b5e342 Michael Hanselmann
-------------
901 61b5e342 Michael Hanselmann
902 bdc93557 Iustin Pop
*(Released Wed, 28 Nov 2007)*
903 bdc93557 Iustin Pop
904 61b5e342 Michael Hanselmann
- Another round of updates to the DRBD 8 code to deal with more failures
905 61b5e342 Michael Hanselmann
  in the replace secondary node operation
906 61b5e342 Michael Hanselmann
- Some more logging of failures in disk operations (lvm, drbd)
907 61b5e342 Michael Hanselmann
- A few documentation updates
908 61b5e342 Michael Hanselmann
- QA updates
909 61b5e342 Michael Hanselmann
910 3d492b09 Iustin Pop
911 6c4811dc Iustin Pop
Version 1.2b2
912 61b5e342 Michael Hanselmann
-------------
913 61b5e342 Michael Hanselmann
914 bdc93557 Iustin Pop
*(Released Tue, 13 Nov 2007)*
915 bdc93557 Iustin Pop
916 61b5e342 Michael Hanselmann
- Change configuration file format from Python's Pickle to JSON.
917 61b5e342 Michael Hanselmann
  Upgrading is possible using the cfgupgrade utility.
918 61b5e342 Michael Hanselmann
- Add support for DRBD 8.0 (new disk template ``drbd``) which allows for
919 61b5e342 Michael Hanselmann
  faster replace disks and is more stable (DRBD 8 has many improvements
920 61b5e342 Michael Hanselmann
  compared to DRBD 0.7)
921 61b5e342 Michael Hanselmann
- Added command line tags support (see man pages for ``gnt-instance``,
922 61b5e342 Michael Hanselmann
  ``gnt-node``, ``gnt-cluster``)
923 61b5e342 Michael Hanselmann
- Added instance rename support
924 61b5e342 Michael Hanselmann
- Added multi-instance startup/shutdown
925 61b5e342 Michael Hanselmann
- Added cluster rename support
926 61b5e342 Michael Hanselmann
- Added ``gnt-node evacuate`` to simplify some node operations
927 61b5e342 Michael Hanselmann
- Added instance reboot operation that can speedup reboot as compared to
928 61b5e342 Michael Hanselmann
  stop and start
929 61b5e342 Michael Hanselmann
- Soften the requirement that hostnames are in FQDN format
930 61b5e342 Michael Hanselmann
- The ``ganeti-watcher`` now activates drbd pairs after secondary node
931 61b5e342 Michael Hanselmann
  reboots
932 61b5e342 Michael Hanselmann
- Removed dependency on debian's patched fping that uses the
933 61b5e342 Michael Hanselmann
  non-standard ``-S`` option
934 7faf5110 Michael Hanselmann
- Now the OS definitions are searched for in multiple, configurable
935 7faf5110 Michael Hanselmann
  paths (easier for distros to package)
936 61b5e342 Michael Hanselmann
- Some changes to the hooks infrastructure (especially the new
937 61b5e342 Michael Hanselmann
  post-configuration update hook)
938 61b5e342 Michael Hanselmann
- Other small bugfixes
939 558fd122 Michael Hanselmann
940 558fd122 Michael Hanselmann
.. vim: set textwidth=72 :
941 9b94905f Iustin Pop
.. Local Variables:
942 9b94905f Iustin Pop
.. mode: rst
943 9b94905f Iustin Pop
.. fill-column: 72
944 9b94905f Iustin Pop
.. End: