Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 65bc4d55

History | View | Annotate | Download (38.4 kB)

1
News
2
====
3

    
4
Version 2.1.8
5
-------------
6

    
7
*(Released Tue, 16 Nov 2010)*
8

    
9
Some more bugfixes. Unless critical bugs occur, this will be the last
10
2.1 release:
11

    
12
  - Fix case of MAC special-values
13
  - Fix mac checker regex
14
  - backend: Fix typo causing “out of range” error
15
  - Add mising --units in gnt-instance list man page
16

    
17

    
18
Version 2.1.7
19
-------------
20

    
21
*(Released Tue, 24 Aug 2010)*
22

    
23
Bugfixes only:
24
  - Don't ignore secondary node silently on non-mirrored disk templates
25
    (issue 113)
26
  - Fix --master-netdev arg name in gnt-cluster(8) (issue 114)
27
  - Fix usb_mouse parameter breaking with vnc_console (issue 109)
28
  - Properly document the usb_mouse parameter
29
  - Fix path in ganeti-rapi(8) (issue 116)
30
  - Adjust error message when the ganeti user's .ssh directory is
31
    missing
32
  - Add same-node-check when changing the disk template to drbd
33

    
34

    
35
Version 2.1.6
36
-------------
37

    
38
*(Released Fri, 16 Jul 2010)*
39

    
40
Bugfixes only:
41
  - Add an option to only select some reboot types during qa/burnin.
42
    (on some hypervisors consequent reboots are not supported)
43
  - Fix infrequent race condition in master failover. Sometimes the old
44
    master ip address would be still detected as up for a short time
45
    after it was removed, causing failover to fail.
46
  - Decrease mlockall warnings when the ctypes module is missing. On
47
    Python 2.4 we support running even if no ctypes module is installed,
48
    but we were too verbose about this issue.
49
  - Fix building on old distributions, on which man doesn't have a
50
    --warnings option.
51
  - Fix RAPI not to ignore the MAC address on instance creation
52
  - Implement the old instance creation format in the RAPI client.
53

    
54

    
55
Version 2.1.5
56
-------------
57

    
58
*(Released Thu, 01 Jul 2010)*
59

    
60
A small bugfix release:
61
  - Fix disk adoption: broken by strict --disk option checking in 2.1.4
62
  - Fix batch-create: broken in the whole 2.1 series due to a lookup on
63
    a non-existing option
64
  - Fix instance create: the --force-variant option was ignored
65
  - Improve pylint 0.21 compatibility and warnings with Python 2.6
66
  - Fix modify node storage with non-FQDN arguments
67
  - Fix RAPI client to authenticate under Python 2.6 when used
68
    for more than 5 requests needing authentication
69
  - Fix gnt-instance modify -t (storage) giving a wrong error message
70
    when converting a non-shutdown drbd instance to plain
71

    
72

    
73
Version 2.1.4
74
-------------
75

    
76
*(Released Fri, 18 Jun 2010)*
77

    
78
A small bugfix release:
79

    
80
  - Fix live migration of KVM instances started with older Ganeti
81
    versions which had fewer hypervisor parameters
82
  - Fix gnt-instance grow-disk on down instances
83
  - Fix an error-reporting bug during instance migration
84
  - Better checking of the ``--net`` and ``--disk`` values, to avoid
85
    silently ignoring broken ones
86
  - Fix an RPC error reporting bug affecting, for example, RAPI client
87
    users
88
  - Fix bug triggered by different API version os-es on different nodes
89
  - Fix a bug in instance startup with custom hvparams: OS level
90
    parameters would fail to be applied.
91
  - Fix the RAPI client under Python 2.6 (but more work is needed to
92
    make it work completely well with OpenSSL)
93
  - Fix handling of errors when resolving names from DNS
94

    
95

    
96
Version 2.1.3
97
-------------
98

    
99
*(Released Thu, 3 Jun 2010)*
100

    
101
A medium sized development cycle. Some new features, and some
102
fixes/small improvements/cleanups.
103

    
104
Significant features
105
~~~~~~~~~~~~~~~~~~~~
106

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

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

    
117
KVM: Add instance chrooting feature. If you use privilege dropping for
118
your VMs you can also now force them to chroot to an empty directory,
119
before starting the emulated guest.
120

    
121
KVM: Add maximum migration bandwith and maximum downtime tweaking
122
support (requires a new-enough version of qemu-kvm).
123

    
124
Cluster verify will now warn if the master node doesn't have the master
125
ip configured on it.
126

    
127
Add a new (incompatible) instance creation request format to RAPI which
128
supports all parameters (previously only a subset was supported, and it
129
wasn't possible to extend the old format to accomodate all the new
130
features. The old format is still supported, and a client can check for
131
this feature, before using it, by checking for its presence in the
132
``features`` RAPI resource.
133

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

    
138
Other changes
139
~~~~~~~~~~~~~
140

    
141
As usual many internal code refactorings, documentation updates, and
142
such. Among others:
143

    
144
  - Lots of improvements and cleanups to the experimental Remote API
145
    (RAPI) client library.
146
  - A new unit test suite for the core daemon libraries.
147
  - A fix to creating missing directories makes sure the umask is not
148
    applied anymore. This enforces the same directory permissions
149
    everywhere.
150
  - Better handling terminating daemons with ctrl+c (used when running
151
    them in debugging mode).
152
  - Fix a race condition in live migrating a KVM instance, when stat()
153
    on the old proc status file returned EINVAL, which is an unexpected
154
    value.
155
  - Fixed manpage checking with newer man and utf-8 charachters. But now
156
    you need the en_US.UTF-8 locale enabled to build Ganeti from git.
157

    
158

    
159
Version 2.1.2.1
160
---------------
161

    
162
*(Released Fri, 7 May 2010)*
163

    
164
Fix a bug which prevented untagged KVM instances from starting.
165

    
166

    
167
Version 2.1.2
168
-------------
169

    
170
*(Released Fri, 7 May 2010)*
171

    
172
Another release with a long development cycle, during which many
173
different features were added.
174

    
175
Significant features
176
~~~~~~~~~~~~~~~~~~~~
177

    
178
The KVM hypervisor now can run the individual instances as non-root, to
179
reduce the impact of a VM being hijacked due to bugs in the
180
hypervisor. It is possible to run all instances as a single (non-root)
181
user, to manually specify a user for each instance, or to dynamically
182
allocate a user out of a cluster-wide pool to each instance, with the
183
guarantee that no two instances will run under the same user ID on any
184
given node.
185

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

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

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

    
200
Another disk improvement is the possibility to convert between redundant
201
(DRBD) and plain (LVM) disk configuration for an instance. This should
202
allow better scalability (starting with one node and growing the
203
cluster, or shrinking a two-node cluster to one node).
204

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

    
214
Instance export/import now will reuse the original instance
215
specifications for all parameters; that means exporting an instance,
216
deleting it and the importing it back should give an almost identical
217
instance. Note that the default import behaviour has changed from
218
before, where it created only one NIC; now it recreates the original
219
number of NICs.
220

    
221
Cluster verify has added a few new checks: SSL certificates validity,
222
/etc/hosts consistency across the cluster, etc.
223

    
224
Other changes
225
~~~~~~~~~~~~~
226

    
227
As usual, many internal changes were done, documentation fixes,
228
etc. Among others:
229

    
230
- Fixed cluster initialization with disabled cluster storage (regression
231
  introduced in 2.1.1)
232
- File-based storage supports growing the disks
233
- Fixed behaviour of node role changes
234
- Fixed cluster verify for some corner cases, plus a general rewrite of
235
  cluster verify to allow future extension with more checks
236
- Fixed log spamming by watcher and node daemon (regression introduced
237
  in 2.1.1)
238
- Fixed possible validation issues when changing the list of enabled
239
  hypervisors
240
- Fixed cleanup of /etc/hosts during node removal
241
- Fixed RAPI response for invalid methods
242
- Fixed bug with hashed passwords in ``ganeti-rapi`` daemon
243
- Multiple small improvements to the KVM hypervisor (VNC usage, booting
244
  from ide disks, etc.)
245
- Allow OS changes without re-installation (to record a changed OS
246
  outside of Ganeti, or to allow OS renames)
247
- Allow instance creation without OS installation (useful for example if
248
  the OS will be installed manually, or restored from a backup not in
249
  Ganeti format)
250
- Implemented option to make cluster ``copyfile`` use the replication
251
  network
252
- Added list of enabled hypervisors to ssconf (possibly useful for
253
  external scripts)
254
- Added a new tool (``tools/cfgupgrade12``) that allows upgrading from
255
  1.2 clusters
256
- A partial form of node re-IP is possible via node readd, which now
257
  allows changed node primary IP
258
- Command line utilities now show an informational message if the job is
259
  waiting for a lock
260
- The logs of the master daemon now show the PID/UID/GID of the
261
  connected client
262

    
263

    
264
Version 2.1.1
265
-------------
266

    
267
*(Released Fri, 12 Mar 2010)*
268

    
269
During the 2.1.0 long release candidate cycle, a lot of improvements and
270
changes have accumulated with were released later as 2.1.1.
271

    
272
Major changes
273
~~~~~~~~~~~~~
274

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

    
286
Another important change is increased validation of node and instance
287
names. This might create problems in special cases, if invalid host
288
names are being used.
289

    
290
Also, a new layer of hypervisor parameters has been added, that sits at
291
OS level between the cluster defaults and the instance ones. This allows
292
customisation of virtualization parameters depending on the installed
293
OS. For example instances with OS 'X' may have a different KVM kernel
294
(or any other parameter) than the cluster defaults. This is intended to
295
help managing a multiple OSes on the same cluster, without manual
296
modification of each instance's parameters.
297

    
298
A tool for merging clusters, ``cluster-merge``, has been added in the
299
tools sub-directory.
300

    
301
Bug fixes
302
~~~~~~~~~
303

    
304
- Improved the int/float conversions that should make the code more
305
  robust in face of errors from the node daemons
306
- Fixed the remove node code in case of internal configuration errors
307
- Fixed the node daemon behaviour in face of inconsistent queue
308
  directory (e.g. read-only file-system where we can't open the files
309
  read-write, etc.)
310
- Fixed the behaviour of gnt-node modify for master candidate demotion;
311
  now it either aborts cleanly or, if given the new “auto_promote”
312
  parameter, will automatically promote other nodes as needed
313
- Fixed compatibility with (unreleased yet) Python 2.6.5 that would
314
  completely prevent Ganeti from working
315
- Fixed bug for instance export when not all disks were successfully
316
  exported
317
- Fixed behaviour of node add when the new node is slow in starting up
318
  the node daemon
319
- Fixed handling of signals in the LUXI client, which should improve
320
  behaviour of command-line scripts
321
- Added checks for invalid node/instance names in the configuration (now
322
  flagged during cluster verify)
323
- Fixed watcher behaviour for disk activation errors
324
- Fixed two potentially endless loops in http library, which led to the
325
  RAPI daemon hanging and consuming 100% CPU in some cases
326
- Fixed bug in RAPI daemon related to hashed passwords
327
- Fixed bug for unintended qemu-level bridging of multi-NIC KVM
328
  instances
329
- Enhanced compatibility with non-Debian OSes, but not using absolute
330
  path in some commands and allowing customisation of the ssh
331
  configuration directory
332
- Fixed possible future issue with new Python versions by abiding to the
333
  proper use of ``__slots__`` attribute on classes
334
- Added checks that should prevent directory traversal attacks
335
- Many documentation fixes based on feedback from users
336

    
337
New features
338
~~~~~~~~~~~~
339

    
340
- Added an “early_release” more for instance replace disks and node
341
  evacuate, where we release locks earlier and thus allow higher
342
  parallelism within the cluster
343
- Added watcher hooks, intended to allow the watcher to restart other
344
  daemons (e.g. from the ganeti-nbma project), but they can be used of
345
  course for any other purpose
346
- Added a compile-time disable for DRBD barriers, to increase
347
  performance if the administrator trusts the power supply or the
348
  storage system to not lose writes
349
- Added the option of using syslog for logging instead of, or in
350
  addition to, Ganeti's own log files
351
- Removed boot restriction for paravirtual NICs for KVM, recent versions
352
  can indeed boot from a paravirtual NIC
353
- Added a generic debug level for many operations; while this is not
354
  used widely yet, it allows one to pass the debug value all the way to
355
  the OS scripts
356
- Enhanced the hooks environment for instance moves (failovers,
357
  migrations) where the primary/secondary nodes changed during the
358
  operation, by adding {NEW,OLD}_{PRIMARY,SECONDARY} vars
359
- Enhanced data validations for many user-supplied values; one important
360
  item is the restrictions imposed on instance and node names, which
361
  might reject some (invalid) host names
362
- Add a configure-time option to disable file-based storage, if it's not
363
  needed; this allows greater security separation between the master
364
  node and the other nodes from the point of view of the inter-node RPC
365
  protocol
366
- Added user notification in interactive tools if job is waiting in the
367
  job queue or trying to acquire locks
368
- Added log messages when a job is waiting for locks
369
- Added filtering by node tags in instance operations which admit
370
  multiple instances (start, stop, reboot, reinstall)
371
- Added a new tool for cluster mergers, ``cluster-merge``
372
- Parameters from command line which are of the form ``a=b,c=d`` can now
373
  use backslash escapes to pass in values which contain commas,
374
  e.g. ``a=b\\c,d=e`` where the 'a' parameter would get the value
375
  ``b,c``
376
- For KVM, the instance name is the first parameter passed to KVM, so
377
  that it's more visible in the process list
378

    
379

    
380
Version 2.1.0
381
-------------
382

    
383
*(Released Tue, 2 Mar 2010)*
384

    
385
Ganeti 2.1 brings many improvements with it. Major changes:
386

    
387
- Added infrastructure to ease automated disk repairs
388
- Added new daemon to export configuration data in a cheaper way than
389
  using the remote API
390
- Instance NICs can now be routed instead of being associated with a
391
  networking bridge
392
- Improved job locking logic to reduce impact of jobs acquiring multiple
393
  locks waiting for other long-running jobs
394

    
395
In-depth implementation details can be found in the Ganeti 2.1 design
396
document.
397

    
398
Details
399
~~~~~~~
400

    
401
- Added chroot hypervisor
402
- Added more options to xen-hvm hypervisor (``kernel_path`` and
403
  ``device_model``)
404
- Added more options to xen-pvm hypervisor (``use_bootloader``,
405
  ``bootloader_path`` and ``bootloader_args``)
406
- Added the ``use_localtime`` option for the xen-hvm and kvm
407
  hypervisors, and the default value for this has changed to false (in
408
  2.0 xen-hvm always enabled it)
409
- Added luxi call to submit multiple jobs in one go
410
- Added cluster initialization option to not modify ``/etc/hosts``
411
  file on nodes
412
- Added network interface parameters
413
- Added dry run mode to some LUs
414
- Added RAPI resources:
415

    
416
  - ``/2/instances/[instance_name]/info``
417
  - ``/2/instances/[instance_name]/replace-disks``
418
  - ``/2/nodes/[node_name]/evacuate``
419
  - ``/2/nodes/[node_name]/migrate``
420
  - ``/2/nodes/[node_name]/role``
421
  - ``/2/nodes/[node_name]/storage``
422
  - ``/2/nodes/[node_name]/storage/modify``
423
  - ``/2/nodes/[node_name]/storage/repair``
424

    
425
- Added OpCodes to evacuate or migrate all instances on a node
426
- Added new command to list storage elements on nodes (``gnt-node
427
  list-storage``) and modify them (``gnt-node modify-storage``)
428
- Added new ssconf files with master candidate IP address
429
  (``ssconf_master_candidates_ips``), node primary IP address
430
  (``ssconf_node_primary_ips``) and node secondary IP address
431
  (``ssconf_node_secondary_ips``)
432
- Added ``ganeti-confd`` and a client library to query the Ganeti
433
  configuration via UDP
434
- Added ability to run hooks after cluster initialization and before
435
  cluster destruction
436
- Added automatic mode for disk replace (``gnt-instance replace-disks
437
  --auto``)
438
- Added ``gnt-instance recreate-disks`` to re-create (empty) disks
439
  after catastrophic data-loss
440
- Added ``gnt-node repair-storage`` command to repair damaged LVM volume
441
  groups
442
- Added ``gnt-instance move`` command to move instances
443
- Added ``gnt-cluster watcher`` command to control watcher
444
- Added ``gnt-node powercycle`` command to powercycle nodes
445
- Added new job status field ``lock_status``
446
- Added parseable error codes to cluster verification (``gnt-cluster
447
  verify --error-codes``) and made output less verbose (use
448
  ``--verbose`` to restore previous behaviour)
449
- Added UUIDs to the main config entities (cluster, nodes, instances)
450
- Added support for OS variants
451
- Added support for hashed passwords in the Ganeti remote API users file
452
  (``rapi_users``)
453
- Added option to specify maximum timeout on instance shutdown
454
- Added ``--no-ssh-init`` option to ``gnt-cluster init``
455
- Added new helper script to start and stop Ganeti daemons
456
  (``daemon-util``), with the intent to reduce the work necessary to
457
  adjust Ganeti for non-Debian distributions and to start/stop daemons
458
  from one place
459
- Added more unittests
460
- Fixed critical bug in ganeti-masterd startup
461
- Removed the configure-time ``kvm-migration-port`` parameter, this is
462
  now customisable at the cluster level for both the KVM and Xen
463
  hypervisors using the new ``migration_port`` parameter
464
- Pass ``INSTANCE_REINSTALL`` variable to OS installation script when
465
  reinstalling an instance
466
- Allowed ``@`` in tag names
467
- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation
468
- Many documentation updates
469
- Distribute hypervisor files on ``gnt-cluster redist-conf``
470
- ``gnt-instance reinstall`` can now reinstall multiple instances
471
- Updated many command line parameters
472
- Introduced new OS API version 15
473
- No longer support a default hypervisor
474
- Treat virtual LVs as inexistent
475
- Improved job locking logic to reduce lock contention
476
- Match instance and node names case insensitively
477
- Reimplemented bash completion script to be more complete
478
- Improved burnin
479

    
480

    
481
Version 2.0.6
482
-------------
483

    
484
*(Released Thu, 4 Feb 2010)*
485

    
486
- Fix cleaner behaviour on nodes not in a cluster (Debian bug 568105)
487
- Fix a string formatting bug
488
- Improve safety of the code in some error paths
489
- Improve data validation in the master of values returned from nodes
490

    
491

    
492
Version 2.0.5
493
-------------
494

    
495
*(Released Thu, 17 Dec 2009)*
496

    
497
- Fix security issue due to missing validation of iallocator names; this
498
  allows local and remote execution of arbitrary executables
499
- Fix failure of gnt-node list during instance removal
500
- Ship the RAPI documentation in the archive
501

    
502

    
503
Version 2.0.4
504
-------------
505

    
506
*(Released Wed, 30 Sep 2009)*
507

    
508
- Fixed many wrong messages
509
- Fixed a few bugs related to the locking library
510
- Fixed MAC checking at instance creation time
511
- Fixed a DRBD parsing bug related to gaps in /proc/drbd
512
- Fixed a few issues related to signal handling in both daemons and
513
  scripts
514
- Fixed the example startup script provided
515
- Fixed insserv dependencies in the example startup script (patch from
516
  Debian)
517
- Fixed handling of drained nodes in the iallocator framework
518
- Fixed handling of KERNEL_PATH parameter for xen-hvm (Debian bug
519
  #528618)
520
- Fixed error related to invalid job IDs in job polling
521
- Fixed job/opcode persistence on unclean master shutdown
522
- Fixed handling of partial job processing after unclean master
523
  shutdown
524
- Fixed error reporting from LUs, previously all errors were converted
525
  into execution errors
526
- Fixed error reporting from burnin
527
- Decreased significantly the memory usage of the job queue
528
- Optimised slightly multi-job submission
529
- Optimised slightly opcode loading
530
- Backported the multi-job submit framework from the development
531
  branch; multi-instance start and stop should be faster
532
- Added script to clean archived jobs after 21 days; this will reduce
533
  the size of the queue directory
534
- Added some extra checks in disk size tracking
535
- Added an example ethers hook script
536
- Added a cluster parameter that prevents Ganeti from modifying of
537
  /etc/hosts
538
- Added more node information to RAPI responses
539
- Added a ``gnt-job watch`` command that allows following the ouput of a
540
  job
541
- Added a bind-address option to ganeti-rapi
542
- Added more checks to the configuration verify
543
- Enhanced the burnin script such that some operations can be retried
544
  automatically
545
- Converted instance reinstall to multi-instance model
546

    
547

    
548
Version 2.0.3
549
-------------
550

    
551
*(Released Fri, 7 Aug 2009)*
552

    
553
- Added ``--ignore-size`` to the ``gnt-instance activate-disks`` command
554
  to allow using the pre-2.0.2 behaviour in activation, if any existing
555
  instances have mismatched disk sizes in the configuration
556
- Added ``gnt-cluster repair-disk-sizes`` command to check and update
557
  any configuration mismatches for disk sizes
558
- Added ``gnt-master cluste-failover --no-voting`` to allow master
559
  failover to work on two-node clusters
560
- Fixed the ``--net`` option of ``gnt-backup import``, which was
561
  unusable
562
- Fixed detection of OS script errors in ``gnt-backup export``
563
- Fixed exit code of ``gnt-backup export``
564

    
565

    
566
Version 2.0.2
567
-------------
568

    
569
*(Released Fri, 17 Jul 2009)*
570

    
571
- Added experimental support for stripped logical volumes; this should
572
  enhance performance but comes with a higher complexity in the block
573
  device handling; stripping is only enabled when passing
574
  ``--with-lvm-stripecount=N`` to ``configure``, but codepaths are
575
  affected even in the non-stripped mode
576
- Improved resiliency against transient failures at the end of DRBD
577
  resyncs, and in general of DRBD resync checks
578
- Fixed a couple of issues with exports and snapshot errors
579
- Fixed a couple of issues in instance listing
580
- Added display of the disk size in ``gnt-instance info``
581
- Fixed checking for valid OSes in instance creation
582
- Fixed handling of the "vcpus" parameter in instance listing and in
583
  general of invalid parameters
584
- Fixed http server library, and thus RAPI, to handle invalid
585
  username/password combinations correctly; this means that now they
586
  report unauthorized for queries too, not only for modifications,
587
  allowing earlier detect of configuration problems
588
- Added a new "role" node list field, equivalent to the master/master
589
  candidate/drained/offline flags combinations
590
- Fixed cluster modify and changes of candidate pool size
591
- Fixed cluster verify error messages for wrong files on regular nodes
592
- Fixed a couple of issues with node demotion from master candidate role
593
- Fixed node readd issues
594
- Added non-interactive mode for ``ganeti-masterd --no-voting`` startup
595
- Added a new ``--no-voting`` option for masterfailover to fix failover
596
  on two-nodes clusters when the former master node is unreachable
597
- Added instance reinstall over RAPI
598

    
599

    
600
Version 2.0.1
601
-------------
602

    
603
*(Released Tue, 16 Jun 2009)*
604

    
605
- added ``-H``/``-B`` startup parameters to ``gnt-instance``, which will
606
  allow re-adding the start in single-user option (regression from 1.2)
607
- the watcher writes the instance status to a file, to allow monitoring
608
  to report the instance status (from the master) based on cached
609
  results of the watcher's queries; while this can get stale if the
610
  watcher is being locked due to other work on the cluster, this is
611
  still an improvement
612
- the watcher now also restarts the node daemon and the rapi daemon if
613
  they died
614
- fixed the watcher to handle full and drained queue cases
615
- hooks export more instance data in the environment, which helps if
616
  hook scripts need to take action based on the instance's properties
617
  (no longer need to query back into ganeti)
618
- instance failovers when the instance is stopped do not check for free
619
  RAM, so that failing over a stopped instance is possible in low memory
620
  situations
621
- rapi uses queries for tags instead of jobs (for less job traffic), and
622
  for cluster tags it won't talk to masterd at all but read them from
623
  ssconf
624
- a couple of error handling fixes in RAPI
625
- drbd handling: improved the error handling of inconsistent disks after
626
  resync to reduce the frequency of "there are some degraded disks for
627
  this instance" messages
628
- fixed a bug in live migration when DRBD doesn't want to reconnect (the
629
  error handling path called a wrong function name)
630

    
631

    
632
Version 2.0.0 final
633
-------------------
634

    
635
*(Released Wed, 27 May 2009)*
636

    
637
- no changes from rc5
638

    
639

    
640
Version 2.0 release candidate 5
641
-------------------------------
642

    
643
*(Released Wed, 20 May 2009)*
644

    
645
- fix a couple of bugs (validation, argument checks)
646
- fix ``gnt-cluster getmaster`` on non-master nodes (regression)
647
- some small improvements to RAPI and IAllocator
648
- make watcher automatically start the master daemon if down
649

    
650

    
651
Version 2.0 release candidate 4
652
-------------------------------
653

    
654
*(Released Mon, 27 Apr 2009)*
655

    
656
- change the OS list to not require locks; this helps with big clusters
657
- fix ``gnt-cluster verify`` and ``gnt-cluster verify-disks`` when the
658
  volume group is broken
659
- ``gnt-instance info``, without any arguments, doesn't run for all
660
  instances anymore; either pass ``--all`` or pass the desired
661
  instances; this helps against mistakes on big clusters where listing
662
  the information for all instances takes a long time
663
- miscellaneous doc and man pages fixes
664

    
665

    
666
Version 2.0 release candidate 3
667
-------------------------------
668

    
669
*(Released Wed, 8 Apr 2009)*
670

    
671
- Change the internal locking model of some ``gnt-node`` commands, in
672
  order to reduce contention (and blocking of master daemon) when
673
  batching many creation/reinstall jobs
674
- Fixes to Xen soft reboot
675
- No longer build documentation at build time, instead distribute it in
676
  the archive, in order to reduce the need for the whole docbook/rst
677
  toolchains
678

    
679

    
680
Version 2.0 release candidate 2
681
-------------------------------
682

    
683
*(Released Fri, 27 Mar 2009)*
684

    
685
- Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to 2.0
686
- Fix watcher startup sequence, improves the behaviour of busy clusters
687
- Some other fixes in ``gnt-cluster verify``, ``gnt-instance
688
  replace-disks``, ``gnt-instance add``, ``gnt-cluster queue``, KVM VNC
689
  bind address and other places
690
- Some documentation fixes and updates
691

    
692

    
693
Version 2.0 release candidate 1
694
-------------------------------
695

    
696
*(Released Mon, 2 Mar 2009)*
697

    
698
- More documentation updates, now all docs should be more-or-less
699
  up-to-date
700
- A couple of small fixes (mixed hypervisor clusters, offline nodes,
701
  etc.)
702
- Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen PVM
703
  and KVM)
704
- Fix an issue related to $libdir/run/ganeti and cluster creation
705

    
706

    
707
Version 2.0 beta 2
708
------------------
709

    
710
*(Released Thu, 19 Feb 2009)*
711

    
712
- Xen PVM and KVM have switched the default value for the instance root
713
  disk to the first partition on the first drive, instead of the whole
714
  drive; this means that the OS installation scripts must be changed
715
  accordingly
716
- Man pages have been updated
717
- RAPI has been switched by default to HTTPS, and the exported functions
718
  should all work correctly
719
- RAPI v1 has been removed
720
- Many improvements to the KVM hypervisor
721
- Block device errors are now better reported
722
- Many other bugfixes and small improvements
723

    
724

    
725
Version 2.0 beta 1
726
------------------
727

    
728
*(Released Mon, 26 Jan 2009)*
729

    
730
- Version 2 is a general rewrite of the code and therefore the
731
  differences are too many to list, see the design document for 2.0 in
732
  the ``doc/`` subdirectory for more details
733
- In this beta version there is not yet a migration path from 1.2 (there
734
  will be one in the final 2.0 release)
735
- A few significant changes are:
736

    
737
  - all commands are executed by a daemon (``ganeti-masterd``) and the
738
    various ``gnt-*`` commands are just front-ends to it
739
  - all the commands are entered into, and executed from a job queue,
740
    see the ``gnt-job(8)`` manpage
741
  - the RAPI daemon supports read-write operations, secured by basic
742
    HTTP authentication on top of HTTPS
743
  - DRBD version 0.7 support has been removed, DRBD 8 is the only
744
    supported version (when migrating from Ganeti 1.2 to 2.0, you need
745
    to migrate to DRBD 8 first while still running Ganeti 1.2)
746
  - DRBD devices are using statically allocated minor numbers, which
747
    will be assigned to existing instances during the migration process
748
  - there is support for both Xen PVM and Xen HVM instances running on
749
    the same cluster
750
  - KVM virtualization is supported too
751
  - file-based storage has been implemented, which means that it is
752
    possible to run the cluster without LVM and DRBD storage, for
753
    example using a shared filesystem exported from shared storage (and
754
    still have live migration)
755

    
756

    
757
Version 1.2.7
758
-------------
759

    
760
*(Released Tue, 13 Jan 2009)*
761

    
762
- Change the default reboot type in ``gnt-instance reboot`` to "hard"
763
- Reuse the old instance mac address by default on instance import, if
764
  the instance name is the same.
765
- Handle situations in which the node info rpc returns incomplete
766
  results (issue 46)
767
- Add checks for tcp/udp ports collisions in ``gnt-cluster verify``
768
- Improved version of batcher:
769

    
770
  - state file support
771
  - instance mac address support
772
  - support for HVM clusters/instances
773

    
774
- Add an option to show the number of cpu sockets and nodes in
775
  ``gnt-node list``
776
- Support OSes that handle more than one version of the OS api (but do
777
  not change the current API in any other way)
778
- Fix ``gnt-node migrate``
779
- ``gnt-debug`` man page
780
- Fixes various more typos and small issues
781
- Increase disk resync maximum speed to 60MB/s (from 30MB/s)
782

    
783

    
784
Version 1.2.6
785
-------------
786

    
787
*(Released Wed, 24 Sep 2008)*
788

    
789
- new ``--hvm-nic-type`` and ``--hvm-disk-type`` flags to control the
790
  type of disk exported to fully virtualized instances.
791
- provide access to the serial console of HVM instances
792
- instance auto_balance flag, set by default. If turned off it will
793
  avoid warnings on cluster verify if there is not enough memory to fail
794
  over an instance. in the future it will prevent automatically failing
795
  it over when we will support that.
796
- batcher tool for instance creation, see ``tools/README.batcher``
797
- ``gnt-instance reinstall --select-os`` to interactively select a new
798
  operating system when reinstalling an instance.
799
- when changing the memory amount on instance modify a check has been
800
  added that the instance will be able to start. also warnings are
801
  emitted if the instance will not be able to fail over, if auto_balance
802
  is true.
803
- documentation fixes
804
- sync fields between ``gnt-instance list/modify/add/import``
805
- fix a race condition in drbd when the sync speed was set after giving
806
  the device a remote peer.
807

    
808

    
809
Version 1.2.5
810
-------------
811

    
812
*(Released Tue, 22 Jul 2008)*
813

    
814
- note: the allowed size and number of tags per object were reduced
815
- fix a bug in ``gnt-cluster verify`` with inconsistent volume groups
816
- fixed twisted 8.x compatibility
817
- fixed ``gnt-instance replace-disks`` with iallocator
818
- add TCP keepalives on twisted connections to detect restarted nodes
819
- disk increase support, see ``gnt-instance grow-disk``
820
- implement bulk node/instance query for RAPI
821
- add tags in node/instance listing (optional)
822
- experimental migration (and live migration) support, read the man page
823
  for ``gnt-instance migrate``
824
- the ``ganeti-watcher`` logs are now timestamped, and the watcher also
825
  has some small improvements in handling its state file
826

    
827

    
828
Version 1.2.4
829
-------------
830

    
831
*(Released Fri, 13 Jun 2008)*
832

    
833
- Experimental readonly, REST-based remote API implementation;
834
  automatically started on master node, TCP port 5080, if enabled by
835
  ``--enable-rapi`` parameter to configure script.
836
- Instance allocator support. Add and import instance accept a
837
  ``--iallocator`` parameter, and call that instance allocator to decide
838
  which node to use for the instance. The iallocator document describes
839
  what's expected from an allocator script.
840
- ``gnt-cluster verify`` N+1 memory redundancy checks: Unless passed the
841
  ``--no-nplus1-mem`` option ``gnt-cluster verify`` now checks that if a
842
  node is lost there is still enough memory to fail over the instances
843
  that reside on it.
844
- ``gnt-cluster verify`` hooks: it is now possible to add post-hooks to
845
  ``gnt-cluster verify``, to check for site-specific compliance. All the
846
  hooks will run, and their output, if any, will be displayed. Any
847
  failing hook will make the verification return an error value.
848
- ``gnt-cluster verify`` now checks that its peers are reachable on the
849
  primary and secondary interfaces
850
- ``gnt-node add`` now supports the ``--readd`` option, to readd a node
851
  that is still declared as part of the cluster and has failed.
852
- ``gnt-* list`` commands now accept a new ``-o +field`` way of
853
  specifying output fields, that just adds the chosen fields to the
854
  default ones.
855
- ``gnt-backup`` now has a new ``remove`` command to delete an existing
856
  export from the filesystem.
857
- New per-instance parameters hvm_acpi, hvm_pae and hvm_cdrom_image_path
858
  have been added. Using them you can enable/disable acpi and pae
859
  support, and specify a path for a cd image to be exported to the
860
  instance. These parameters as the name suggest only work on HVM
861
  clusters.
862
- When upgrading an HVM cluster to Ganeti 1.2.4, the values for ACPI and
863
  PAE support will be set to the previously hardcoded values, but the
864
  (previously hardcoded) path to the CDROM ISO image will be unset and
865
  if required, needs to be set manually with ``gnt-instance modify``
866
  after the upgrade.
867
- The address to which an instance's VNC console is bound is now
868
  selectable per-instance, rather than being cluster wide. Of course
869
  this only applies to instances controlled via VNC, so currently just
870
  applies to HVM clusters.
871

    
872

    
873
Version 1.2.3
874
-------------
875

    
876
*(Released Mon, 18 Feb 2008)*
877

    
878
- more tweaks to the disk activation code (especially helpful for DRBD)
879
- change the default ``gnt-instance list`` output format, now there is
880
  one combined status field (see the manpage for the exact values this
881
  field will have)
882
- some more fixes for the mac export to hooks change
883
- make Ganeti not break with DRBD 8.2.x (which changed the version
884
  format in ``/proc/drbd``) (issue 24)
885
- add an upgrade tool from "remote_raid1" disk template to "drbd" disk
886
  template, allowing migration from DRBD0.7+MD to DRBD8
887

    
888

    
889
Version 1.2.2
890
-------------
891

    
892
*(Released Wed, 30 Jan 2008)*
893

    
894
- fix ``gnt-instance modify`` breakage introduced in 1.2.1 with the HVM
895
  support (issue 23)
896
- add command aliases infrastructure and a few aliases
897
- allow listing of VCPUs in the ``gnt-instance list`` and improve the
898
  man pages and the ``--help`` option of ``gnt-node
899
  list``/``gnt-instance list``
900
- fix ``gnt-backup list`` with down nodes (issue 21)
901
- change the tools location (move from $pkgdatadir to $pkglibdir/tools)
902
- fix the dist archive and add a check for including svn/git files in
903
  the future
904
- some developer-related changes: improve the burnin and the QA suite,
905
  add an upload script for testing during development
906

    
907

    
908
Version 1.2.1
909
-------------
910

    
911
*(Released Wed, 16 Jan 2008)*
912

    
913
- experimental HVM support, read the install document, section
914
  "Initializing the cluster"
915
- allow for the PVM hypervisor per-instance kernel and initrd paths
916
- add a new command ``gnt-cluster verify-disks`` which uses a new
917
  algorithm to improve the reconnection of the DRBD pairs if the device
918
  on the secondary node has gone away
919
- make logical volume code auto-activate LVs at disk activation time
920
- slightly improve the speed of activating disks
921
- allow specification of the MAC address at instance creation time, and
922
  changing it later via ``gnt-instance modify``
923
- fix handling of external commands that generate lots of output on
924
  stderr
925
- update documentation with regard to minimum version of DRBD8 supported
926

    
927

    
928
Version 1.2.0
929
-------------
930

    
931
*(Released Tue, 4 Dec 2007)*
932

    
933
- Log the ``xm create`` output to the node daemon log on failure (to
934
  help diagnosing the error)
935
- In debug mode, log all external commands output if failed to the logs
936
- Change parsing of lvm commands to ignore stderr
937

    
938

    
939
Version 1.2b3
940
-------------
941

    
942
*(Released Wed, 28 Nov 2007)*
943

    
944
- Another round of updates to the DRBD 8 code to deal with more failures
945
  in the replace secondary node operation
946
- Some more logging of failures in disk operations (lvm, drbd)
947
- A few documentation updates
948
- QA updates
949

    
950

    
951
Version 1.2b2
952
-------------
953

    
954
*(Released Tue, 13 Nov 2007)*
955

    
956
- Change configuration file format from Python's Pickle to JSON.
957
  Upgrading is possible using the cfgupgrade utility.
958
- Add support for DRBD 8.0 (new disk template ``drbd``) which allows for
959
  faster replace disks and is more stable (DRBD 8 has many improvements
960
  compared to DRBD 0.7)
961
- Added command line tags support (see man pages for ``gnt-instance``,
962
  ``gnt-node``, ``gnt-cluster``)
963
- Added instance rename support
964
- Added multi-instance startup/shutdown
965
- Added cluster rename support
966
- Added ``gnt-node evacuate`` to simplify some node operations
967
- Added instance reboot operation that can speedup reboot as compared to
968
  stop and start
969
- Soften the requirement that hostnames are in FQDN format
970
- The ``ganeti-watcher`` now activates drbd pairs after secondary node
971
  reboots
972
- Removed dependency on debian's patched fping that uses the
973
  non-standard ``-S`` option
974
- Now the OS definitions are searched for in multiple, configurable
975
  paths (easier for distros to package)
976
- Some changes to the hooks infrastructure (especially the new
977
  post-configuration update hook)
978
- Other small bugfixes
979

    
980
.. vim: set textwidth=72 :
981
.. Local Variables:
982
.. mode: rst
983
.. fill-column: 72
984
.. End: