Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 515d87eb

History | View | Annotate | Download (46.9 kB)

1
News
2
====
3

    
4
Version 2.3 rc0
5
---------------
6

    
7
*(unreleased)*
8

    
9
- Fixed clearing of the default iallocator using ``gnt-cluster modify``
10
- Fixed master failover race with watcher
11
- Fixed a bug in ``gnt-node modify`` which could lead to an inconsistent
12
  configuration
13
- Accept previously stopped instance for export with instance removal
14
- Simplify and extend the environment variables for instance OS scripts
15
- Added new node flags, ``master_capable`` and ``vm_capable``
16
- Added optional instance disk wiping prior during allocation. This is a
17
  cluster-wide option and can be set/modified using
18
  ``gnt-cluster {init,modify} --prealloc-wipe-disks``.
19
- Added IPv6 support, see :doc:`design document <design-2.3>` and
20
  :doc:`install-quick`
21
- Added a new watcher option (``--ignore-pause``)
22
- Added option to ignore offline node on instance start/stop
23
  (``--ignore-offline``)
24
- Allow overriding OS parameters with ``gnt-instance reinstall``
25
- Implemented privilege separation for all daemons except
26
  ``ganeti-noded``, see ``configure`` options
27
- Complain if an instance's disk is marked faulty in ``gnt-cluster
28
  verify``
29
- Implemented job priorities (see ``ganeti(7)`` manpage)
30
- Ignore failures while shutting down instances during failover from
31
  offline node
32
- Exit daemon's bootstrap process only once daemon is ready
33
- Export more information via ``LUQueryInstances``/remote API
34
- Improved documentation, QA and unittests
35
- RAPI daemon now watches ``rapi_users`` all the time and doesn't need a
36
  restart if the file was created or changed
37
- Added LUXI protocol version sent with each request and response,
38
  allowing detection of server/client mismatches
39
- Moved the Python scripts among gnt-* and ganeti-* modules
40
- Moved all code related to setting up SSH to an external script,
41
  ``setup-ssh``
42
- Infrastructure changes for node group support in future versions
43

    
44

    
45
Version 2.2.1
46
-------------
47

    
48
*(Released Tue, 19 Oct 2010)*
49

    
50
- Disable SSL session ID cache in RPC client
51

    
52

    
53
Version 2.2.1 rc1
54
-----------------
55

    
56
*(Released Thu, 14 Oct 2010)*
57

    
58
- Fix interaction between Curl/GnuTLS and the Python's HTTP server
59
  (thanks Apollon Oikonomopoulos!), finally allowing the use of Curl
60
  with GnuTLS
61
- Fix problems with interaction between Curl and Python's HTTP server,
62
  resulting in increased speed in many RPC calls
63
- Improve our release script to prevent breakage with older aclocal and
64
  Python 2.6
65

    
66

    
67
Version 2.2.1 rc0
68
-----------------
69

    
70
*(Released Thu, 7 Oct 2010)*
71

    
72
- Fixed issue 125, replace hardcoded “xenvg” in ``gnt-cluster`` with
73
  value retrieved from master
74
- Added support for blacklisted or hidden OS definitions
75
- Added simple lock monitor (accessible via (``gnt-debug locks``)
76
- Added support for -mem-path in KVM hypervisor abstraction layer
77
- Allow overriding instance parameters in tool for inter-cluster
78
  instance moves (``tools/move-instance``)
79
- Improved opcode summaries (e.g. in ``gnt-job list``)
80
- Improve consistency of OS listing by sorting it
81
- Documentation updates
82

    
83

    
84
Version 2.2.0.1
85
---------------
86

    
87
*(Released Fri, 8 Oct 2010)*
88

    
89
- Rebuild with a newer autotools version, to fix python 2.6 compatibility
90

    
91

    
92
Version 2.2.0
93
-------------
94

    
95
*(Released Mon, 4 Oct 2010)*
96

    
97
- Fixed regression in ``gnt-instance rename``
98

    
99

    
100
Version 2.2.0 rc2
101
-----------------
102

    
103
*(Released Wed, 22 Sep 2010)*
104

    
105
- Fixed OS_VARIANT variable for OS scripts
106
- Fixed cluster tag operations via RAPI
107
- Made ``setup-ssh`` exit with non-zero code if an error occurred
108
- Disabled RAPI CA checks in watcher
109

    
110

    
111
Version 2.2.0 rc1
112
-----------------
113

    
114
*(Released Mon, 23 Aug 2010)*
115

    
116
- Support DRBD versions of the format "a.b.c.d"
117
- Updated manpages
118
- Re-introduce support for usage from multiple threads in RAPI client
119
- Instance renames and modify via RAPI
120
- Work around race condition between processing and archival in job
121
  queue
122
- Mark opcodes following failed one as failed, too
123
- Job field ``lock_status`` was removed due to difficulties making it
124
  work with the changed job queue in Ganeti 2.2; a better way to monitor
125
  locks is expected for a later 2.2.x release
126
- Fixed dry-run behaviour with many commands
127
- Support ``ssh-agent`` again when adding nodes
128
- Many additional bugfixes
129

    
130

    
131
Version 2.2.0 rc0
132
-----------------
133

    
134
*(Released Fri, 30 Jul 2010)*
135

    
136
Important change: the internal RPC mechanism between Ganeti nodes has
137
changed from using a home-grown http library (based on the Python base
138
libraries) to use the PycURL library. This requires that PycURL is
139
installed on nodes. Please note that on Debian/Ubuntu, PycURL is linked
140
against GnuTLS by default. cURL's support for GnuTLS had known issues
141
before cURL 7.21.0 and we recommend using the latest cURL release or
142
linking against OpenSSL. Most other distributions already link PycURL
143
and cURL against OpenSSL. The command::
144

    
145
  python -c 'import pycurl; print pycurl.version'
146

    
147
can be used to determine the libraries PycURL and cURL are linked
148
against.
149

    
150
Other significant changes:
151

    
152
- Rewrote much of the internals of the job queue, in order to achieve
153
  better parallelism; this decouples job query operations from the job
154
  processing, and it should allow much nicer behaviour of the master
155
  daemon under load, and it also has uncovered some long-standing bugs
156
  related to the job serialisation (now fixed)
157
- Added a default iallocator setting to the cluster parameters,
158
  eliminating the need to always pass nodes or an iallocator for
159
  operations that require selection of new node(s)
160
- Added experimental support for the LXC virtualization method
161
- Added support for OS parameters, which allows the installation of
162
  instances to pass parameter to OS scripts in order to customise the
163
  instance
164
- Added a hypervisor parameter controlling the migration type (live or
165
  non-live), since hypervisors have various levels of reliability; this
166
  has renamed the 'live' parameter to 'mode'
167
- Added a cluster parameter ``reserved_lvs`` that denotes reserved
168
  logical volumes, meaning that cluster verify will ignore them and not
169
  flag their presence as errors
170
- The watcher will now reset the error count for failed instances after
171
  8 hours, thus allowing self-healing if the problem that caused the
172
  instances to be down/fail to start has cleared in the meantime
173
- Added a cluster parameter ``drbd_usermode_helper`` that makes Ganeti
174
  check for, and warn, if the drbd module parameter ``usermode_helper``
175
  is not consistent with the cluster-wide setting; this is needed to
176
  make diagnose easier of failed drbd creations
177
- Started adding base IPv6 support, but this is not yet
178
  enabled/available for use
179
- Rename operations (cluster, instance) will now return the new name,
180
  which is especially useful if a short name was passed in
181
- Added support for instance migration in RAPI
182
- Added a tool to pre-configure nodes for the SSH setup, before joining
183
  them to the cluster; this will allow in the future a simplified model
184
  for node joining (but not yet fully enabled in 2.2); this needs the
185
  paramiko python library
186
- Fixed handling of name-resolving errors
187
- Fixed consistency of job results on the error path
188
- Fixed master-failover race condition when executed multiple times in
189
  sequence
190
- Fixed many bugs related to the job queue (mostly introduced during the
191
  2.2 development cycle, so not all are impacting 2.1)
192
- Fixed instance migration with missing disk symlinks
193
- Fixed handling of unknown jobs in ``gnt-job archive``
194
- And many other small fixes/improvements
195

    
196
Internal changes:
197

    
198
- Enhanced both the unittest and the QA coverage
199
- Switched the opcode validation to a generic model, and extended the
200
  validation to all opcode parameters
201
- Changed more parts of the code that write shell scripts to use the
202
  same class for this
203
- Switched the master daemon to use the asyncore library for the Luxi
204
  server endpoint
205

    
206

    
207
Version 2.2.0 beta 0
208
--------------------
209

    
210
*(Released Thu, 17 Jun 2010)*
211

    
212
- Added tool (``move-instance``) and infrastructure to move instances
213
  between separate clusters (see :doc:`separate documentation
214
  <move-instance>` and :doc:`design document <design-2.2>`)
215
- Added per-request RPC timeout
216
- RAPI now requires a Content-Type header for requests with a body (e.g.
217
  ``PUT`` or ``POST``) which must be set to ``application/json`` (see
218
  :rfc:`2616` (HTTP/1.1), section 7.2.1)
219
- ``ganeti-watcher`` attempts to restart ``ganeti-rapi`` if RAPI is not
220
  reachable
221
- Implemented initial support for running Ganeti daemons as separate
222
  users, see configure-time flags ``--with-user-prefix`` and
223
  ``--with-group-prefix`` (only ``ganeti-rapi`` is supported at this
224
  time)
225
- Instances can be removed after export (``gnt-backup export
226
  --remove-instance``)
227
- Self-signed certificates generated by Ganeti now use a 2048 bit RSA
228
  key (instead of 1024 bit)
229
- Added new cluster configuration file for cluster domain secret
230
- Import/export now use SSL instead of SSH
231
- Added support for showing estimated time when exporting an instance,
232
  see the ``ganeti-os-interface(7)`` manpage and look for
233
  ``EXP_SIZE_FD``
234

    
235
Version 2.1.7
236
-------------
237

    
238
*(Released Tue, 24 Aug 2010)*
239

    
240
Bugfixes only:
241
  - Don't ignore secondary node silently on non-mirrored disk templates
242
    (issue 113)
243
  - Fix --master-netdev arg name in gnt-cluster(8) (issue 114)
244
  - Fix usb_mouse parameter breaking with vnc_console (issue 109)
245
  - Properly document the usb_mouse parameter
246
  - Fix path in ganeti-rapi(8) (issue 116)
247
  - Adjust error message when the ganeti user's .ssh directory is
248
    missing
249
  - Add same-node-check when changing the disk template to drbd
250

    
251

    
252
Version 2.1.6
253
-------------
254

    
255
*(Released Fri, 16 Jul 2010)*
256

    
257
Bugfixes only:
258
  - Add an option to only select some reboot types during qa/burnin.
259
    (on some hypervisors consequent reboots are not supported)
260
  - Fix infrequent race condition in master failover. Sometimes the old
261
    master ip address would be still detected as up for a short time
262
    after it was removed, causing failover to fail.
263
  - Decrease mlockall warnings when the ctypes module is missing. On
264
    Python 2.4 we support running even if no ctypes module is installed,
265
    but we were too verbose about this issue.
266
  - Fix building on old distributions, on which man doesn't have a
267
    --warnings option.
268
  - Fix RAPI not to ignore the MAC address on instance creation
269
  - Implement the old instance creation format in the RAPI client.
270

    
271

    
272
Version 2.1.5
273
-------------
274

    
275
*(Released Thu, 01 Jul 2010)*
276

    
277
A small bugfix release:
278
  - Fix disk adoption: broken by strict --disk option checking in 2.1.4
279
  - Fix batch-create: broken in the whole 2.1 series due to a lookup on
280
    a non-existing option
281
  - Fix instance create: the --force-variant option was ignored
282
  - Improve pylint 0.21 compatibility and warnings with Python 2.6
283
  - Fix modify node storage with non-FQDN arguments
284
  - Fix RAPI client to authenticate under Python 2.6 when used
285
    for more than 5 requests needing authentication
286
  - Fix gnt-instance modify -t (storage) giving a wrong error message
287
    when converting a non-shutdown drbd instance to plain
288

    
289

    
290
Version 2.1.4
291
-------------
292

    
293
*(Released Fri, 18 Jun 2010)*
294

    
295
A small bugfix release:
296

    
297
  - Fix live migration of KVM instances started with older Ganeti
298
    versions which had fewer hypervisor parameters
299
  - Fix gnt-instance grow-disk on down instances
300
  - Fix an error-reporting bug during instance migration
301
  - Better checking of the ``--net`` and ``--disk`` values, to avoid
302
    silently ignoring broken ones
303
  - Fix an RPC error reporting bug affecting, for example, RAPI client
304
    users
305
  - Fix bug triggered by different API version os-es on different nodes
306
  - Fix a bug in instance startup with custom hvparams: OS level
307
    parameters would fail to be applied.
308
  - Fix the RAPI client under Python 2.6 (but more work is needed to
309
    make it work completely well with OpenSSL)
310
  - Fix handling of errors when resolving names from DNS
311

    
312

    
313
Version 2.1.3
314
-------------
315

    
316
*(Released Thu, 3 Jun 2010)*
317

    
318
A medium sized development cycle. Some new features, and some
319
fixes/small improvements/cleanups.
320

    
321
Significant features
322
~~~~~~~~~~~~~~~~~~~~
323

    
324
The node deamon now tries to mlock itself into memory, unless the
325
``--no-mlock`` flag is passed. It also doesn't fail if it can't write
326
its logs, and falls back to console logging. This allows emergency
327
features such as ``gnt-node powercycle`` to work even in the event of a
328
broken node disk (tested offlining the disk hosting the node's
329
filesystem and dropping its memory caches; don't try this at home)
330

    
331
KVM: add vhost-net acceleration support. It can be tested with a new
332
enough version of the kernel and of qemu-kvm.
333

    
334
KVM: Add instance chrooting feature. If you use privilege dropping for
335
your VMs you can also now force them to chroot to an empty directory,
336
before starting the emulated guest.
337

    
338
KVM: Add maximum migration bandwith and maximum downtime tweaking
339
support (requires a new-enough version of qemu-kvm).
340

    
341
Cluster verify will now warn if the master node doesn't have the master
342
ip configured on it.
343

    
344
Add a new (incompatible) instance creation request format to RAPI which
345
supports all parameters (previously only a subset was supported, and it
346
wasn't possible to extend the old format to accomodate all the new
347
features. The old format is still supported, and a client can check for
348
this feature, before using it, by checking for its presence in the
349
``features`` RAPI resource.
350

    
351
Now with ancient latin support. Try it passing the ``--roman`` option to
352
``gnt-instance info``, ``gnt-cluster info`` or ``gnt-node list``
353
(requires the python-roman module to be installed, in order to work).
354

    
355
Other changes
356
~~~~~~~~~~~~~
357

    
358
As usual many internal code refactorings, documentation updates, and
359
such. Among others:
360

    
361
  - Lots of improvements and cleanups to the experimental Remote API
362
    (RAPI) client library.
363
  - A new unit test suite for the core daemon libraries.
364
  - A fix to creating missing directories makes sure the umask is not
365
    applied anymore. This enforces the same directory permissions
366
    everywhere.
367
  - Better handling terminating daemons with ctrl+c (used when running
368
    them in debugging mode).
369
  - Fix a race condition in live migrating a KVM instance, when stat()
370
    on the old proc status file returned EINVAL, which is an unexpected
371
    value.
372
  - Fixed manpage checking with newer man and utf-8 charachters. But now
373
    you need the en_US.UTF-8 locale enabled to build Ganeti from git.
374

    
375

    
376
Version 2.1.2.1
377
---------------
378

    
379
*(Released Fri, 7 May 2010)*
380

    
381
Fix a bug which prevented untagged KVM instances from starting.
382

    
383

    
384
Version 2.1.2
385
-------------
386

    
387
*(Released Fri, 7 May 2010)*
388

    
389
Another release with a long development cycle, during which many
390
different features were added.
391

    
392
Significant features
393
~~~~~~~~~~~~~~~~~~~~
394

    
395
The KVM hypervisor now can run the individual instances as non-root, to
396
reduce the impact of a VM being hijacked due to bugs in the
397
hypervisor. It is possible to run all instances as a single (non-root)
398
user, to manually specify a user for each instance, or to dynamically
399
allocate a user out of a cluster-wide pool to each instance, with the
400
guarantee that no two instances will run under the same user ID on any
401
given node.
402

    
403
An experimental RAPI client library, that can be used standalone
404
(without the other Ganeti libraries), is provided in the source tree as
405
``lib/rapi/client.py``. Note this client might change its interface in
406
the future, as we iterate on its capabilities.
407

    
408
A new command, ``gnt-cluster renew-crypto`` has been added to easily
409
replace the cluster's certificates and crypto keys. This might help in
410
case they have been compromised, or have simply expired.
411

    
412
A new disk option for instance creation has been added that allows one
413
to "adopt" currently existing logical volumes, with data
414
preservation. This should allow easier migration to Ganeti from
415
unmanaged (or managed via other software) instances.
416

    
417
Another disk improvement is the possibility to convert between redundant
418
(DRBD) and plain (LVM) disk configuration for an instance. This should
419
allow better scalability (starting with one node and growing the
420
cluster, or shrinking a two-node cluster to one node).
421

    
422
A new feature that could help with automated node failovers has been
423
implemented: if a node sees itself as offline (by querying the master
424
candidates), it will try to shutdown (hard) all instances and any active
425
DRBD devices. This reduces the risk of duplicate instances if an
426
external script automatically failovers the instances on such nodes. To
427
enable this, the cluster parameter ``maintain_node_health`` should be
428
enabled; in the future this option (per the name) will enable other
429
automatic maintenance features.
430

    
431
Instance export/import now will reuse the original instance
432
specifications for all parameters; that means exporting an instance,
433
deleting it and the importing it back should give an almost identical
434
instance. Note that the default import behaviour has changed from
435
before, where it created only one NIC; now it recreates the original
436
number of NICs.
437

    
438
Cluster verify has added a few new checks: SSL certificates validity,
439
/etc/hosts consistency across the cluster, etc.
440

    
441
Other changes
442
~~~~~~~~~~~~~
443

    
444
As usual, many internal changes were done, documentation fixes,
445
etc. Among others:
446

    
447
- Fixed cluster initialization with disabled cluster storage (regression
448
  introduced in 2.1.1)
449
- File-based storage supports growing the disks
450
- Fixed behaviour of node role changes
451
- Fixed cluster verify for some corner cases, plus a general rewrite of
452
  cluster verify to allow future extension with more checks
453
- Fixed log spamming by watcher and node daemon (regression introduced
454
  in 2.1.1)
455
- Fixed possible validation issues when changing the list of enabled
456
  hypervisors
457
- Fixed cleanup of /etc/hosts during node removal
458
- Fixed RAPI response for invalid methods
459
- Fixed bug with hashed passwords in ``ganeti-rapi`` daemon
460
- Multiple small improvements to the KVM hypervisor (VNC usage, booting
461
  from ide disks, etc.)
462
- Allow OS changes without re-installation (to record a changed OS
463
  outside of Ganeti, or to allow OS renames)
464
- Allow instance creation without OS installation (useful for example if
465
  the OS will be installed manually, or restored from a backup not in
466
  Ganeti format)
467
- Implemented option to make cluster ``copyfile`` use the replication
468
  network
469
- Added list of enabled hypervisors to ssconf (possibly useful for
470
  external scripts)
471
- Added a new tool (``tools/cfgupgrade12``) that allows upgrading from
472
  1.2 clusters
473
- A partial form of node re-IP is possible via node readd, which now
474
  allows changed node primary IP
475
- Command line utilities now show an informational message if the job is
476
  waiting for a lock
477
- The logs of the master daemon now show the PID/UID/GID of the
478
  connected client
479

    
480

    
481
Version 2.1.1
482
-------------
483

    
484
*(Released Fri, 12 Mar 2010)*
485

    
486
During the 2.1.0 long release candidate cycle, a lot of improvements and
487
changes have accumulated with were released later as 2.1.1.
488

    
489
Major changes
490
~~~~~~~~~~~~~
491

    
492
The node evacuate command (``gnt-node evacuate``) was significantly
493
rewritten, and as such the IAllocator protocol was changed - a new
494
request type has been added. This unfortunate change during a stable
495
series is designed to improve performance of node evacuations; on
496
clusters with more than about five nodes and which are well-balanced,
497
evacuation should proceed in parallel for all instances of the node
498
being evacuated. As such, any existing IAllocator scripts need to be
499
updated, otherwise the above command will fail due to the unknown
500
request. The provided "dumb" allocator has not been updated; but the
501
ganeti-htools package supports the new protocol since version 0.2.4.
502

    
503
Another important change is increased validation of node and instance
504
names. This might create problems in special cases, if invalid host
505
names are being used.
506

    
507
Also, a new layer of hypervisor parameters has been added, that sits at
508
OS level between the cluster defaults and the instance ones. This allows
509
customisation of virtualization parameters depending on the installed
510
OS. For example instances with OS 'X' may have a different KVM kernel
511
(or any other parameter) than the cluster defaults. This is intended to
512
help managing a multiple OSes on the same cluster, without manual
513
modification of each instance's parameters.
514

    
515
A tool for merging clusters, ``cluster-merge``, has been added in the
516
tools sub-directory.
517

    
518
Bug fixes
519
~~~~~~~~~
520

    
521
- Improved the int/float conversions that should make the code more
522
  robust in face of errors from the node daemons
523
- Fixed the remove node code in case of internal configuration errors
524
- Fixed the node daemon behaviour in face of inconsistent queue
525
  directory (e.g. read-only file-system where we can't open the files
526
  read-write, etc.)
527
- Fixed the behaviour of gnt-node modify for master candidate demotion;
528
  now it either aborts cleanly or, if given the new “auto_promote”
529
  parameter, will automatically promote other nodes as needed
530
- Fixed compatibility with (unreleased yet) Python 2.6.5 that would
531
  completely prevent Ganeti from working
532
- Fixed bug for instance export when not all disks were successfully
533
  exported
534
- Fixed behaviour of node add when the new node is slow in starting up
535
  the node daemon
536
- Fixed handling of signals in the LUXI client, which should improve
537
  behaviour of command-line scripts
538
- Added checks for invalid node/instance names in the configuration (now
539
  flagged during cluster verify)
540
- Fixed watcher behaviour for disk activation errors
541
- Fixed two potentially endless loops in http library, which led to the
542
  RAPI daemon hanging and consuming 100% CPU in some cases
543
- Fixed bug in RAPI daemon related to hashed passwords
544
- Fixed bug for unintended qemu-level bridging of multi-NIC KVM
545
  instances
546
- Enhanced compatibility with non-Debian OSes, but not using absolute
547
  path in some commands and allowing customisation of the ssh
548
  configuration directory
549
- Fixed possible future issue with new Python versions by abiding to the
550
  proper use of ``__slots__`` attribute on classes
551
- Added checks that should prevent directory traversal attacks
552
- Many documentation fixes based on feedback from users
553

    
554
New features
555
~~~~~~~~~~~~
556

    
557
- Added an “early_release” more for instance replace disks and node
558
  evacuate, where we release locks earlier and thus allow higher
559
  parallelism within the cluster
560
- Added watcher hooks, intended to allow the watcher to restart other
561
  daemons (e.g. from the ganeti-nbma project), but they can be used of
562
  course for any other purpose
563
- Added a compile-time disable for DRBD barriers, to increase
564
  performance if the administrator trusts the power supply or the
565
  storage system to not lose writes
566
- Added the option of using syslog for logging instead of, or in
567
  addition to, Ganeti's own log files
568
- Removed boot restriction for paravirtual NICs for KVM, recent versions
569
  can indeed boot from a paravirtual NIC
570
- Added a generic debug level for many operations; while this is not
571
  used widely yet, it allows one to pass the debug value all the way to
572
  the OS scripts
573
- Enhanced the hooks environment for instance moves (failovers,
574
  migrations) where the primary/secondary nodes changed during the
575
  operation, by adding {NEW,OLD}_{PRIMARY,SECONDARY} vars
576
- Enhanced data validations for many user-supplied values; one important
577
  item is the restrictions imposed on instance and node names, which
578
  might reject some (invalid) host names
579
- Add a configure-time option to disable file-based storage, if it's not
580
  needed; this allows greater security separation between the master
581
  node and the other nodes from the point of view of the inter-node RPC
582
  protocol
583
- Added user notification in interactive tools if job is waiting in the
584
  job queue or trying to acquire locks
585
- Added log messages when a job is waiting for locks
586
- Added filtering by node tags in instance operations which admit
587
  multiple instances (start, stop, reboot, reinstall)
588
- Added a new tool for cluster mergers, ``cluster-merge``
589
- Parameters from command line which are of the form ``a=b,c=d`` can now
590
  use backslash escapes to pass in values which contain commas,
591
  e.g. ``a=b\\c,d=e`` where the 'a' parameter would get the value
592
  ``b,c``
593
- For KVM, the instance name is the first parameter passed to KVM, so
594
  that it's more visible in the process list
595

    
596

    
597
Version 2.1.0
598
-------------
599

    
600
*(Released Tue, 2 Mar 2010)*
601

    
602
Ganeti 2.1 brings many improvements with it. Major changes:
603

    
604
- Added infrastructure to ease automated disk repairs
605
- Added new daemon to export configuration data in a cheaper way than
606
  using the remote API
607
- Instance NICs can now be routed instead of being associated with a
608
  networking bridge
609
- Improved job locking logic to reduce impact of jobs acquiring multiple
610
  locks waiting for other long-running jobs
611

    
612
In-depth implementation details can be found in the Ganeti 2.1 design
613
document.
614

    
615
Details
616
~~~~~~~
617

    
618
- Added chroot hypervisor
619
- Added more options to xen-hvm hypervisor (``kernel_path`` and
620
  ``device_model``)
621
- Added more options to xen-pvm hypervisor (``use_bootloader``,
622
  ``bootloader_path`` and ``bootloader_args``)
623
- Added the ``use_localtime`` option for the xen-hvm and kvm
624
  hypervisors, and the default value for this has changed to false (in
625
  2.0 xen-hvm always enabled it)
626
- Added luxi call to submit multiple jobs in one go
627
- Added cluster initialization option to not modify ``/etc/hosts``
628
  file on nodes
629
- Added network interface parameters
630
- Added dry run mode to some LUs
631
- Added RAPI resources:
632

    
633
  - ``/2/instances/[instance_name]/info``
634
  - ``/2/instances/[instance_name]/replace-disks``
635
  - ``/2/nodes/[node_name]/evacuate``
636
  - ``/2/nodes/[node_name]/migrate``
637
  - ``/2/nodes/[node_name]/role``
638
  - ``/2/nodes/[node_name]/storage``
639
  - ``/2/nodes/[node_name]/storage/modify``
640
  - ``/2/nodes/[node_name]/storage/repair``
641

    
642
- Added OpCodes to evacuate or migrate all instances on a node
643
- Added new command to list storage elements on nodes (``gnt-node
644
  list-storage``) and modify them (``gnt-node modify-storage``)
645
- Added new ssconf files with master candidate IP address
646
  (``ssconf_master_candidates_ips``), node primary IP address
647
  (``ssconf_node_primary_ips``) and node secondary IP address
648
  (``ssconf_node_secondary_ips``)
649
- Added ``ganeti-confd`` and a client library to query the Ganeti
650
  configuration via UDP
651
- Added ability to run hooks after cluster initialization and before
652
  cluster destruction
653
- Added automatic mode for disk replace (``gnt-instance replace-disks
654
  --auto``)
655
- Added ``gnt-instance recreate-disks`` to re-create (empty) disks
656
  after catastrophic data-loss
657
- Added ``gnt-node repair-storage`` command to repair damaged LVM volume
658
  groups
659
- Added ``gnt-instance move`` command to move instances
660
- Added ``gnt-cluster watcher`` command to control watcher
661
- Added ``gnt-node powercycle`` command to powercycle nodes
662
- Added new job status field ``lock_status``
663
- Added parseable error codes to cluster verification (``gnt-cluster
664
  verify --error-codes``) and made output less verbose (use
665
  ``--verbose`` to restore previous behaviour)
666
- Added UUIDs to the main config entities (cluster, nodes, instances)
667
- Added support for OS variants
668
- Added support for hashed passwords in the Ganeti remote API users file
669
  (``rapi_users``)
670
- Added option to specify maximum timeout on instance shutdown
671
- Added ``--no-ssh-init`` option to ``gnt-cluster init``
672
- Added new helper script to start and stop Ganeti daemons
673
  (``daemon-util``), with the intent to reduce the work necessary to
674
  adjust Ganeti for non-Debian distributions and to start/stop daemons
675
  from one place
676
- Added more unittests
677
- Fixed critical bug in ganeti-masterd startup
678
- Removed the configure-time ``kvm-migration-port`` parameter, this is
679
  now customisable at the cluster level for both the KVM and Xen
680
  hypervisors using the new ``migration_port`` parameter
681
- Pass ``INSTANCE_REINSTALL`` variable to OS installation script when
682
  reinstalling an instance
683
- Allowed ``@`` in tag names
684
- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation
685
- Many documentation updates
686
- Distribute hypervisor files on ``gnt-cluster redist-conf``
687
- ``gnt-instance reinstall`` can now reinstall multiple instances
688
- Updated many command line parameters
689
- Introduced new OS API version 15
690
- No longer support a default hypervisor
691
- Treat virtual LVs as inexistent
692
- Improved job locking logic to reduce lock contention
693
- Match instance and node names case insensitively
694
- Reimplemented bash completion script to be more complete
695
- Improved burnin
696

    
697

    
698
Version 2.0.6
699
-------------
700

    
701
*(Released Thu, 4 Feb 2010)*
702

    
703
- Fix cleaner behaviour on nodes not in a cluster (Debian bug 568105)
704
- Fix a string formatting bug
705
- Improve safety of the code in some error paths
706
- Improve data validation in the master of values returned from nodes
707

    
708

    
709
Version 2.0.5
710
-------------
711

    
712
*(Released Thu, 17 Dec 2009)*
713

    
714
- Fix security issue due to missing validation of iallocator names; this
715
  allows local and remote execution of arbitrary executables
716
- Fix failure of gnt-node list during instance removal
717
- Ship the RAPI documentation in the archive
718

    
719

    
720
Version 2.0.4
721
-------------
722

    
723
*(Released Wed, 30 Sep 2009)*
724

    
725
- Fixed many wrong messages
726
- Fixed a few bugs related to the locking library
727
- Fixed MAC checking at instance creation time
728
- Fixed a DRBD parsing bug related to gaps in /proc/drbd
729
- Fixed a few issues related to signal handling in both daemons and
730
  scripts
731
- Fixed the example startup script provided
732
- Fixed insserv dependencies in the example startup script (patch from
733
  Debian)
734
- Fixed handling of drained nodes in the iallocator framework
735
- Fixed handling of KERNEL_PATH parameter for xen-hvm (Debian bug
736
  #528618)
737
- Fixed error related to invalid job IDs in job polling
738
- Fixed job/opcode persistence on unclean master shutdown
739
- Fixed handling of partial job processing after unclean master
740
  shutdown
741
- Fixed error reporting from LUs, previously all errors were converted
742
  into execution errors
743
- Fixed error reporting from burnin
744
- Decreased significantly the memory usage of the job queue
745
- Optimised slightly multi-job submission
746
- Optimised slightly opcode loading
747
- Backported the multi-job submit framework from the development
748
  branch; multi-instance start and stop should be faster
749
- Added script to clean archived jobs after 21 days; this will reduce
750
  the size of the queue directory
751
- Added some extra checks in disk size tracking
752
- Added an example ethers hook script
753
- Added a cluster parameter that prevents Ganeti from modifying of
754
  /etc/hosts
755
- Added more node information to RAPI responses
756
- Added a ``gnt-job watch`` command that allows following the ouput of a
757
  job
758
- Added a bind-address option to ganeti-rapi
759
- Added more checks to the configuration verify
760
- Enhanced the burnin script such that some operations can be retried
761
  automatically
762
- Converted instance reinstall to multi-instance model
763

    
764

    
765
Version 2.0.3
766
-------------
767

    
768
*(Released Fri, 7 Aug 2009)*
769

    
770
- Added ``--ignore-size`` to the ``gnt-instance activate-disks`` command
771
  to allow using the pre-2.0.2 behaviour in activation, if any existing
772
  instances have mismatched disk sizes in the configuration
773
- Added ``gnt-cluster repair-disk-sizes`` command to check and update
774
  any configuration mismatches for disk sizes
775
- Added ``gnt-master cluste-failover --no-voting`` to allow master
776
  failover to work on two-node clusters
777
- Fixed the ``--net`` option of ``gnt-backup import``, which was
778
  unusable
779
- Fixed detection of OS script errors in ``gnt-backup export``
780
- Fixed exit code of ``gnt-backup export``
781

    
782

    
783
Version 2.0.2
784
-------------
785

    
786
*(Released Fri, 17 Jul 2009)*
787

    
788
- Added experimental support for stripped logical volumes; this should
789
  enhance performance but comes with a higher complexity in the block
790
  device handling; stripping is only enabled when passing
791
  ``--with-lvm-stripecount=N`` to ``configure``, but codepaths are
792
  affected even in the non-stripped mode
793
- Improved resiliency against transient failures at the end of DRBD
794
  resyncs, and in general of DRBD resync checks
795
- Fixed a couple of issues with exports and snapshot errors
796
- Fixed a couple of issues in instance listing
797
- Added display of the disk size in ``gnt-instance info``
798
- Fixed checking for valid OSes in instance creation
799
- Fixed handling of the "vcpus" parameter in instance listing and in
800
  general of invalid parameters
801
- Fixed http server library, and thus RAPI, to handle invalid
802
  username/password combinations correctly; this means that now they
803
  report unauthorized for queries too, not only for modifications,
804
  allowing earlier detect of configuration problems
805
- Added a new "role" node list field, equivalent to the master/master
806
  candidate/drained/offline flags combinations
807
- Fixed cluster modify and changes of candidate pool size
808
- Fixed cluster verify error messages for wrong files on regular nodes
809
- Fixed a couple of issues with node demotion from master candidate role
810
- Fixed node readd issues
811
- Added non-interactive mode for ``ganeti-masterd --no-voting`` startup
812
- Added a new ``--no-voting`` option for masterfailover to fix failover
813
  on two-nodes clusters when the former master node is unreachable
814
- Added instance reinstall over RAPI
815

    
816

    
817
Version 2.0.1
818
-------------
819

    
820
*(Released Tue, 16 Jun 2009)*
821

    
822
- added ``-H``/``-B`` startup parameters to ``gnt-instance``, which will
823
  allow re-adding the start in single-user option (regression from 1.2)
824
- the watcher writes the instance status to a file, to allow monitoring
825
  to report the instance status (from the master) based on cached
826
  results of the watcher's queries; while this can get stale if the
827
  watcher is being locked due to other work on the cluster, this is
828
  still an improvement
829
- the watcher now also restarts the node daemon and the rapi daemon if
830
  they died
831
- fixed the watcher to handle full and drained queue cases
832
- hooks export more instance data in the environment, which helps if
833
  hook scripts need to take action based on the instance's properties
834
  (no longer need to query back into ganeti)
835
- instance failovers when the instance is stopped do not check for free
836
  RAM, so that failing over a stopped instance is possible in low memory
837
  situations
838
- rapi uses queries for tags instead of jobs (for less job traffic), and
839
  for cluster tags it won't talk to masterd at all but read them from
840
  ssconf
841
- a couple of error handling fixes in RAPI
842
- drbd handling: improved the error handling of inconsistent disks after
843
  resync to reduce the frequency of "there are some degraded disks for
844
  this instance" messages
845
- fixed a bug in live migration when DRBD doesn't want to reconnect (the
846
  error handling path called a wrong function name)
847

    
848

    
849
Version 2.0.0 final
850
-------------------
851

    
852
*(Released Wed, 27 May 2009)*
853

    
854
- no changes from rc5
855

    
856

    
857
Version 2.0 release candidate 5
858
-------------------------------
859

    
860
*(Released Wed, 20 May 2009)*
861

    
862
- fix a couple of bugs (validation, argument checks)
863
- fix ``gnt-cluster getmaster`` on non-master nodes (regression)
864
- some small improvements to RAPI and IAllocator
865
- make watcher automatically start the master daemon if down
866

    
867

    
868
Version 2.0 release candidate 4
869
-------------------------------
870

    
871
*(Released Mon, 27 Apr 2009)*
872

    
873
- change the OS list to not require locks; this helps with big clusters
874
- fix ``gnt-cluster verify`` and ``gnt-cluster verify-disks`` when the
875
  volume group is broken
876
- ``gnt-instance info``, without any arguments, doesn't run for all
877
  instances anymore; either pass ``--all`` or pass the desired
878
  instances; this helps against mistakes on big clusters where listing
879
  the information for all instances takes a long time
880
- miscellaneous doc and man pages fixes
881

    
882

    
883
Version 2.0 release candidate 3
884
-------------------------------
885

    
886
*(Released Wed, 8 Apr 2009)*
887

    
888
- Change the internal locking model of some ``gnt-node`` commands, in
889
  order to reduce contention (and blocking of master daemon) when
890
  batching many creation/reinstall jobs
891
- Fixes to Xen soft reboot
892
- No longer build documentation at build time, instead distribute it in
893
  the archive, in order to reduce the need for the whole docbook/rst
894
  toolchains
895

    
896

    
897
Version 2.0 release candidate 2
898
-------------------------------
899

    
900
*(Released Fri, 27 Mar 2009)*
901

    
902
- Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to 2.0
903
- Fix watcher startup sequence, improves the behaviour of busy clusters
904
- Some other fixes in ``gnt-cluster verify``, ``gnt-instance
905
  replace-disks``, ``gnt-instance add``, ``gnt-cluster queue``, KVM VNC
906
  bind address and other places
907
- Some documentation fixes and updates
908

    
909

    
910
Version 2.0 release candidate 1
911
-------------------------------
912

    
913
*(Released Mon, 2 Mar 2009)*
914

    
915
- More documentation updates, now all docs should be more-or-less
916
  up-to-date
917
- A couple of small fixes (mixed hypervisor clusters, offline nodes,
918
  etc.)
919
- Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen PVM
920
  and KVM)
921
- Fix an issue related to $libdir/run/ganeti and cluster creation
922

    
923

    
924
Version 2.0 beta 2
925
------------------
926

    
927
*(Released Thu, 19 Feb 2009)*
928

    
929
- Xen PVM and KVM have switched the default value for the instance root
930
  disk to the first partition on the first drive, instead of the whole
931
  drive; this means that the OS installation scripts must be changed
932
  accordingly
933
- Man pages have been updated
934
- RAPI has been switched by default to HTTPS, and the exported functions
935
  should all work correctly
936
- RAPI v1 has been removed
937
- Many improvements to the KVM hypervisor
938
- Block device errors are now better reported
939
- Many other bugfixes and small improvements
940

    
941

    
942
Version 2.0 beta 1
943
------------------
944

    
945
*(Released Mon, 26 Jan 2009)*
946

    
947
- Version 2 is a general rewrite of the code and therefore the
948
  differences are too many to list, see the design document for 2.0 in
949
  the ``doc/`` subdirectory for more details
950
- In this beta version there is not yet a migration path from 1.2 (there
951
  will be one in the final 2.0 release)
952
- A few significant changes are:
953

    
954
  - all commands are executed by a daemon (``ganeti-masterd``) and the
955
    various ``gnt-*`` commands are just front-ends to it
956
  - all the commands are entered into, and executed from a job queue,
957
    see the ``gnt-job(8)`` manpage
958
  - the RAPI daemon supports read-write operations, secured by basic
959
    HTTP authentication on top of HTTPS
960
  - DRBD version 0.7 support has been removed, DRBD 8 is the only
961
    supported version (when migrating from Ganeti 1.2 to 2.0, you need
962
    to migrate to DRBD 8 first while still running Ganeti 1.2)
963
  - DRBD devices are using statically allocated minor numbers, which
964
    will be assigned to existing instances during the migration process
965
  - there is support for both Xen PVM and Xen HVM instances running on
966
    the same cluster
967
  - KVM virtualization is supported too
968
  - file-based storage has been implemented, which means that it is
969
    possible to run the cluster without LVM and DRBD storage, for
970
    example using a shared filesystem exported from shared storage (and
971
    still have live migration)
972

    
973

    
974
Version 1.2.7
975
-------------
976

    
977
*(Released Tue, 13 Jan 2009)*
978

    
979
- Change the default reboot type in ``gnt-instance reboot`` to "hard"
980
- Reuse the old instance mac address by default on instance import, if
981
  the instance name is the same.
982
- Handle situations in which the node info rpc returns incomplete
983
  results (issue 46)
984
- Add checks for tcp/udp ports collisions in ``gnt-cluster verify``
985
- Improved version of batcher:
986

    
987
  - state file support
988
  - instance mac address support
989
  - support for HVM clusters/instances
990

    
991
- Add an option to show the number of cpu sockets and nodes in
992
  ``gnt-node list``
993
- Support OSes that handle more than one version of the OS api (but do
994
  not change the current API in any other way)
995
- Fix ``gnt-node migrate``
996
- ``gnt-debug`` man page
997
- Fixes various more typos and small issues
998
- Increase disk resync maximum speed to 60MB/s (from 30MB/s)
999

    
1000

    
1001
Version 1.2.6
1002
-------------
1003

    
1004
*(Released Wed, 24 Sep 2008)*
1005

    
1006
- new ``--hvm-nic-type`` and ``--hvm-disk-type`` flags to control the
1007
  type of disk exported to fully virtualized instances.
1008
- provide access to the serial console of HVM instances
1009
- instance auto_balance flag, set by default. If turned off it will
1010
  avoid warnings on cluster verify if there is not enough memory to fail
1011
  over an instance. in the future it will prevent automatically failing
1012
  it over when we will support that.
1013
- batcher tool for instance creation, see ``tools/README.batcher``
1014
- ``gnt-instance reinstall --select-os`` to interactively select a new
1015
  operating system when reinstalling an instance.
1016
- when changing the memory amount on instance modify a check has been
1017
  added that the instance will be able to start. also warnings are
1018
  emitted if the instance will not be able to fail over, if auto_balance
1019
  is true.
1020
- documentation fixes
1021
- sync fields between ``gnt-instance list/modify/add/import``
1022
- fix a race condition in drbd when the sync speed was set after giving
1023
  the device a remote peer.
1024

    
1025

    
1026
Version 1.2.5
1027
-------------
1028

    
1029
*(Released Tue, 22 Jul 2008)*
1030

    
1031
- note: the allowed size and number of tags per object were reduced
1032
- fix a bug in ``gnt-cluster verify`` with inconsistent volume groups
1033
- fixed twisted 8.x compatibility
1034
- fixed ``gnt-instance replace-disks`` with iallocator
1035
- add TCP keepalives on twisted connections to detect restarted nodes
1036
- disk increase support, see ``gnt-instance grow-disk``
1037
- implement bulk node/instance query for RAPI
1038
- add tags in node/instance listing (optional)
1039
- experimental migration (and live migration) support, read the man page
1040
  for ``gnt-instance migrate``
1041
- the ``ganeti-watcher`` logs are now timestamped, and the watcher also
1042
  has some small improvements in handling its state file
1043

    
1044

    
1045
Version 1.2.4
1046
-------------
1047

    
1048
*(Released Fri, 13 Jun 2008)*
1049

    
1050
- Experimental readonly, REST-based remote API implementation;
1051
  automatically started on master node, TCP port 5080, if enabled by
1052
  ``--enable-rapi`` parameter to configure script.
1053
- Instance allocator support. Add and import instance accept a
1054
  ``--iallocator`` parameter, and call that instance allocator to decide
1055
  which node to use for the instance. The iallocator document describes
1056
  what's expected from an allocator script.
1057
- ``gnt-cluster verify`` N+1 memory redundancy checks: Unless passed the
1058
  ``--no-nplus1-mem`` option ``gnt-cluster verify`` now checks that if a
1059
  node is lost there is still enough memory to fail over the instances
1060
  that reside on it.
1061
- ``gnt-cluster verify`` hooks: it is now possible to add post-hooks to
1062
  ``gnt-cluster verify``, to check for site-specific compliance. All the
1063
  hooks will run, and their output, if any, will be displayed. Any
1064
  failing hook will make the verification return an error value.
1065
- ``gnt-cluster verify`` now checks that its peers are reachable on the
1066
  primary and secondary interfaces
1067
- ``gnt-node add`` now supports the ``--readd`` option, to readd a node
1068
  that is still declared as part of the cluster and has failed.
1069
- ``gnt-* list`` commands now accept a new ``-o +field`` way of
1070
  specifying output fields, that just adds the chosen fields to the
1071
  default ones.
1072
- ``gnt-backup`` now has a new ``remove`` command to delete an existing
1073
  export from the filesystem.
1074
- New per-instance parameters hvm_acpi, hvm_pae and hvm_cdrom_image_path
1075
  have been added. Using them you can enable/disable acpi and pae
1076
  support, and specify a path for a cd image to be exported to the
1077
  instance. These parameters as the name suggest only work on HVM
1078
  clusters.
1079
- When upgrading an HVM cluster to Ganeti 1.2.4, the values for ACPI and
1080
  PAE support will be set to the previously hardcoded values, but the
1081
  (previously hardcoded) path to the CDROM ISO image will be unset and
1082
  if required, needs to be set manually with ``gnt-instance modify``
1083
  after the upgrade.
1084
- The address to which an instance's VNC console is bound is now
1085
  selectable per-instance, rather than being cluster wide. Of course
1086
  this only applies to instances controlled via VNC, so currently just
1087
  applies to HVM clusters.
1088

    
1089

    
1090
Version 1.2.3
1091
-------------
1092

    
1093
*(Released Mon, 18 Feb 2008)*
1094

    
1095
- more tweaks to the disk activation code (especially helpful for DRBD)
1096
- change the default ``gnt-instance list`` output format, now there is
1097
  one combined status field (see the manpage for the exact values this
1098
  field will have)
1099
- some more fixes for the mac export to hooks change
1100
- make Ganeti not break with DRBD 8.2.x (which changed the version
1101
  format in ``/proc/drbd``) (issue 24)
1102
- add an upgrade tool from "remote_raid1" disk template to "drbd" disk
1103
  template, allowing migration from DRBD0.7+MD to DRBD8
1104

    
1105

    
1106
Version 1.2.2
1107
-------------
1108

    
1109
*(Released Wed, 30 Jan 2008)*
1110

    
1111
- fix ``gnt-instance modify`` breakage introduced in 1.2.1 with the HVM
1112
  support (issue 23)
1113
- add command aliases infrastructure and a few aliases
1114
- allow listing of VCPUs in the ``gnt-instance list`` and improve the
1115
  man pages and the ``--help`` option of ``gnt-node
1116
  list``/``gnt-instance list``
1117
- fix ``gnt-backup list`` with down nodes (issue 21)
1118
- change the tools location (move from $pkgdatadir to $pkglibdir/tools)
1119
- fix the dist archive and add a check for including svn/git files in
1120
  the future
1121
- some developer-related changes: improve the burnin and the QA suite,
1122
  add an upload script for testing during development
1123

    
1124

    
1125
Version 1.2.1
1126
-------------
1127

    
1128
*(Released Wed, 16 Jan 2008)*
1129

    
1130
- experimental HVM support, read the install document, section
1131
  "Initializing the cluster"
1132
- allow for the PVM hypervisor per-instance kernel and initrd paths
1133
- add a new command ``gnt-cluster verify-disks`` which uses a new
1134
  algorithm to improve the reconnection of the DRBD pairs if the device
1135
  on the secondary node has gone away
1136
- make logical volume code auto-activate LVs at disk activation time
1137
- slightly improve the speed of activating disks
1138
- allow specification of the MAC address at instance creation time, and
1139
  changing it later via ``gnt-instance modify``
1140
- fix handling of external commands that generate lots of output on
1141
  stderr
1142
- update documentation with regard to minimum version of DRBD8 supported
1143

    
1144

    
1145
Version 1.2.0
1146
-------------
1147

    
1148
*(Released Tue, 4 Dec 2007)*
1149

    
1150
- Log the ``xm create`` output to the node daemon log on failure (to
1151
  help diagnosing the error)
1152
- In debug mode, log all external commands output if failed to the logs
1153
- Change parsing of lvm commands to ignore stderr
1154

    
1155

    
1156
Version 1.2b3
1157
-------------
1158

    
1159
*(Released Wed, 28 Nov 2007)*
1160

    
1161
- Another round of updates to the DRBD 8 code to deal with more failures
1162
  in the replace secondary node operation
1163
- Some more logging of failures in disk operations (lvm, drbd)
1164
- A few documentation updates
1165
- QA updates
1166

    
1167

    
1168
Version 1.2b2
1169
-------------
1170

    
1171
*(Released Tue, 13 Nov 2007)*
1172

    
1173
- Change configuration file format from Python's Pickle to JSON.
1174
  Upgrading is possible using the cfgupgrade utility.
1175
- Add support for DRBD 8.0 (new disk template ``drbd``) which allows for
1176
  faster replace disks and is more stable (DRBD 8 has many improvements
1177
  compared to DRBD 0.7)
1178
- Added command line tags support (see man pages for ``gnt-instance``,
1179
  ``gnt-node``, ``gnt-cluster``)
1180
- Added instance rename support
1181
- Added multi-instance startup/shutdown
1182
- Added cluster rename support
1183
- Added ``gnt-node evacuate`` to simplify some node operations
1184
- Added instance reboot operation that can speedup reboot as compared to
1185
  stop and start
1186
- Soften the requirement that hostnames are in FQDN format
1187
- The ``ganeti-watcher`` now activates drbd pairs after secondary node
1188
  reboots
1189
- Removed dependency on debian's patched fping that uses the
1190
  non-standard ``-S`` option
1191
- Now the OS definitions are searched for in multiple, configurable
1192
  paths (easier for distros to package)
1193
- Some changes to the hooks infrastructure (especially the new
1194
  post-configuration update hook)
1195
- Other small bugfixes
1196

    
1197
.. vim: set textwidth=72 syntax=rst :
1198
.. Local Variables:
1199
.. mode: rst
1200
.. fill-column: 72
1201
.. End: