Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 7c324b88

History | View | Annotate | Download (48.2 kB)

1
News
2
====
3

    
4
Version 2.3.0
5
-------------
6

    
7
*(Released Wed, 1 Dec 2010)*
8

    
9
Released version 2.3.0~rc1 without any changes.
10

    
11

    
12
Version 2.3.0 rc1
13
-----------------
14

    
15
*(Released Fri, 19 Nov 2010)*
16

    
17
A number of bugfixes and documentation updates:
18

    
19
- Update ganeti-os-interface documentation
20
- Fixed a bug related to duplicate MACs or similar items which should be
21
  unique
22
- Fix breakage in OS state modify
23
- Reinstall instance: disallow offline secondaries (fixes bug related to
24
  OS changing but reinstall failing)
25
- plus all the other fixes between 2.2.1 and 2.2.2
26

    
27

    
28
Version 2.3.0 rc0
29
-----------------
30

    
31
*(Released Tue, 2 Nov 2010)*
32

    
33
- Fixed clearing of the default iallocator using ``gnt-cluster modify``
34
- Fixed master failover race with watcher
35
- Fixed a bug in ``gnt-node modify`` which could lead to an inconsistent
36
  configuration
37
- Accept previously stopped instance for export with instance removal
38
- Simplify and extend the environment variables for instance OS scripts
39
- Added new node flags, ``master_capable`` and ``vm_capable``
40
- Added optional instance disk wiping prior during allocation. This is a
41
  cluster-wide option and can be set/modified using
42
  ``gnt-cluster {init,modify} --prealloc-wipe-disks``.
43
- Added IPv6 support, see :doc:`design document <design-2.3>` and
44
  :doc:`install-quick`
45
- Added a new watcher option (``--ignore-pause``)
46
- Added option to ignore offline node on instance start/stop
47
  (``--ignore-offline``)
48
- Allow overriding OS parameters with ``gnt-instance reinstall``
49
- Added ability to change node's secondary IP address using ``gnt-node
50
  modify``
51
- Implemented privilege separation for all daemons except
52
  ``ganeti-noded``, see ``configure`` options
53
- Complain if an instance's disk is marked faulty in ``gnt-cluster
54
  verify``
55
- Implemented job priorities (see ``ganeti(7)`` manpage)
56
- Ignore failures while shutting down instances during failover from
57
  offline node
58
- Exit daemon's bootstrap process only once daemon is ready
59
- Export more information via ``LUQueryInstances``/remote API
60
- Improved documentation, QA and unittests
61
- RAPI daemon now watches ``rapi_users`` all the time and doesn't need a
62
  restart if the file was created or changed
63
- Added LUXI protocol version sent with each request and response,
64
  allowing detection of server/client mismatches
65
- Moved the Python scripts among gnt-* and ganeti-* into modules
66
- Moved all code related to setting up SSH to an external script,
67
  ``setup-ssh``
68
- Infrastructure changes for node group support in future versions
69

    
70

    
71
Version 2.2.2
72
-------------
73

    
74
*(Released Fri, 19 Nov 2010)*
75

    
76
A few small bugs fixed, and some improvements to the build system:
77

    
78
- Fix documentation regarding conversion to drbd
79
- Fix validation of parameters in cluster modify (``gnt-cluster modify
80
  -B``)
81
- Fix error handling in node modify with multiple changes
82
- Allow remote imports without checked names
83

    
84

    
85
Version 2.2.1
86
-------------
87

    
88
*(Released Tue, 19 Oct 2010)*
89

    
90
- Disable SSL session ID cache in RPC client
91

    
92

    
93
Version 2.2.1 rc1
94
-----------------
95

    
96
*(Released Thu, 14 Oct 2010)*
97

    
98
- Fix interaction between Curl/GnuTLS and the Python's HTTP server
99
  (thanks Apollon Oikonomopoulos!), finally allowing the use of Curl
100
  with GnuTLS
101
- Fix problems with interaction between Curl and Python's HTTP server,
102
  resulting in increased speed in many RPC calls
103
- Improve our release script to prevent breakage with older aclocal and
104
  Python 2.6
105

    
106

    
107
Version 2.2.1 rc0
108
-----------------
109

    
110
*(Released Thu, 7 Oct 2010)*
111

    
112
- Fixed issue 125, replace hardcoded “xenvg” in ``gnt-cluster`` with
113
  value retrieved from master
114
- Added support for blacklisted or hidden OS definitions
115
- Added simple lock monitor (accessible via (``gnt-debug locks``)
116
- Added support for -mem-path in KVM hypervisor abstraction layer
117
- Allow overriding instance parameters in tool for inter-cluster
118
  instance moves (``tools/move-instance``)
119
- Improved opcode summaries (e.g. in ``gnt-job list``)
120
- Improve consistency of OS listing by sorting it
121
- Documentation updates
122

    
123

    
124
Version 2.2.0.1
125
---------------
126

    
127
*(Released Fri, 8 Oct 2010)*
128

    
129
- Rebuild with a newer autotools version, to fix python 2.6 compatibility
130

    
131

    
132
Version 2.2.0
133
-------------
134

    
135
*(Released Mon, 4 Oct 2010)*
136

    
137
- Fixed regression in ``gnt-instance rename``
138

    
139

    
140
Version 2.2.0 rc2
141
-----------------
142

    
143
*(Released Wed, 22 Sep 2010)*
144

    
145
- Fixed OS_VARIANT variable for OS scripts
146
- Fixed cluster tag operations via RAPI
147
- Made ``setup-ssh`` exit with non-zero code if an error occurred
148
- Disabled RAPI CA checks in watcher
149

    
150

    
151
Version 2.2.0 rc1
152
-----------------
153

    
154
*(Released Mon, 23 Aug 2010)*
155

    
156
- Support DRBD versions of the format "a.b.c.d"
157
- Updated manpages
158
- Re-introduce support for usage from multiple threads in RAPI client
159
- Instance renames and modify via RAPI
160
- Work around race condition between processing and archival in job
161
  queue
162
- Mark opcodes following failed one as failed, too
163
- Job field ``lock_status`` was removed due to difficulties making it
164
  work with the changed job queue in Ganeti 2.2; a better way to monitor
165
  locks is expected for a later 2.2.x release
166
- Fixed dry-run behaviour with many commands
167
- Support ``ssh-agent`` again when adding nodes
168
- Many additional bugfixes
169

    
170

    
171
Version 2.2.0 rc0
172
-----------------
173

    
174
*(Released Fri, 30 Jul 2010)*
175

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

    
185
  python -c 'import pycurl; print pycurl.version'
186

    
187
can be used to determine the libraries PycURL and cURL are linked
188
against.
189

    
190
Other significant changes:
191

    
192
- Rewrote much of the internals of the job queue, in order to achieve
193
  better parallelism; this decouples job query operations from the job
194
  processing, and it should allow much nicer behaviour of the master
195
  daemon under load, and it also has uncovered some long-standing bugs
196
  related to the job serialisation (now fixed)
197
- Added a default iallocator setting to the cluster parameters,
198
  eliminating the need to always pass nodes or an iallocator for
199
  operations that require selection of new node(s)
200
- Added experimental support for the LXC virtualization method
201
- Added support for OS parameters, which allows the installation of
202
  instances to pass parameter to OS scripts in order to customise the
203
  instance
204
- Added a hypervisor parameter controlling the migration type (live or
205
  non-live), since hypervisors have various levels of reliability; this
206
  has renamed the 'live' parameter to 'mode'
207
- Added a cluster parameter ``reserved_lvs`` that denotes reserved
208
  logical volumes, meaning that cluster verify will ignore them and not
209
  flag their presence as errors
210
- The watcher will now reset the error count for failed instances after
211
  8 hours, thus allowing self-healing if the problem that caused the
212
  instances to be down/fail to start has cleared in the meantime
213
- Added a cluster parameter ``drbd_usermode_helper`` that makes Ganeti
214
  check for, and warn, if the drbd module parameter ``usermode_helper``
215
  is not consistent with the cluster-wide setting; this is needed to
216
  make diagnose easier of failed drbd creations
217
- Started adding base IPv6 support, but this is not yet
218
  enabled/available for use
219
- Rename operations (cluster, instance) will now return the new name,
220
  which is especially useful if a short name was passed in
221
- Added support for instance migration in RAPI
222
- Added a tool to pre-configure nodes for the SSH setup, before joining
223
  them to the cluster; this will allow in the future a simplified model
224
  for node joining (but not yet fully enabled in 2.2); this needs the
225
  paramiko python library
226
- Fixed handling of name-resolving errors
227
- Fixed consistency of job results on the error path
228
- Fixed master-failover race condition when executed multiple times in
229
  sequence
230
- Fixed many bugs related to the job queue (mostly introduced during the
231
  2.2 development cycle, so not all are impacting 2.1)
232
- Fixed instance migration with missing disk symlinks
233
- Fixed handling of unknown jobs in ``gnt-job archive``
234
- And many other small fixes/improvements
235

    
236
Internal changes:
237

    
238
- Enhanced both the unittest and the QA coverage
239
- Switched the opcode validation to a generic model, and extended the
240
  validation to all opcode parameters
241
- Changed more parts of the code that write shell scripts to use the
242
  same class for this
243
- Switched the master daemon to use the asyncore library for the Luxi
244
  server endpoint
245

    
246

    
247
Version 2.2.0 beta 0
248
--------------------
249

    
250
*(Released Thu, 17 Jun 2010)*
251

    
252
- Added tool (``move-instance``) and infrastructure to move instances
253
  between separate clusters (see :doc:`separate documentation
254
  <move-instance>` and :doc:`design document <design-2.2>`)
255
- Added per-request RPC timeout
256
- RAPI now requires a Content-Type header for requests with a body (e.g.
257
  ``PUT`` or ``POST``) which must be set to ``application/json`` (see
258
  :rfc:`2616` (HTTP/1.1), section 7.2.1)
259
- ``ganeti-watcher`` attempts to restart ``ganeti-rapi`` if RAPI is not
260
  reachable
261
- Implemented initial support for running Ganeti daemons as separate
262
  users, see configure-time flags ``--with-user-prefix`` and
263
  ``--with-group-prefix`` (only ``ganeti-rapi`` is supported at this
264
  time)
265
- Instances can be removed after export (``gnt-backup export
266
  --remove-instance``)
267
- Self-signed certificates generated by Ganeti now use a 2048 bit RSA
268
  key (instead of 1024 bit)
269
- Added new cluster configuration file for cluster domain secret
270
- Import/export now use SSL instead of SSH
271
- Added support for showing estimated time when exporting an instance,
272
  see the ``ganeti-os-interface(7)`` manpage and look for
273
  ``EXP_SIZE_FD``
274

    
275

    
276
Version 2.1.8
277
-------------
278

    
279
*(Released Tue, 16 Nov 2010)*
280

    
281
Some more bugfixes. Unless critical bugs occur, this will be the last
282
2.1 release:
283

    
284
- Fix case of MAC special-values
285
- Fix mac checker regex
286
- backend: Fix typo causing “out of range” error
287
- Add missing --units in gnt-instance list man page
288

    
289

    
290
Version 2.1.7
291
-------------
292

    
293
*(Released Tue, 24 Aug 2010)*
294

    
295
Bugfixes only:
296
  - Don't ignore secondary node silently on non-mirrored disk templates
297
    (issue 113)
298
  - Fix --master-netdev arg name in gnt-cluster(8) (issue 114)
299
  - Fix usb_mouse parameter breaking with vnc_console (issue 109)
300
  - Properly document the usb_mouse parameter
301
  - Fix path in ganeti-rapi(8) (issue 116)
302
  - Adjust error message when the ganeti user's .ssh directory is
303
    missing
304
  - Add same-node-check when changing the disk template to drbd
305

    
306

    
307
Version 2.1.6
308
-------------
309

    
310
*(Released Fri, 16 Jul 2010)*
311

    
312
Bugfixes only:
313
  - Add an option to only select some reboot types during qa/burnin.
314
    (on some hypervisors consequent reboots are not supported)
315
  - Fix infrequent race condition in master failover. Sometimes the old
316
    master ip address would be still detected as up for a short time
317
    after it was removed, causing failover to fail.
318
  - Decrease mlockall warnings when the ctypes module is missing. On
319
    Python 2.4 we support running even if no ctypes module is installed,
320
    but we were too verbose about this issue.
321
  - Fix building on old distributions, on which man doesn't have a
322
    --warnings option.
323
  - Fix RAPI not to ignore the MAC address on instance creation
324
  - Implement the old instance creation format in the RAPI client.
325

    
326

    
327
Version 2.1.5
328
-------------
329

    
330
*(Released Thu, 01 Jul 2010)*
331

    
332
A small bugfix release:
333
  - Fix disk adoption: broken by strict --disk option checking in 2.1.4
334
  - Fix batch-create: broken in the whole 2.1 series due to a lookup on
335
    a non-existing option
336
  - Fix instance create: the --force-variant option was ignored
337
  - Improve pylint 0.21 compatibility and warnings with Python 2.6
338
  - Fix modify node storage with non-FQDN arguments
339
  - Fix RAPI client to authenticate under Python 2.6 when used
340
    for more than 5 requests needing authentication
341
  - Fix gnt-instance modify -t (storage) giving a wrong error message
342
    when converting a non-shutdown drbd instance to plain
343

    
344

    
345
Version 2.1.4
346
-------------
347

    
348
*(Released Fri, 18 Jun 2010)*
349

    
350
A small bugfix release:
351

    
352
  - Fix live migration of KVM instances started with older Ganeti
353
    versions which had fewer hypervisor parameters
354
  - Fix gnt-instance grow-disk on down instances
355
  - Fix an error-reporting bug during instance migration
356
  - Better checking of the ``--net`` and ``--disk`` values, to avoid
357
    silently ignoring broken ones
358
  - Fix an RPC error reporting bug affecting, for example, RAPI client
359
    users
360
  - Fix bug triggered by different API version os-es on different nodes
361
  - Fix a bug in instance startup with custom hvparams: OS level
362
    parameters would fail to be applied.
363
  - Fix the RAPI client under Python 2.6 (but more work is needed to
364
    make it work completely well with OpenSSL)
365
  - Fix handling of errors when resolving names from DNS
366

    
367

    
368
Version 2.1.3
369
-------------
370

    
371
*(Released Thu, 3 Jun 2010)*
372

    
373
A medium sized development cycle. Some new features, and some
374
fixes/small improvements/cleanups.
375

    
376
Significant features
377
~~~~~~~~~~~~~~~~~~~~
378

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

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

    
389
KVM: Add instance chrooting feature. If you use privilege dropping for
390
your VMs you can also now force them to chroot to an empty directory,
391
before starting the emulated guest.
392

    
393
KVM: Add maximum migration bandwith and maximum downtime tweaking
394
support (requires a new-enough version of qemu-kvm).
395

    
396
Cluster verify will now warn if the master node doesn't have the master
397
ip configured on it.
398

    
399
Add a new (incompatible) instance creation request format to RAPI which
400
supports all parameters (previously only a subset was supported, and it
401
wasn't possible to extend the old format to accomodate all the new
402
features. The old format is still supported, and a client can check for
403
this feature, before using it, by checking for its presence in the
404
``features`` RAPI resource.
405

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

    
410
Other changes
411
~~~~~~~~~~~~~
412

    
413
As usual many internal code refactorings, documentation updates, and
414
such. Among others:
415

    
416
  - Lots of improvements and cleanups to the experimental Remote API
417
    (RAPI) client library.
418
  - A new unit test suite for the core daemon libraries.
419
  - A fix to creating missing directories makes sure the umask is not
420
    applied anymore. This enforces the same directory permissions
421
    everywhere.
422
  - Better handling terminating daemons with ctrl+c (used when running
423
    them in debugging mode).
424
  - Fix a race condition in live migrating a KVM instance, when stat()
425
    on the old proc status file returned EINVAL, which is an unexpected
426
    value.
427
  - Fixed manpage checking with newer man and utf-8 charachters. But now
428
    you need the en_US.UTF-8 locale enabled to build Ganeti from git.
429

    
430

    
431
Version 2.1.2.1
432
---------------
433

    
434
*(Released Fri, 7 May 2010)*
435

    
436
Fix a bug which prevented untagged KVM instances from starting.
437

    
438

    
439
Version 2.1.2
440
-------------
441

    
442
*(Released Fri, 7 May 2010)*
443

    
444
Another release with a long development cycle, during which many
445
different features were added.
446

    
447
Significant features
448
~~~~~~~~~~~~~~~~~~~~
449

    
450
The KVM hypervisor now can run the individual instances as non-root, to
451
reduce the impact of a VM being hijacked due to bugs in the
452
hypervisor. It is possible to run all instances as a single (non-root)
453
user, to manually specify a user for each instance, or to dynamically
454
allocate a user out of a cluster-wide pool to each instance, with the
455
guarantee that no two instances will run under the same user ID on any
456
given node.
457

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

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

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

    
472
Another disk improvement is the possibility to convert between redundant
473
(DRBD) and plain (LVM) disk configuration for an instance. This should
474
allow better scalability (starting with one node and growing the
475
cluster, or shrinking a two-node cluster to one node).
476

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

    
486
Instance export/import now will reuse the original instance
487
specifications for all parameters; that means exporting an instance,
488
deleting it and the importing it back should give an almost identical
489
instance. Note that the default import behaviour has changed from
490
before, where it created only one NIC; now it recreates the original
491
number of NICs.
492

    
493
Cluster verify has added a few new checks: SSL certificates validity,
494
/etc/hosts consistency across the cluster, etc.
495

    
496
Other changes
497
~~~~~~~~~~~~~
498

    
499
As usual, many internal changes were done, documentation fixes,
500
etc. Among others:
501

    
502
- Fixed cluster initialization with disabled cluster storage (regression
503
  introduced in 2.1.1)
504
- File-based storage supports growing the disks
505
- Fixed behaviour of node role changes
506
- Fixed cluster verify for some corner cases, plus a general rewrite of
507
  cluster verify to allow future extension with more checks
508
- Fixed log spamming by watcher and node daemon (regression introduced
509
  in 2.1.1)
510
- Fixed possible validation issues when changing the list of enabled
511
  hypervisors
512
- Fixed cleanup of /etc/hosts during node removal
513
- Fixed RAPI response for invalid methods
514
- Fixed bug with hashed passwords in ``ganeti-rapi`` daemon
515
- Multiple small improvements to the KVM hypervisor (VNC usage, booting
516
  from ide disks, etc.)
517
- Allow OS changes without re-installation (to record a changed OS
518
  outside of Ganeti, or to allow OS renames)
519
- Allow instance creation without OS installation (useful for example if
520
  the OS will be installed manually, or restored from a backup not in
521
  Ganeti format)
522
- Implemented option to make cluster ``copyfile`` use the replication
523
  network
524
- Added list of enabled hypervisors to ssconf (possibly useful for
525
  external scripts)
526
- Added a new tool (``tools/cfgupgrade12``) that allows upgrading from
527
  1.2 clusters
528
- A partial form of node re-IP is possible via node readd, which now
529
  allows changed node primary IP
530
- Command line utilities now show an informational message if the job is
531
  waiting for a lock
532
- The logs of the master daemon now show the PID/UID/GID of the
533
  connected client
534

    
535

    
536
Version 2.1.1
537
-------------
538

    
539
*(Released Fri, 12 Mar 2010)*
540

    
541
During the 2.1.0 long release candidate cycle, a lot of improvements and
542
changes have accumulated with were released later as 2.1.1.
543

    
544
Major changes
545
~~~~~~~~~~~~~
546

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

    
558
Another important change is increased validation of node and instance
559
names. This might create problems in special cases, if invalid host
560
names are being used.
561

    
562
Also, a new layer of hypervisor parameters has been added, that sits at
563
OS level between the cluster defaults and the instance ones. This allows
564
customisation of virtualization parameters depending on the installed
565
OS. For example instances with OS 'X' may have a different KVM kernel
566
(or any other parameter) than the cluster defaults. This is intended to
567
help managing a multiple OSes on the same cluster, without manual
568
modification of each instance's parameters.
569

    
570
A tool for merging clusters, ``cluster-merge``, has been added in the
571
tools sub-directory.
572

    
573
Bug fixes
574
~~~~~~~~~
575

    
576
- Improved the int/float conversions that should make the code more
577
  robust in face of errors from the node daemons
578
- Fixed the remove node code in case of internal configuration errors
579
- Fixed the node daemon behaviour in face of inconsistent queue
580
  directory (e.g. read-only file-system where we can't open the files
581
  read-write, etc.)
582
- Fixed the behaviour of gnt-node modify for master candidate demotion;
583
  now it either aborts cleanly or, if given the new “auto_promote”
584
  parameter, will automatically promote other nodes as needed
585
- Fixed compatibility with (unreleased yet) Python 2.6.5 that would
586
  completely prevent Ganeti from working
587
- Fixed bug for instance export when not all disks were successfully
588
  exported
589
- Fixed behaviour of node add when the new node is slow in starting up
590
  the node daemon
591
- Fixed handling of signals in the LUXI client, which should improve
592
  behaviour of command-line scripts
593
- Added checks for invalid node/instance names in the configuration (now
594
  flagged during cluster verify)
595
- Fixed watcher behaviour for disk activation errors
596
- Fixed two potentially endless loops in http library, which led to the
597
  RAPI daemon hanging and consuming 100% CPU in some cases
598
- Fixed bug in RAPI daemon related to hashed passwords
599
- Fixed bug for unintended qemu-level bridging of multi-NIC KVM
600
  instances
601
- Enhanced compatibility with non-Debian OSes, but not using absolute
602
  path in some commands and allowing customisation of the ssh
603
  configuration directory
604
- Fixed possible future issue with new Python versions by abiding to the
605
  proper use of ``__slots__`` attribute on classes
606
- Added checks that should prevent directory traversal attacks
607
- Many documentation fixes based on feedback from users
608

    
609
New features
610
~~~~~~~~~~~~
611

    
612
- Added an “early_release” more for instance replace disks and node
613
  evacuate, where we release locks earlier and thus allow higher
614
  parallelism within the cluster
615
- Added watcher hooks, intended to allow the watcher to restart other
616
  daemons (e.g. from the ganeti-nbma project), but they can be used of
617
  course for any other purpose
618
- Added a compile-time disable for DRBD barriers, to increase
619
  performance if the administrator trusts the power supply or the
620
  storage system to not lose writes
621
- Added the option of using syslog for logging instead of, or in
622
  addition to, Ganeti's own log files
623
- Removed boot restriction for paravirtual NICs for KVM, recent versions
624
  can indeed boot from a paravirtual NIC
625
- Added a generic debug level for many operations; while this is not
626
  used widely yet, it allows one to pass the debug value all the way to
627
  the OS scripts
628
- Enhanced the hooks environment for instance moves (failovers,
629
  migrations) where the primary/secondary nodes changed during the
630
  operation, by adding {NEW,OLD}_{PRIMARY,SECONDARY} vars
631
- Enhanced data validations for many user-supplied values; one important
632
  item is the restrictions imposed on instance and node names, which
633
  might reject some (invalid) host names
634
- Add a configure-time option to disable file-based storage, if it's not
635
  needed; this allows greater security separation between the master
636
  node and the other nodes from the point of view of the inter-node RPC
637
  protocol
638
- Added user notification in interactive tools if job is waiting in the
639
  job queue or trying to acquire locks
640
- Added log messages when a job is waiting for locks
641
- Added filtering by node tags in instance operations which admit
642
  multiple instances (start, stop, reboot, reinstall)
643
- Added a new tool for cluster mergers, ``cluster-merge``
644
- Parameters from command line which are of the form ``a=b,c=d`` can now
645
  use backslash escapes to pass in values which contain commas,
646
  e.g. ``a=b\\c,d=e`` where the 'a' parameter would get the value
647
  ``b,c``
648
- For KVM, the instance name is the first parameter passed to KVM, so
649
  that it's more visible in the process list
650

    
651

    
652
Version 2.1.0
653
-------------
654

    
655
*(Released Tue, 2 Mar 2010)*
656

    
657
Ganeti 2.1 brings many improvements with it. Major changes:
658

    
659
- Added infrastructure to ease automated disk repairs
660
- Added new daemon to export configuration data in a cheaper way than
661
  using the remote API
662
- Instance NICs can now be routed instead of being associated with a
663
  networking bridge
664
- Improved job locking logic to reduce impact of jobs acquiring multiple
665
  locks waiting for other long-running jobs
666

    
667
In-depth implementation details can be found in the Ganeti 2.1 design
668
document.
669

    
670
Details
671
~~~~~~~
672

    
673
- Added chroot hypervisor
674
- Added more options to xen-hvm hypervisor (``kernel_path`` and
675
  ``device_model``)
676
- Added more options to xen-pvm hypervisor (``use_bootloader``,
677
  ``bootloader_path`` and ``bootloader_args``)
678
- Added the ``use_localtime`` option for the xen-hvm and kvm
679
  hypervisors, and the default value for this has changed to false (in
680
  2.0 xen-hvm always enabled it)
681
- Added luxi call to submit multiple jobs in one go
682
- Added cluster initialization option to not modify ``/etc/hosts``
683
  file on nodes
684
- Added network interface parameters
685
- Added dry run mode to some LUs
686
- Added RAPI resources:
687

    
688
  - ``/2/instances/[instance_name]/info``
689
  - ``/2/instances/[instance_name]/replace-disks``
690
  - ``/2/nodes/[node_name]/evacuate``
691
  - ``/2/nodes/[node_name]/migrate``
692
  - ``/2/nodes/[node_name]/role``
693
  - ``/2/nodes/[node_name]/storage``
694
  - ``/2/nodes/[node_name]/storage/modify``
695
  - ``/2/nodes/[node_name]/storage/repair``
696

    
697
- Added OpCodes to evacuate or migrate all instances on a node
698
- Added new command to list storage elements on nodes (``gnt-node
699
  list-storage``) and modify them (``gnt-node modify-storage``)
700
- Added new ssconf files with master candidate IP address
701
  (``ssconf_master_candidates_ips``), node primary IP address
702
  (``ssconf_node_primary_ips``) and node secondary IP address
703
  (``ssconf_node_secondary_ips``)
704
- Added ``ganeti-confd`` and a client library to query the Ganeti
705
  configuration via UDP
706
- Added ability to run hooks after cluster initialization and before
707
  cluster destruction
708
- Added automatic mode for disk replace (``gnt-instance replace-disks
709
  --auto``)
710
- Added ``gnt-instance recreate-disks`` to re-create (empty) disks
711
  after catastrophic data-loss
712
- Added ``gnt-node repair-storage`` command to repair damaged LVM volume
713
  groups
714
- Added ``gnt-instance move`` command to move instances
715
- Added ``gnt-cluster watcher`` command to control watcher
716
- Added ``gnt-node powercycle`` command to powercycle nodes
717
- Added new job status field ``lock_status``
718
- Added parseable error codes to cluster verification (``gnt-cluster
719
  verify --error-codes``) and made output less verbose (use
720
  ``--verbose`` to restore previous behaviour)
721
- Added UUIDs to the main config entities (cluster, nodes, instances)
722
- Added support for OS variants
723
- Added support for hashed passwords in the Ganeti remote API users file
724
  (``rapi_users``)
725
- Added option to specify maximum timeout on instance shutdown
726
- Added ``--no-ssh-init`` option to ``gnt-cluster init``
727
- Added new helper script to start and stop Ganeti daemons
728
  (``daemon-util``), with the intent to reduce the work necessary to
729
  adjust Ganeti for non-Debian distributions and to start/stop daemons
730
  from one place
731
- Added more unittests
732
- Fixed critical bug in ganeti-masterd startup
733
- Removed the configure-time ``kvm-migration-port`` parameter, this is
734
  now customisable at the cluster level for both the KVM and Xen
735
  hypervisors using the new ``migration_port`` parameter
736
- Pass ``INSTANCE_REINSTALL`` variable to OS installation script when
737
  reinstalling an instance
738
- Allowed ``@`` in tag names
739
- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation
740
- Many documentation updates
741
- Distribute hypervisor files on ``gnt-cluster redist-conf``
742
- ``gnt-instance reinstall`` can now reinstall multiple instances
743
- Updated many command line parameters
744
- Introduced new OS API version 15
745
- No longer support a default hypervisor
746
- Treat virtual LVs as inexistent
747
- Improved job locking logic to reduce lock contention
748
- Match instance and node names case insensitively
749
- Reimplemented bash completion script to be more complete
750
- Improved burnin
751

    
752

    
753
Version 2.0.6
754
-------------
755

    
756
*(Released Thu, 4 Feb 2010)*
757

    
758
- Fix cleaner behaviour on nodes not in a cluster (Debian bug 568105)
759
- Fix a string formatting bug
760
- Improve safety of the code in some error paths
761
- Improve data validation in the master of values returned from nodes
762

    
763

    
764
Version 2.0.5
765
-------------
766

    
767
*(Released Thu, 17 Dec 2009)*
768

    
769
- Fix security issue due to missing validation of iallocator names; this
770
  allows local and remote execution of arbitrary executables
771
- Fix failure of gnt-node list during instance removal
772
- Ship the RAPI documentation in the archive
773

    
774

    
775
Version 2.0.4
776
-------------
777

    
778
*(Released Wed, 30 Sep 2009)*
779

    
780
- Fixed many wrong messages
781
- Fixed a few bugs related to the locking library
782
- Fixed MAC checking at instance creation time
783
- Fixed a DRBD parsing bug related to gaps in /proc/drbd
784
- Fixed a few issues related to signal handling in both daemons and
785
  scripts
786
- Fixed the example startup script provided
787
- Fixed insserv dependencies in the example startup script (patch from
788
  Debian)
789
- Fixed handling of drained nodes in the iallocator framework
790
- Fixed handling of KERNEL_PATH parameter for xen-hvm (Debian bug
791
  #528618)
792
- Fixed error related to invalid job IDs in job polling
793
- Fixed job/opcode persistence on unclean master shutdown
794
- Fixed handling of partial job processing after unclean master
795
  shutdown
796
- Fixed error reporting from LUs, previously all errors were converted
797
  into execution errors
798
- Fixed error reporting from burnin
799
- Decreased significantly the memory usage of the job queue
800
- Optimised slightly multi-job submission
801
- Optimised slightly opcode loading
802
- Backported the multi-job submit framework from the development
803
  branch; multi-instance start and stop should be faster
804
- Added script to clean archived jobs after 21 days; this will reduce
805
  the size of the queue directory
806
- Added some extra checks in disk size tracking
807
- Added an example ethers hook script
808
- Added a cluster parameter that prevents Ganeti from modifying of
809
  /etc/hosts
810
- Added more node information to RAPI responses
811
- Added a ``gnt-job watch`` command that allows following the ouput of a
812
  job
813
- Added a bind-address option to ganeti-rapi
814
- Added more checks to the configuration verify
815
- Enhanced the burnin script such that some operations can be retried
816
  automatically
817
- Converted instance reinstall to multi-instance model
818

    
819

    
820
Version 2.0.3
821
-------------
822

    
823
*(Released Fri, 7 Aug 2009)*
824

    
825
- Added ``--ignore-size`` to the ``gnt-instance activate-disks`` command
826
  to allow using the pre-2.0.2 behaviour in activation, if any existing
827
  instances have mismatched disk sizes in the configuration
828
- Added ``gnt-cluster repair-disk-sizes`` command to check and update
829
  any configuration mismatches for disk sizes
830
- Added ``gnt-master cluste-failover --no-voting`` to allow master
831
  failover to work on two-node clusters
832
- Fixed the ``--net`` option of ``gnt-backup import``, which was
833
  unusable
834
- Fixed detection of OS script errors in ``gnt-backup export``
835
- Fixed exit code of ``gnt-backup export``
836

    
837

    
838
Version 2.0.2
839
-------------
840

    
841
*(Released Fri, 17 Jul 2009)*
842

    
843
- Added experimental support for stripped logical volumes; this should
844
  enhance performance but comes with a higher complexity in the block
845
  device handling; stripping is only enabled when passing
846
  ``--with-lvm-stripecount=N`` to ``configure``, but codepaths are
847
  affected even in the non-stripped mode
848
- Improved resiliency against transient failures at the end of DRBD
849
  resyncs, and in general of DRBD resync checks
850
- Fixed a couple of issues with exports and snapshot errors
851
- Fixed a couple of issues in instance listing
852
- Added display of the disk size in ``gnt-instance info``
853
- Fixed checking for valid OSes in instance creation
854
- Fixed handling of the "vcpus" parameter in instance listing and in
855
  general of invalid parameters
856
- Fixed http server library, and thus RAPI, to handle invalid
857
  username/password combinations correctly; this means that now they
858
  report unauthorized for queries too, not only for modifications,
859
  allowing earlier detect of configuration problems
860
- Added a new "role" node list field, equivalent to the master/master
861
  candidate/drained/offline flags combinations
862
- Fixed cluster modify and changes of candidate pool size
863
- Fixed cluster verify error messages for wrong files on regular nodes
864
- Fixed a couple of issues with node demotion from master candidate role
865
- Fixed node readd issues
866
- Added non-interactive mode for ``ganeti-masterd --no-voting`` startup
867
- Added a new ``--no-voting`` option for masterfailover to fix failover
868
  on two-nodes clusters when the former master node is unreachable
869
- Added instance reinstall over RAPI
870

    
871

    
872
Version 2.0.1
873
-------------
874

    
875
*(Released Tue, 16 Jun 2009)*
876

    
877
- added ``-H``/``-B`` startup parameters to ``gnt-instance``, which will
878
  allow re-adding the start in single-user option (regression from 1.2)
879
- the watcher writes the instance status to a file, to allow monitoring
880
  to report the instance status (from the master) based on cached
881
  results of the watcher's queries; while this can get stale if the
882
  watcher is being locked due to other work on the cluster, this is
883
  still an improvement
884
- the watcher now also restarts the node daemon and the rapi daemon if
885
  they died
886
- fixed the watcher to handle full and drained queue cases
887
- hooks export more instance data in the environment, which helps if
888
  hook scripts need to take action based on the instance's properties
889
  (no longer need to query back into ganeti)
890
- instance failovers when the instance is stopped do not check for free
891
  RAM, so that failing over a stopped instance is possible in low memory
892
  situations
893
- rapi uses queries for tags instead of jobs (for less job traffic), and
894
  for cluster tags it won't talk to masterd at all but read them from
895
  ssconf
896
- a couple of error handling fixes in RAPI
897
- drbd handling: improved the error handling of inconsistent disks after
898
  resync to reduce the frequency of "there are some degraded disks for
899
  this instance" messages
900
- fixed a bug in live migration when DRBD doesn't want to reconnect (the
901
  error handling path called a wrong function name)
902

    
903

    
904
Version 2.0.0 final
905
-------------------
906

    
907
*(Released Wed, 27 May 2009)*
908

    
909
- no changes from rc5
910

    
911

    
912
Version 2.0 release candidate 5
913
-------------------------------
914

    
915
*(Released Wed, 20 May 2009)*
916

    
917
- fix a couple of bugs (validation, argument checks)
918
- fix ``gnt-cluster getmaster`` on non-master nodes (regression)
919
- some small improvements to RAPI and IAllocator
920
- make watcher automatically start the master daemon if down
921

    
922

    
923
Version 2.0 release candidate 4
924
-------------------------------
925

    
926
*(Released Mon, 27 Apr 2009)*
927

    
928
- change the OS list to not require locks; this helps with big clusters
929
- fix ``gnt-cluster verify`` and ``gnt-cluster verify-disks`` when the
930
  volume group is broken
931
- ``gnt-instance info``, without any arguments, doesn't run for all
932
  instances anymore; either pass ``--all`` or pass the desired
933
  instances; this helps against mistakes on big clusters where listing
934
  the information for all instances takes a long time
935
- miscellaneous doc and man pages fixes
936

    
937

    
938
Version 2.0 release candidate 3
939
-------------------------------
940

    
941
*(Released Wed, 8 Apr 2009)*
942

    
943
- Change the internal locking model of some ``gnt-node`` commands, in
944
  order to reduce contention (and blocking of master daemon) when
945
  batching many creation/reinstall jobs
946
- Fixes to Xen soft reboot
947
- No longer build documentation at build time, instead distribute it in
948
  the archive, in order to reduce the need for the whole docbook/rst
949
  toolchains
950

    
951

    
952
Version 2.0 release candidate 2
953
-------------------------------
954

    
955
*(Released Fri, 27 Mar 2009)*
956

    
957
- Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to 2.0
958
- Fix watcher startup sequence, improves the behaviour of busy clusters
959
- Some other fixes in ``gnt-cluster verify``, ``gnt-instance
960
  replace-disks``, ``gnt-instance add``, ``gnt-cluster queue``, KVM VNC
961
  bind address and other places
962
- Some documentation fixes and updates
963

    
964

    
965
Version 2.0 release candidate 1
966
-------------------------------
967

    
968
*(Released Mon, 2 Mar 2009)*
969

    
970
- More documentation updates, now all docs should be more-or-less
971
  up-to-date
972
- A couple of small fixes (mixed hypervisor clusters, offline nodes,
973
  etc.)
974
- Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen PVM
975
  and KVM)
976
- Fix an issue related to $libdir/run/ganeti and cluster creation
977

    
978

    
979
Version 2.0 beta 2
980
------------------
981

    
982
*(Released Thu, 19 Feb 2009)*
983

    
984
- Xen PVM and KVM have switched the default value for the instance root
985
  disk to the first partition on the first drive, instead of the whole
986
  drive; this means that the OS installation scripts must be changed
987
  accordingly
988
- Man pages have been updated
989
- RAPI has been switched by default to HTTPS, and the exported functions
990
  should all work correctly
991
- RAPI v1 has been removed
992
- Many improvements to the KVM hypervisor
993
- Block device errors are now better reported
994
- Many other bugfixes and small improvements
995

    
996

    
997
Version 2.0 beta 1
998
------------------
999

    
1000
*(Released Mon, 26 Jan 2009)*
1001

    
1002
- Version 2 is a general rewrite of the code and therefore the
1003
  differences are too many to list, see the design document for 2.0 in
1004
  the ``doc/`` subdirectory for more details
1005
- In this beta version there is not yet a migration path from 1.2 (there
1006
  will be one in the final 2.0 release)
1007
- A few significant changes are:
1008

    
1009
  - all commands are executed by a daemon (``ganeti-masterd``) and the
1010
    various ``gnt-*`` commands are just front-ends to it
1011
  - all the commands are entered into, and executed from a job queue,
1012
    see the ``gnt-job(8)`` manpage
1013
  - the RAPI daemon supports read-write operations, secured by basic
1014
    HTTP authentication on top of HTTPS
1015
  - DRBD version 0.7 support has been removed, DRBD 8 is the only
1016
    supported version (when migrating from Ganeti 1.2 to 2.0, you need
1017
    to migrate to DRBD 8 first while still running Ganeti 1.2)
1018
  - DRBD devices are using statically allocated minor numbers, which
1019
    will be assigned to existing instances during the migration process
1020
  - there is support for both Xen PVM and Xen HVM instances running on
1021
    the same cluster
1022
  - KVM virtualization is supported too
1023
  - file-based storage has been implemented, which means that it is
1024
    possible to run the cluster without LVM and DRBD storage, for
1025
    example using a shared filesystem exported from shared storage (and
1026
    still have live migration)
1027

    
1028

    
1029
Version 1.2.7
1030
-------------
1031

    
1032
*(Released Tue, 13 Jan 2009)*
1033

    
1034
- Change the default reboot type in ``gnt-instance reboot`` to "hard"
1035
- Reuse the old instance mac address by default on instance import, if
1036
  the instance name is the same.
1037
- Handle situations in which the node info rpc returns incomplete
1038
  results (issue 46)
1039
- Add checks for tcp/udp ports collisions in ``gnt-cluster verify``
1040
- Improved version of batcher:
1041

    
1042
  - state file support
1043
  - instance mac address support
1044
  - support for HVM clusters/instances
1045

    
1046
- Add an option to show the number of cpu sockets and nodes in
1047
  ``gnt-node list``
1048
- Support OSes that handle more than one version of the OS api (but do
1049
  not change the current API in any other way)
1050
- Fix ``gnt-node migrate``
1051
- ``gnt-debug`` man page
1052
- Fixes various more typos and small issues
1053
- Increase disk resync maximum speed to 60MB/s (from 30MB/s)
1054

    
1055

    
1056
Version 1.2.6
1057
-------------
1058

    
1059
*(Released Wed, 24 Sep 2008)*
1060

    
1061
- new ``--hvm-nic-type`` and ``--hvm-disk-type`` flags to control the
1062
  type of disk exported to fully virtualized instances.
1063
- provide access to the serial console of HVM instances
1064
- instance auto_balance flag, set by default. If turned off it will
1065
  avoid warnings on cluster verify if there is not enough memory to fail
1066
  over an instance. in the future it will prevent automatically failing
1067
  it over when we will support that.
1068
- batcher tool for instance creation, see ``tools/README.batcher``
1069
- ``gnt-instance reinstall --select-os`` to interactively select a new
1070
  operating system when reinstalling an instance.
1071
- when changing the memory amount on instance modify a check has been
1072
  added that the instance will be able to start. also warnings are
1073
  emitted if the instance will not be able to fail over, if auto_balance
1074
  is true.
1075
- documentation fixes
1076
- sync fields between ``gnt-instance list/modify/add/import``
1077
- fix a race condition in drbd when the sync speed was set after giving
1078
  the device a remote peer.
1079

    
1080

    
1081
Version 1.2.5
1082
-------------
1083

    
1084
*(Released Tue, 22 Jul 2008)*
1085

    
1086
- note: the allowed size and number of tags per object were reduced
1087
- fix a bug in ``gnt-cluster verify`` with inconsistent volume groups
1088
- fixed twisted 8.x compatibility
1089
- fixed ``gnt-instance replace-disks`` with iallocator
1090
- add TCP keepalives on twisted connections to detect restarted nodes
1091
- disk increase support, see ``gnt-instance grow-disk``
1092
- implement bulk node/instance query for RAPI
1093
- add tags in node/instance listing (optional)
1094
- experimental migration (and live migration) support, read the man page
1095
  for ``gnt-instance migrate``
1096
- the ``ganeti-watcher`` logs are now timestamped, and the watcher also
1097
  has some small improvements in handling its state file
1098

    
1099

    
1100
Version 1.2.4
1101
-------------
1102

    
1103
*(Released Fri, 13 Jun 2008)*
1104

    
1105
- Experimental readonly, REST-based remote API implementation;
1106
  automatically started on master node, TCP port 5080, if enabled by
1107
  ``--enable-rapi`` parameter to configure script.
1108
- Instance allocator support. Add and import instance accept a
1109
  ``--iallocator`` parameter, and call that instance allocator to decide
1110
  which node to use for the instance. The iallocator document describes
1111
  what's expected from an allocator script.
1112
- ``gnt-cluster verify`` N+1 memory redundancy checks: Unless passed the
1113
  ``--no-nplus1-mem`` option ``gnt-cluster verify`` now checks that if a
1114
  node is lost there is still enough memory to fail over the instances
1115
  that reside on it.
1116
- ``gnt-cluster verify`` hooks: it is now possible to add post-hooks to
1117
  ``gnt-cluster verify``, to check for site-specific compliance. All the
1118
  hooks will run, and their output, if any, will be displayed. Any
1119
  failing hook will make the verification return an error value.
1120
- ``gnt-cluster verify`` now checks that its peers are reachable on the
1121
  primary and secondary interfaces
1122
- ``gnt-node add`` now supports the ``--readd`` option, to readd a node
1123
  that is still declared as part of the cluster and has failed.
1124
- ``gnt-* list`` commands now accept a new ``-o +field`` way of
1125
  specifying output fields, that just adds the chosen fields to the
1126
  default ones.
1127
- ``gnt-backup`` now has a new ``remove`` command to delete an existing
1128
  export from the filesystem.
1129
- New per-instance parameters hvm_acpi, hvm_pae and hvm_cdrom_image_path
1130
  have been added. Using them you can enable/disable acpi and pae
1131
  support, and specify a path for a cd image to be exported to the
1132
  instance. These parameters as the name suggest only work on HVM
1133
  clusters.
1134
- When upgrading an HVM cluster to Ganeti 1.2.4, the values for ACPI and
1135
  PAE support will be set to the previously hardcoded values, but the
1136
  (previously hardcoded) path to the CDROM ISO image will be unset and
1137
  if required, needs to be set manually with ``gnt-instance modify``
1138
  after the upgrade.
1139
- The address to which an instance's VNC console is bound is now
1140
  selectable per-instance, rather than being cluster wide. Of course
1141
  this only applies to instances controlled via VNC, so currently just
1142
  applies to HVM clusters.
1143

    
1144

    
1145
Version 1.2.3
1146
-------------
1147

    
1148
*(Released Mon, 18 Feb 2008)*
1149

    
1150
- more tweaks to the disk activation code (especially helpful for DRBD)
1151
- change the default ``gnt-instance list`` output format, now there is
1152
  one combined status field (see the manpage for the exact values this
1153
  field will have)
1154
- some more fixes for the mac export to hooks change
1155
- make Ganeti not break with DRBD 8.2.x (which changed the version
1156
  format in ``/proc/drbd``) (issue 24)
1157
- add an upgrade tool from "remote_raid1" disk template to "drbd" disk
1158
  template, allowing migration from DRBD0.7+MD to DRBD8
1159

    
1160

    
1161
Version 1.2.2
1162
-------------
1163

    
1164
*(Released Wed, 30 Jan 2008)*
1165

    
1166
- fix ``gnt-instance modify`` breakage introduced in 1.2.1 with the HVM
1167
  support (issue 23)
1168
- add command aliases infrastructure and a few aliases
1169
- allow listing of VCPUs in the ``gnt-instance list`` and improve the
1170
  man pages and the ``--help`` option of ``gnt-node
1171
  list``/``gnt-instance list``
1172
- fix ``gnt-backup list`` with down nodes (issue 21)
1173
- change the tools location (move from $pkgdatadir to $pkglibdir/tools)
1174
- fix the dist archive and add a check for including svn/git files in
1175
  the future
1176
- some developer-related changes: improve the burnin and the QA suite,
1177
  add an upload script for testing during development
1178

    
1179

    
1180
Version 1.2.1
1181
-------------
1182

    
1183
*(Released Wed, 16 Jan 2008)*
1184

    
1185
- experimental HVM support, read the install document, section
1186
  "Initializing the cluster"
1187
- allow for the PVM hypervisor per-instance kernel and initrd paths
1188
- add a new command ``gnt-cluster verify-disks`` which uses a new
1189
  algorithm to improve the reconnection of the DRBD pairs if the device
1190
  on the secondary node has gone away
1191
- make logical volume code auto-activate LVs at disk activation time
1192
- slightly improve the speed of activating disks
1193
- allow specification of the MAC address at instance creation time, and
1194
  changing it later via ``gnt-instance modify``
1195
- fix handling of external commands that generate lots of output on
1196
  stderr
1197
- update documentation with regard to minimum version of DRBD8 supported
1198

    
1199

    
1200
Version 1.2.0
1201
-------------
1202

    
1203
*(Released Tue, 4 Dec 2007)*
1204

    
1205
- Log the ``xm create`` output to the node daemon log on failure (to
1206
  help diagnosing the error)
1207
- In debug mode, log all external commands output if failed to the logs
1208
- Change parsing of lvm commands to ignore stderr
1209

    
1210

    
1211
Version 1.2b3
1212
-------------
1213

    
1214
*(Released Wed, 28 Nov 2007)*
1215

    
1216
- Another round of updates to the DRBD 8 code to deal with more failures
1217
  in the replace secondary node operation
1218
- Some more logging of failures in disk operations (lvm, drbd)
1219
- A few documentation updates
1220
- QA updates
1221

    
1222

    
1223
Version 1.2b2
1224
-------------
1225

    
1226
*(Released Tue, 13 Nov 2007)*
1227

    
1228
- Change configuration file format from Python's Pickle to JSON.
1229
  Upgrading is possible using the cfgupgrade utility.
1230
- Add support for DRBD 8.0 (new disk template ``drbd``) which allows for
1231
  faster replace disks and is more stable (DRBD 8 has many improvements
1232
  compared to DRBD 0.7)
1233
- Added command line tags support (see man pages for ``gnt-instance``,
1234
  ``gnt-node``, ``gnt-cluster``)
1235
- Added instance rename support
1236
- Added multi-instance startup/shutdown
1237
- Added cluster rename support
1238
- Added ``gnt-node evacuate`` to simplify some node operations
1239
- Added instance reboot operation that can speedup reboot as compared to
1240
  stop and start
1241
- Soften the requirement that hostnames are in FQDN format
1242
- The ``ganeti-watcher`` now activates drbd pairs after secondary node
1243
  reboots
1244
- Removed dependency on debian's patched fping that uses the
1245
  non-standard ``-S`` option
1246
- Now the OS definitions are searched for in multiple, configurable
1247
  paths (easier for distros to package)
1248
- Some changes to the hooks infrastructure (especially the new
1249
  post-configuration update hook)
1250
- Other small bugfixes
1251

    
1252
.. vim: set textwidth=72 syntax=rst :
1253
.. Local Variables:
1254
.. mode: rst
1255
.. fill-column: 72
1256
.. End: