Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 62a7853e

History | View | Annotate | Download (125 kB)

1
News
2
====
3

    
4

    
5
Version 2.11.0 alpha1
6
---------------------
7

    
8
*(unreleased)*
9

    
10
Incompatible/important changes
11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12

    
13
- ``gnt-node list`` no longer shows disk space information for shared file
14
  disk templates because it is not a node attribute. (For example, if you have
15
  both the file and shared file disk templates enabled, ``gnt-node list`` now
16
  only shows information about the file disk template.)
17
- The shared file disk template is now in the new 'sharedfile' storage type.
18
  As a result, ``gnt-node list-storage -t file`` now only shows information
19
  about the file disk template and you may use ``gnt-node list-storage -t
20
  sharedfile`` to query storage information for the shared file disk template.
21
- Over luxi, syntactially incorrect queries are now rejected as a whole;
22
  before, a 'SumbmitManyJobs' request was partially executed, if the outer
23
  structure of the request was syntactically correct. As the luxi protocol
24
  is internal (external applications are expected to use RAPI), the impact
25
  of this incompatible change should be limited.
26
- Queries for nodes, instances, groups, backups and networks are now
27
  exclusively done via the luxi daemon. Legacy python code was removed,
28
  as well as the --enable-split-queries configuration option.
29
- Orphan volumes errors are demoted to warnings and no longer affect the exit
30
  code of ``gnt-cluster verify``.
31
- RPC security got enhanced by using different client SSL certificates
32
  for each node. In this context 'gnt-cluster renew-crypto' got a new
33
  option '--renew-node-certificates', which renews the client
34
  certificates of all nodes. After a cluster upgrade from pre-2.11, run
35
  this to create client certificates and activate this feature.
36

    
37
New features
38
~~~~~~~~~~~~
39

    
40
- Instance moves, backups and imports can now use compression to transfer the
41
  instance data.
42
- Node groups can be configured to use an SSH port different than the
43
  default 22.
44
- Added experimental support for Gluster distributed file storage as the
45
  ``gluster`` disk template under the new ``sharedfile`` storage type through
46
  automatic management of per-node FUSE mount points. You can configure the
47
  mount point location at ``gnt-cluster init`` time by using the new
48
  ``--gluster-storage-dir`` switch.
49

    
50
New dependencies
51
~~~~~~~~~~~~~~~~
52
The following new dependencies have been added:
53

    
54
For Haskell:
55

    
56
- ``zlib`` library (http://hackage.haskell.org/package/base64-bytestring)
57

    
58
- ``base64-bytestring`` library (http://hackage.haskell.org/package/zlib),
59
  at least version 1.0.0.0
60

    
61

    
62
Version 2.10.0 rc1
63
------------------
64

    
65
*(Released Tue, 17 Dec 2013)*
66

    
67
Incompatible/important changes
68
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69

    
70
- Adding disks with 'gnt-instance modify' now waits for the disks to sync per
71
  default. Specify --no-wait-for-sync to override this behavior.
72
- The Ganeti python code now adheres to a private-module layout. In particular,
73
  the module 'ganeti' is no longer in the python search path.
74
- On instance allocation, the iallocator now considers non-LVM storage
75
  properly. In particular, actual file storage space information is used
76
  when allocating space for a file/sharedfile instance.
77
- When disabling disk templates cluster-wide, the cluster now first
78
  checks whether there are instances still using those templates.
79
- 'gnt-node list-storage' now also reports storage information about
80
  file-based storage types.
81

    
82
New features
83
~~~~~~~~~~~~
84

    
85
- KVM hypervisors can now access RBD storage directly without having to
86
  go through a block device.
87
- A new command 'gnt-cluster upgrade' was added that automates the upgrade
88
  procedure between two Ganeti versions that are both 2.10 or higher.
89
- The move-instance command can now change disk templates when moving
90
  instances, and does not require any node placement options to be
91
  specified if the destination cluster has a default iallocator.
92
- Users can now change the soundhw and cpuid settings for XEN hypervisors.
93
- Hail and hbal now have the (optional) capability of accessing average CPU
94
  load information through the monitoring deamon, and to use it to dynamically
95
  adapt the allocation of instances.
96
- Hotplug support. Introduce new option '--hotplug' to ``gnt-instance modify``
97
  so that disk and NIC modifications take effect without the need of actual
98
  reboot. There are a couple of constrains currently for this feature:
99

    
100
   - only KVM hypervisor (versions >= 1.0) supports it,
101
   - one can not (yet) hotplug a disk using userspace access mode for RBD
102
   - in case of a downgrade instances should suffer a reboot in order to
103
     be migratable (due to core change of runtime files)
104

    
105
Misc changes
106
~~~~~~~~~~~~
107

    
108
- A new test framework for logical units was introduced and the test
109
  coverage for logical units was improved significantly.
110
- Opcodes are entirely generated from Haskell using the tool 'hs2py' and
111
  the module 'src/Ganeti/OpCodes.hs'.
112
- Constants are also generated from Haskell using the tool
113
  'hs2py-constants' and the module 'src/Ganeti/Constants.hs', with the
114
  exception of socket related constants, which require changing the
115
  cluster configuration file, and HVS related constants, because they
116
  are part of a port of instance queries to Haskell.  As a result, these
117
  changes will be part of the next release of Ganeti.
118

    
119
New dependencies
120
~~~~~~~~~~~~~~~~
121

    
122
The following new dependencies have been added/updated.
123

    
124
Python
125

    
126
- The version requirements for ``python-mock`` have increased to at least
127
  version 1.0.1. It is still used for testing only.
128

    
129
Since 2.10.0 beta1
130
~~~~~~~~~~~~~~~~~~
131

    
132
- All known issues in 2.10.0 beta1 have been resolved (see changes from
133
  the 2.8 branch).
134
- Improve handling of KVM runtime files from earlier Ganeti versions
135
- Documentation fixes
136

    
137
Inherited from the 2.9 branch:
138

    
139
- use custom KVM path if set for version checking
140
- SingleNotifyPipeCondition: don't share pollers
141

    
142
Inherited from the 2.8 branch:
143

    
144
- Fixed Luxi daemon socket permissions after master-failover
145
- Improve IP version detection code directly checking for colons rather than
146
  passing the family from the cluster object
147
- Fix NODE/NODE_RES locking in LUInstanceCreate by not acquiring NODE_RES locks
148
  opportunistically anymore (Issue 622)
149
- Allow link local IPv6 gateways (Issue 624)
150
- Fix error printing (Issue 616)
151
- Fix a bug in InstanceSetParams concerning names: in case no name is passed in
152
  disk modifications, keep the old one. If name=none then set disk name to
153
  None.
154
- Update build_chroot script to work with the latest hackage packages
155
- Add a packet number limit to "fping" in master-ip-setup (Issue 630)
156
- Fix evacuation out of drained node (Issue 615)
157
- Add default file_driver if missing (Issue 571)
158
- Fix job error message after unclean master shutdown (Issue 618)
159
- Lock group(s) when creating instances (Issue 621)
160
- SetDiskID() before accepting an instance (Issue 633)
161
- Allow the ext template disks to receive arbitrary parameters, both at creation
162
  time and while being modified
163
- Xen handle domain shutdown (future proofing cherry-pick)
164
- Refactor reading live data in htools (future proofing cherry-pick)
165

    
166

    
167
Version 2.10.0 beta1
168
--------------------
169

    
170
*(Released Wed, 27 Nov 2013)*
171

    
172
This was the first beta release of the 2.10 series. All important changes
173
are listed in the latest 2.10 entry.
174

    
175
Known issues
176
~~~~~~~~~~~~
177

    
178
The following issues are known to be present in the beta and will be fixed
179
before rc1.
180

    
181
- Issue 477: Wrong permissions for confd LUXI socket
182
- Issue 621: Instance related opcodes do not aquire network/group locks
183
- Issue 622: Assertion Error: Node locks differ from node resource locks
184
- Issue 623: IPv6 Masterd <-> Luxid communication error
185

    
186

    
187
Version 2.9.2
188
-------------
189

    
190
*(Released Fri, 13 Dec 2013)*
191

    
192
- use custom KVM path if set for version checking
193
- SingleNotifyPipeCondition: don't share pollers
194

    
195
Inherited from the 2.8 branch:
196

    
197
- Fixed Luxi daemon socket permissions after master-failover
198
- Improve IP version detection code directly checking for colons rather than
199
  passing the family from the cluster object
200
- Fix NODE/NODE_RES locking in LUInstanceCreate by not acquiring NODE_RES locks
201
  opportunistically anymore (Issue 622)
202
- Allow link local IPv6 gateways (Issue 624)
203
- Fix error printing (Issue 616)
204
- Fix a bug in InstanceSetParams concerning names: in case no name is passed in
205
  disk modifications, keep the old one. If name=none then set disk name to
206
  None.
207
- Update build_chroot script to work with the latest hackage packages
208
- Add a packet number limit to "fping" in master-ip-setup (Issue 630)
209
- Fix evacuation out of drained node (Issue 615)
210
- Add default file_driver if missing (Issue 571)
211
- Fix job error message after unclean master shutdown (Issue 618)
212
- Lock group(s) when creating instances (Issue 621)
213
- SetDiskID() before accepting an instance (Issue 633)
214
- Allow the ext template disks to receive arbitrary parameters, both at creation
215
  time and while being modified
216
- Xen handle domain shutdown (future proofing cherry-pick)
217
- Refactor reading live data in htools (future proofing cherry-pick)
218

    
219

    
220
Version 2.9.1
221
-------------
222

    
223
*(Released Wed, 13 Nov 2013)*
224

    
225
- fix bug, that kept nodes offline when readding
226
- when verifying DRBD versions, ignore unavailable nodes
227
- fix bug that made the console unavailable on kvm in split-user
228
  setup (issue 608)
229
- DRBD: ensure peers are UpToDate for dual-primary (inherited 2.8.2)
230

    
231

    
232
Version 2.9.0
233
-------------
234

    
235
*(Released Tue, 5 Nov 2013)*
236

    
237
Incompatible/important changes
238
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
239

    
240
- hroller now also plans for capacity to move non-redundant instances off
241
  any node to be rebooted; the old behavior of completely ignoring any
242
  non-redundant instances can be restored by adding the --ignore-non-redundant
243
  option.
244
- The cluster option '--no-lvm-storage' was removed in favor of the new option
245
  '--enabled-disk-templates'.
246
- On instance creation, disk templates no longer need to be specified
247
  with '-t'. The default disk template will be taken from the list of
248
  enabled disk templates.
249
- The monitoring daemon is now running as root, in order to be able to collect
250
  information only available to root (such as the state of Xen instances).
251
- The ConfD client is now IPv6 compatible.
252
- File and shared file storage is no longer dis/enabled at configure time,
253
  but using the option '--enabled-disk-templates' at cluster initialization and
254
  modification.
255
- The default directories for file and shared file storage are not anymore
256
  specified at configure time, but taken from the cluster's configuration.
257
  They can be set at cluster initialization and modification with
258
  '--file-storage-dir' and '--shared-file-storage-dir'.
259
- Cluster verification now includes stricter checks regarding the
260
  default file and shared file storage directories. It now checks that
261
  the directories are explicitely allowed in the 'file-storage-paths' file and
262
  that the directories exist on all nodes.
263
- The list of allowed disk templates in the instance policy and the list
264
  of cluster-wide enabled disk templates is now checked for consistency
265
  on cluster or group modification. On cluster initialization, the ipolicy
266
  disk templates are ensured to be a subset of the cluster-wide enabled
267
  disk templates.
268

    
269
New features
270
~~~~~~~~~~~~
271

    
272
- DRBD 8.4 support. Depending on the installed DRBD version, Ganeti now uses
273
  the correct command syntax. It is possible to use different DRBD versions
274
  on different nodes as long as they are compatible to each other. This
275
  enables rolling upgrades of DRBD with no downtime. As permanent operation
276
  of different DRBD versions within a node group is discouraged,
277
  ``gnt-cluster verify`` will emit a warning if it detects such a situation.
278
- New "inst-status-xen" data collector for the monitoring daemon, providing
279
  information about the state of the xen instances on the nodes.
280
- New "lv" data collector for the monitoring daemon, collecting data about the
281
  logical volumes on the nodes, and pairing them with the name of the instances
282
  they belong to.
283
- New "diskstats" data collector, collecting the data from /proc/diskstats and
284
  presenting them over the monitoring daemon interface.
285
- The ConfD client is now IPv6 compatible.
286

    
287
New dependencies
288
~~~~~~~~~~~~~~~~
289
The following new dependencies have been added.
290

    
291
Python
292

    
293
- ``python-mock`` (http://www.voidspace.org.uk/python/mock/) is now a required
294
  for the unit tests (and only used for testing).
295

    
296
Haskell
297

    
298
- ``hslogger`` (http://software.complete.org/hslogger) is now always
299
  required, even if confd is not enabled.
300

    
301
Since 2.9.0 rc3
302
~~~~~~~~~~~~~~~
303

    
304
- Correctly start/stop luxid during gnt-cluster master-failover (inherited
305
  from stable-2.8)
306
- Improved error messsages (inherited from stable-2.8)
307

    
308

    
309
Version 2.9.0 rc3
310
-----------------
311

    
312
*(Released Tue, 15 Oct 2013)*
313

    
314
The third release candidate in the 2.9 series. Since 2.9.0 rc2:
315

    
316
- in implicit configuration upgrade, match ipolicy with enabled disk templates
317
- improved harep documentation (inherited from stable-2.8)
318

    
319

    
320
Version 2.9.0 rc2
321
-----------------
322

    
323
*(Released Wed, 9 Oct 2013)*
324

    
325
The second release candidate in the 2.9 series. Since 2.9.0 rc1:
326

    
327
- Fix bug in cfgupgrade that led to failure when upgrading from 2.8 with
328
  at least one DRBD instance.
329
- Fix bug in cfgupgrade that led to an invalid 2.8 configuration after
330
  downgrading.
331

    
332

    
333
Version 2.9.0 rc1
334
-----------------
335

    
336
*(Released Tue, 1 Oct 2013)*
337

    
338
The first release candidate in the 2.9 series. Since 2.9.0 beta1:
339

    
340
- various bug fixes
341
- update of the documentation, in particular installation instructions
342
- merging of LD_* constants into DT_* constants
343
- python style changes to be compatible with newer versions of pylint
344

    
345

    
346
Version 2.9.0 beta1
347
-------------------
348

    
349
*(Released Thu, 29 Aug 2013)*
350

    
351
This was the first beta release of the 2.9 series. All important changes
352
are listed in the latest 2.9 entry.
353

    
354

    
355
Version 2.8.3
356
-------------
357

    
358
*(Released Thu, 12 Dec 2013)*
359

    
360
- Fixed Luxi daemon socket permissions after master-failover
361
- Improve IP version detection code directly checking for colons rather than
362
  passing the family from the cluster object
363
- Fix NODE/NODE_RES locking in LUInstanceCreate by not acquiring NODE_RES locks
364
  opportunistically anymore (Issue 622)
365
- Allow link local IPv6 gateways (Issue 624)
366
- Fix error printing (Issue 616)
367
- Fix a bug in InstanceSetParams concerning names: in case no name is passed in
368
  disk modifications, keep the old one. If name=none then set disk name to
369
  None.
370
- Update build_chroot script to work with the latest hackage packages
371
- Add a packet number limit to "fping" in master-ip-setup (Issue 630)
372
- Fix evacuation out of drained node (Issue 615)
373
- Add default file_driver if missing (Issue 571)
374
- Fix job error message after unclean master shutdown (Issue 618)
375
- Lock group(s) when creating instances (Issue 621)
376
- SetDiskID() before accepting an instance (Issue 633)
377
- Allow the ext template disks to receive arbitrary parameters, both at creation
378
  time and while being modified
379
- Xen handle domain shutdown (future proofing cherry-pick)
380
- Refactor reading live data in htools (future proofing cherry-pick)
381

    
382

    
383
Version 2.8.2
384
-------------
385

    
386
*(Released Thu, 07 Nov 2013)*
387

    
388
- DRBD: ensure peers are UpToDate for dual-primary
389
- Improve error message for replace-disks
390
- More dependency checks at configure time
391
- Placate warnings on ganeti.outils_unittest.py
392

    
393

    
394
Version 2.8.1
395
-------------
396

    
397
*(Released Thu, 17 Oct 2013)*
398

    
399
- Correctly start/stop luxid during gnt-cluster master-failover
400
- Don't attempt IPv6 ssh in case of IPv4 cluster (Issue 595)
401
- Fix path for the job queue serial file
402
- Improved harep man page
403
- Minor documentation improvements
404

    
405

    
406
Version 2.8.0
407
-------------
408

    
409
*(Released Mon, 30 Sep 2013)*
410

    
411
Incompatible/important changes
412
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
413

    
414
- Instance policy can contain multiple instance specs, as described in
415
  the โ€œConstrained instance sizesโ€ section of :doc:`Partitioned Ganeti
416
  <design-partitioned>`. As a consequence, it's not possible to partially change
417
  or override instance specs. Bounding specs (min and max) can be specified as a
418
  whole using the new option ``--ipolicy-bounds-specs``, while standard
419
  specs use the new option ``--ipolicy-std-specs``.
420
- The output of the info command of gnt-cluster, gnt-group, gnt-node,
421
  gnt-instance is a valid YAML object.
422
- hail now honors network restrictions when allocating nodes. This led to an
423
  update of the IAllocator protocol. See the IAllocator documentation for
424
  details.
425
- confd now only answers static configuration request over the network. luxid
426
  was extracted, listens on the local LUXI socket and responds to live queries.
427
  This allows finer grained permissions if using separate users.
428

    
429
New features
430
~~~~~~~~~~~~
431

    
432
- The :doc:`Remote API <rapi>` daemon now supports a command line flag
433
  to always require authentication, ``--require-authentication``. It can
434
  be specified in ``$sysconfdir/default/ganeti``.
435
- A new cluster attribute 'enabled_disk_templates' is introduced. It will
436
  be used to manage the disk templates to be used by instances in the cluster.
437
  Initially, it will be set to a list that includes plain, drbd, if they were
438
  enabled by specifying a volume group name, and file and sharedfile, if those
439
  were enabled at configure time. Additionally, it will include all disk
440
  templates that are currently used by instances. The order of disk templates
441
  will be based on Ganeti's history of supporting them. In the future, the
442
  first entry of the list will be used as a default disk template on instance
443
  creation.
444
- ``cfgupgrade`` now supports a ``--downgrade`` option to bring the
445
  configuration back to the previous stable version.
446
- Disk templates in group ipolicy can be restored to the default value.
447
- Initial support for diskless instances and virtual clusters in QA.
448
- More QA and unit tests for instance policies.
449
- Every opcode now contains a reason trail (visible through ``gnt-job info``)
450
  describing why the opcode itself was executed.
451
- The monitoring daemon is now available. It allows users to query the cluster
452
  for obtaining information about the status of the system. The daemon is only
453
  responsible for providing the information over the network: the actual data
454
  gathering is performed by data collectors (currently, only the DRBD status
455
  collector is available).
456
- In order to help developers work on Ganeti, a new script
457
  (``devel/build_chroot``) is provided, for building a chroot that contains all
458
  the required development libraries and tools for compiling Ganeti on a Debian
459
  Squeeze system.
460
- A new tool, ``harep``, for performing self-repair and recreation of instances
461
  in Ganeti has been added.
462
- Split queries are enabled for tags, network, exports, cluster info, groups,
463
  jobs, nodes.
464
- New command ``show-ispecs-cmd`` for ``gnt-cluster`` and ``gnt-group``.
465
  It prints the command line to set the current policies, to ease
466
  changing them.
467
- Add the ``vnet_hdr`` HV parameter for KVM, to control whether the tap
468
  devices for KVM virtio-net interfaces will get created with VNET_HDR
469
  (IFF_VNET_HDR) support. If set to false, it disables offloading on the
470
  virtio-net interfaces, which prevents host kernel tainting and log
471
  flooding, when dealing with broken or malicious virtio-net drivers.
472
  It's set to true by default.
473
- Instance failover now supports a ``--cleanup`` parameter for fixing previous
474
  failures.
475
- Support 'viridian' parameter in Xen HVM
476
- Support DSA SSH keys in bootstrap
477
- To simplify the work of packaging frameworks that want to add the needed users
478
  and groups in a split-user setup themselves, at build time three files in
479
  ``doc/users`` will be generated. The ``groups`` files contains, one per line,
480
  the groups to be generated, the ``users`` file contains, one per line, the
481
  users to be generated, optionally followed by their primary group, where
482
  important. The ``groupmemberships`` file contains, one per line, additional
483
  user-group membership relations that need to be established. The syntax of
484
  these files will remain stable in all future versions.
485

    
486

    
487
New dependencies
488
~~~~~~~~~~~~~~~~
489
The following new dependencies have been added:
490

    
491
For Haskell:
492
- The ``curl`` library is not optional anymore for compiling the Haskell code.
493
- ``snap-server`` library (if monitoring is enabled).
494

    
495
For Python:
496
- The minimum Python version needed to run Ganeti is now 2.6.
497
- ``yaml`` library (only for running the QA).
498

    
499
Since 2.8.0 rc3
500
~~~~~~~~~~~~~~~
501
- Perform proper cleanup on termination of Haskell daemons
502
- Fix corner-case in handling of remaining retry time
503

    
504

    
505
Version 2.8.0 rc3
506
-----------------
507

    
508
*(Released Tue, 17 Sep 2013)*
509

    
510
- To simplify the work of packaging frameworks that want to add the needed users
511
  and groups in a split-user setup themselves, at build time three files in
512
  ``doc/users`` will be generated. The ``groups`` files contains, one per line,
513
  the groups to be generated, the ``users`` file contains, one per line, the
514
  users to be generated, optionally followed by their primary group, where
515
  important. The ``groupmemberships`` file contains, one per line, additional
516
  user-group membership relations that need to be established. The syntax of
517
  these files will remain stable in all future versions.
518
- Add a default to file-driver when unspecified over RAPI (Issue 571)
519
- Mark the DSA host pubkey as optional, and remove it during config downgrade
520
  (Issue 560)
521
- Some documentation fixes
522

    
523

    
524
Version 2.8.0 rc2
525
-----------------
526

    
527
*(Released Tue, 27 Aug 2013)*
528

    
529
The second release candidate of the 2.8 series. Since 2.8.0. rc1:
530

    
531
- Support 'viridian' parameter in Xen HVM (Issue 233)
532
- Include VCS version in ``gnt-cluster version``
533
- Support DSA SSH keys in bootstrap (Issue 338)
534
- Fix batch creation of instances
535
- Use FQDN to check master node status (Issue 551)
536
- Make the DRBD collector more failure-resilient
537

    
538

    
539
Version 2.8.0 rc1
540
-----------------
541

    
542
*(Released Fri, 2 Aug 2013)*
543

    
544
The first release candidate of the 2.8 series. Since 2.8.0 beta1:
545

    
546
- Fix upgrading/downgrading from 2.7
547
- Increase maximum RAPI message size
548
- Documentation updates
549
- Split ``confd`` between ``luxid`` and ``confd``
550
- Merge 2.7 series up to the 2.7.1 release
551
- Allow the ``modify_etc_hosts`` option to be changed
552
- Add better debugging for ``luxid`` queries
553
- Expose bulk parameter for GetJobs in RAPI client
554
- Expose missing ``network`` fields in RAPI
555
- Add some ``cluster verify`` tests
556
- Some unittest fixes
557
- Fix a malfunction in ``hspace``'s tiered allocation
558
- Fix query compatibility between haskell and python implementations
559
- Add the ``vnet_hdr`` HV parameter for KVM
560
- Add ``--cleanup`` to instance failover
561
- Change the connected groups format in ``gnt-network info`` output; it
562
  was previously displayed as a raw list by mistake. (Merged from 2.7)
563

    
564

    
565
Version 2.8.0 beta1
566
-------------------
567

    
568
*(Released Mon, 24 Jun 2013)*
569

    
570
This was the first beta release of the 2.8 series. All important changes
571
are listed in the latest 2.8 entry.
572

    
573

    
574
Version 2.7.2
575
-------------
576

    
577
*(Released Thu, 26 Sep 2013)*
578

    
579
- Change the connected groups format in ``gnt-network info`` output; it
580
  was previously displayed as a raw list by mistake
581
- Check disk template in right dict when copying
582
- Support multi-instance allocs without iallocator
583
- Fix some errors in the documentation
584
- Fix formatting of tuple in an error message
585

    
586

    
587
Version 2.7.1
588
-------------
589

    
590
*(Released Thu, 25 Jul 2013)*
591

    
592
- Add logrotate functionality in daemon-util
593
- Add logrotate example file
594
- Add missing fields to network queries over rapi
595
- Fix network object timestamps
596
- Add support for querying network timestamps
597
- Fix a typo in the example crontab
598
- Fix a documentation typo
599

    
600

    
601
Version 2.7.0
602
-------------
603

    
604
*(Released Thu, 04 Jul 2013)*
605

    
606
Incompatible/important changes
607
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
608

    
609
- Instance policies for disk size were documented to be on a per-disk
610
  basis, but hail applied them to the sum of all disks. This has been
611
  fixed.
612
- ``hbal`` will now exit with status 0 if, during job execution over
613
  LUXI, early exit has been requested and all jobs are successful;
614
  before, exit status 1 was used, which cannot be differentiated from
615
  "job error" case
616
- Compatibility with newer versions of rbd has been fixed
617
- ``gnt-instance batch-create`` has been changed to use the bulk create
618
  opcode from Ganeti. This lead to incompatible changes in the format of
619
  the JSON file. It's now not a custom dict anymore but a dict
620
  compatible with the ``OpInstanceCreate`` opcode.
621
- Parent directories for file storage need to be listed in
622
  ``$sysconfdir/ganeti/file-storage-paths`` now. ``cfgupgrade`` will
623
  write the file automatically based on old configuration values, but it
624
  can not distribute it across all nodes and the file contents should be
625
  verified. Use ``gnt-cluster copyfile
626
  $sysconfdir/ganeti/file-storage-paths`` once the cluster has been
627
  upgraded. The reason for requiring this list of paths now is that
628
  before it would have been possible to inject new paths via RPC,
629
  allowing files to be created in arbitrary locations. The RPC protocol
630
  is protected using SSL/X.509 certificates, but as a design principle
631
  Ganeti does not permit arbitrary paths to be passed.
632
- The parsing of the variants file for OSes (see
633
  :manpage:`ganeti-os-interface(7)`) has been slightly changed: now empty
634
  lines and comment lines (starting with ``#``) are ignored for better
635
  readability.
636
- The ``setup-ssh`` tool added in Ganeti 2.2 has been replaced and is no
637
  longer available. ``gnt-node add`` now invokes a new tool on the
638
  destination node, named ``prepare-node-join``, to configure the SSH
639
  daemon. Paramiko is no longer necessary to configure nodes' SSH
640
  daemons via ``gnt-node add``.
641
- Draining (``gnt-cluster queue drain``) and un-draining the job queue
642
  (``gnt-cluster queue undrain``) now affects all nodes in a cluster and
643
  the flag is not reset after a master failover.
644
- Python 2.4 has *not* been tested with this release. Using 2.6 or above
645
  is recommended. 2.6 will be mandatory from the 2.8 series.
646

    
647

    
648
New features
649
~~~~~~~~~~~~
650

    
651
- New network management functionality to support automatic allocation
652
  of IP addresses and managing of network parameters. See
653
  :manpage:`gnt-network(8)` for more details.
654
- New external storage backend, to allow managing arbitrary storage
655
  systems external to the cluster. See
656
  :manpage:`ganeti-extstorage-interface(7)`.
657
- New ``exclusive-storage`` node parameter added, restricted to
658
  nodegroup level. When it's set to true, physical disks are assigned in
659
  an exclusive fashion to instances, as documented in :doc:`Partitioned
660
  Ganeti <design-partitioned>`.  Currently, only instances using the
661
  ``plain`` disk template are supported.
662
- The KVM hypervisor has been updated with many new hypervisor
663
  parameters, including a generic one for passing arbitrary command line
664
  values. See a complete list in :manpage:`gnt-instance(8)`. It is now
665
  compatible up to qemu 1.4.
666
- A new tool, called ``mon-collector``, is the stand-alone executor of
667
  the data collectors for a monitoring system. As of this version, it
668
  just includes the DRBD data collector, that can be executed by calling
669
  ``mon-collector`` using the ``drbd`` parameter. See
670
  :manpage:`mon-collector(7)`.
671
- A new user option, :pyeval:`rapi.RAPI_ACCESS_READ`, has been added
672
  for RAPI users. It allows granting permissions to query for
673
  information to a specific user without giving
674
  :pyeval:`rapi.RAPI_ACCESS_WRITE` permissions.
675
- A new tool named ``node-cleanup`` has been added. It cleans remains of
676
  a cluster from a machine by stopping all daemons, removing
677
  certificates and ssconf files. Unless the ``--no-backup`` option is
678
  given, copies of the certificates are made.
679
- Instance creations now support the use of opportunistic locking,
680
  potentially speeding up the (parallel) creation of multiple instances.
681
  This feature is currently only available via the :doc:`RAPI
682
  <rapi>` interface and when an instance allocator is used. If the
683
  ``opportunistic_locking`` parameter is set the opcode will try to
684
  acquire as many locks as possible, but will not wait for any locks
685
  held by other opcodes. If not enough resources can be found to
686
  allocate the instance, the temporary error code
687
  :pyeval:`errors.ECODE_TEMP_NORES` is returned. The operation can be
688
  retried thereafter, with or without opportunistic locking.
689
- New experimental linux-ha resource scripts.
690
- Restricted-commands support: ganeti can now be asked (via command line
691
  or rapi) to perform commands on a node. These are passed via ganeti
692
  RPC rather than ssh. This functionality is restricted to commands
693
  specified on the ``$sysconfdir/ganeti/restricted-commands`` for security
694
  reasons. The file is not copied automatically.
695

    
696

    
697
Misc changes
698
~~~~~~~~~~~~
699

    
700
- Diskless instances are now externally mirrored (Issue 237). This for
701
  now has only been tested in conjunction with explicit target nodes for
702
  migration/failover.
703
- Queries not needing locks or RPC access to the node can now be
704
  performed by the confd daemon, making them independent from jobs, and
705
  thus faster to execute. This is selectable at configure time.
706
- The functionality for allocating multiple instances at once has been
707
  overhauled and is now also available through :doc:`RAPI <rapi>`.
708

    
709
There are no significant changes from version 2.7.0~rc3.
710

    
711

    
712
Version 2.7.0 rc3
713
-----------------
714

    
715
*(Released Tue, 25 Jun 2013)*
716

    
717
- Fix permissions on the confd query socket (Issue 477)
718
- Fix permissions on the job archive dir (Issue 498)
719
- Fix handling of an internal exception in replace-disks (Issue 472)
720
- Fix gnt-node info handling of shortened names (Issue 497)
721
- Fix gnt-instance grow-disk when wiping is enabled
722
- Documentation improvements, and support for newer pandoc
723
- Fix hspace honoring ipolicy for disks (Issue 484)
724
- Improve handling of the ``kvm_extra`` HV parameter
725

    
726

    
727
Version 2.7.0 rc2
728
-----------------
729

    
730
*(Released Fri, 24 May 2013)*
731

    
732
- ``devel/upload`` now works when ``/var/run`` on the target nodes is a
733
  symlink.
734
- Disks added through ``gnt-instance modify`` or created through
735
  ``gnt-instance recreate-disks`` are wiped, if the
736
  ``prealloc_wipe_disks`` flag is set.
737
- If wiping newly created disks fails, the disks are removed. Also,
738
  partial failures in creating disks through ``gnt-instance modify``
739
  triggers a cleanup of the partially-created disks.
740
- Removing the master IP address doesn't fail if the address has been
741
  already removed.
742
- Fix ownership of the OS log dir
743
- Workaround missing SO_PEERCRED constant (Issue 191)
744

    
745

    
746
Version 2.7.0 rc1
747
-----------------
748

    
749
*(Released Fri, 3 May 2013)*
750

    
751
This was the first release candidate of the 2.7 series. Since beta3:
752

    
753
- Fix kvm compatibility with qemu 1.4 (Issue 389)
754
- Documentation updates (admin guide, upgrade notes, install
755
  instructions) (Issue 372)
756
- Fix gnt-group list nodes and instances count (Issue 436)
757
- Fix compilation without non-mandatory libraries (Issue 441)
758
- Fix xen-hvm hypervisor forcing nics to type 'ioemu' (Issue 247)
759
- Make confd logging more verbose at INFO level (Issue 435)
760
- Improve "networks" documentation in :manpage:`gnt-instance(8)`
761
- Fix failure path for instance storage type conversion (Issue 229)
762
- Update htools text backend documentation
763
- Improve the renew-crypto section of :manpage:`gnt-cluster(8)`
764
- Disable inter-cluster instance move for file-based instances, because
765
  it is dependant on instance export, which is not supported for
766
  file-based instances. (Issue 414)
767
- Fix gnt-job crashes on non-ascii characters (Issue 427)
768
- Fix volume group checks on non-vm-capable nodes (Issue 432)
769

    
770

    
771
Version 2.7.0 beta3
772
-------------------
773

    
774
*(Released Mon, 22 Apr 2013)*
775

    
776
This was the third beta release of the 2.7 series. Since beta2:
777

    
778
- Fix hail to verify disk instance policies on a per-disk basis (Issue 418).
779
- Fix data loss on wrong usage of ``gnt-instance move``
780
- Properly export errors in confd-based job queries
781
- Add ``users-setup`` tool
782
- Fix iallocator protocol to report 0 as a disk size for diskless
783
  instances. This avoids hail breaking when a diskless instance is
784
  present.
785
- Fix job queue directory permission problem that made confd job queries
786
  fail. This requires running an ``ensure-dirs --full-run`` on upgrade
787
  for access to archived jobs (Issue 406).
788
- Limit the sizes of networks supported by ``gnt-network`` to something
789
  between a ``/16`` and a ``/30`` to prevent memory bloat and crashes.
790
- Fix bugs in instance disk template conversion
791
- Fix GHC 7 compatibility
792
- Fix ``burnin`` install path (Issue 426).
793
- Allow very small disk grows (Issue 347).
794
- Fix a ``ganeti-noded`` memory bloat introduced in 2.5, by making sure
795
  that noded doesn't import masterd code (Issue 419).
796
- Make sure the default metavg at cluster init is the same as the vg, if
797
  unspecified (Issue 358).
798
- Fix cleanup of partially created disks (part of Issue 416)
799

    
800

    
801
Version 2.7.0 beta2
802
-------------------
803

    
804
*(Released Tue, 2 Apr 2013)*
805

    
806
This was the second beta release of the 2.7 series. Since beta1:
807

    
808
- Networks no longer have a "type" slot, since this information was
809
  unused in Ganeti: instead of it tags should be used.
810
- The rapi client now has a ``target_node`` option to MigrateInstance.
811
- Fix early exit return code for hbal (Issue 386).
812
- Fix ``gnt-instance migrate/failover -n`` (Issue 396).
813
- Fix ``rbd showmapped`` output parsing (Issue 312).
814
- Networks are now referenced indexed by UUID, rather than name. This
815
  will require running cfgupgrade, from 2.7.0beta1, if networks are in
816
  use.
817
- The OS environment now includes network information.
818
- Deleting of a network is now disallowed if any instance nic is using
819
  it, to prevent dangling references.
820
- External storage is now documented in man pages.
821
- The exclusive_storage flag can now only be set at nodegroup level.
822
- Hbal can now submit an explicit priority with its jobs.
823
- Many network related locking fixes.
824
- Bump up the required pylint version to 0.25.1.
825
- Fix the ``no_remember`` option in RAPI client.
826
- Many ipolicy related tests, qa, and fixes.
827
- Many documentation improvements and fixes.
828
- Fix building with ``--disable-file-storage``.
829
- Fix ``-q`` option in htools, which was broken if passed more than
830
  once.
831
- Some haskell/python interaction improvements and fixes.
832
- Fix iallocator in case of missing LVM storage.
833
- Fix confd config load in case of ``--no-lvm-storage``.
834
- The confd/query functionality is now mentioned in the security
835
  documentation.
836

    
837

    
838
Version 2.7.0 beta1
839
-------------------
840

    
841
*(Released Wed, 6 Feb 2013)*
842

    
843
This was the first beta release of the 2.7 series. All important changes
844
are listed in the latest 2.7 entry.
845

    
846

    
847
Version 2.6.2
848
-------------
849

    
850
*(Released Fri, 21 Dec 2012)*
851

    
852
Important behaviour change: hbal won't rebalance anymore instances which
853
have the ``auto_balance`` attribute set to false. This was the intention
854
all along, but until now it only skipped those from the N+1 memory
855
reservation (DRBD-specific).
856

    
857
A significant number of bug fixes in this release:
858

    
859
- Fixed disk adoption interaction with ipolicy checks.
860
- Fixed networking issues when instances are started, stopped or
861
  migrated, by forcing the tap device's MAC prefix to "fe" (issue 217).
862
- Fixed the warning in cluster verify for shared storage instances not
863
  being redundant.
864
- Fixed removal of storage directory on shared file storage (issue 262).
865
- Fixed validation of LVM volume group name in OpClusterSetParams
866
  (``gnt-cluster modify``) (issue 285).
867
- Fixed runtime memory increases (``gnt-instance modify -m``).
868
- Fixed live migration under Xen's ``xl`` mode.
869
- Fixed ``gnt-instance console`` with ``xl``.
870
- Fixed building with newer Haskell compiler/libraries.
871
- Fixed PID file writing in Haskell daemons (confd); this prevents
872
  restart issues if confd was launched manually (outside of
873
  ``daemon-util``) while another copy of it was running
874
- Fixed a type error when doing live migrations with KVM (issue 297) and
875
  the error messages for failing migrations have been improved.
876
- Fixed opcode validation for the out-of-band commands (``gnt-node
877
  power``).
878
- Fixed a type error when unsetting OS hypervisor parameters (issue
879
  311); now it's possible to unset all OS-specific hypervisor
880
  parameters.
881
- Fixed the ``dry-run`` mode for many operations: verification of
882
  results was over-zealous but didn't take into account the ``dry-run``
883
  operation, resulting in "wrong" failures.
884
- Fixed bash completion in ``gnt-job list`` when the job queue has
885
  hundreds of entries; especially with older ``bash`` versions, this
886
  results in significant CPU usage.
887

    
888
And lastly, a few other improvements have been made:
889

    
890
- Added option to force master-failover without voting (issue 282).
891
- Clarified error message on lock conflict (issue 287).
892
- Logging of newly submitted jobs has been improved (issue 290).
893
- Hostname checks have been made uniform between instance rename and
894
  create (issue 291).
895
- The ``--submit`` option is now supported by ``gnt-debug delay``.
896
- Shutting down the master daemon by sending SIGTERM now stops it from
897
  processing jobs waiting for locks; instead, those jobs will be started
898
  once again after the master daemon is started the next time (issue
899
  296).
900
- Support for Xen's ``xl`` program has been improved (besides the fixes
901
  above).
902
- Reduced logging noise in the Haskell confd daemon (only show one log
903
  entry for each config reload, instead of two).
904
- Several man page updates and typo fixes.
905

    
906

    
907
Version 2.6.1
908
-------------
909

    
910
*(Released Fri, 12 Oct 2012)*
911

    
912
A small bugfix release. Among the bugs fixed:
913

    
914
- Fixed double use of ``PRIORITY_OPT`` in ``gnt-node migrate``, that
915
  made the command unusable.
916
- Commands that issue many jobs don't fail anymore just because some jobs
917
  take so long that other jobs are archived.
918
- Failures during ``gnt-instance reinstall`` are reflected by the exit
919
  status.
920
- Issue 190 fixed. Check for DRBD in cluster verify is enabled only when
921
  DRBD is enabled.
922
- When ``always_failover`` is set, ``--allow-failover`` is not required
923
  in migrate commands anymore.
924
- ``bash_completion`` works even if extglob is disabled.
925
- Fixed bug with locks that made failover for RDB-based instances fail.
926
- Fixed bug in non-mirrored instance allocation that made Ganeti choose
927
  a random node instead of one based on the allocator metric.
928
- Support for newer versions of pylint and pep8.
929
- Hail doesn't fail anymore when trying to add an instance of type
930
  ``file``, ``sharedfile`` or ``rbd``.
931
- Added new Makefile target to rebuild the whole distribution, so that
932
  all files are included.
933

    
934

    
935
Version 2.6.0
936
-------------
937

    
938
*(Released Fri, 27 Jul 2012)*
939

    
940

    
941
.. attention:: The ``LUXI`` protocol has been made more consistent
942
   regarding its handling of command arguments. This, however, leads to
943
   incompatibility issues with previous versions. Please ensure that you
944
   restart Ganeti daemons soon after the upgrade, otherwise most
945
   ``LUXI`` calls (job submission, setting/resetting the drain flag,
946
   pausing/resuming the watcher, cancelling and archiving jobs, querying
947
   the cluster configuration) will fail.
948

    
949

    
950
New features
951
~~~~~~~~~~~~
952

    
953
Instance run status
954
+++++++++++++++++++
955

    
956
The current ``admin_up`` field, which used to denote whether an instance
957
should be running or not, has been removed. Instead, ``admin_state`` is
958
introduced, with 3 possible values -- ``up``, ``down`` and ``offline``.
959

    
960
The rational behind this is that an instance being โ€œdownโ€ can have
961
different meanings:
962

    
963
- it could be down during a reboot
964
- it could be temporarily be down for a reinstall
965
- or it could be down because it is deprecated and kept just for its
966
  disk
967

    
968
The previous Boolean state was making it difficult to do capacity
969
calculations: should Ganeti reserve memory for a down instance? Now, the
970
tri-state field makes it clear:
971

    
972
- in ``up`` and ``down`` state, all resources are reserved for the
973
  instance, and it can be at any time brought up if it is down
974
- in ``offline`` state, only disk space is reserved for it, but not
975
  memory or CPUs
976

    
977
The field can have an extra use: since the transition between ``up`` and
978
``down`` and vice-versus is done via ``gnt-instance start/stop``, but
979
transition between ``offline`` and ``down`` is done via ``gnt-instance
980
modify``, it is possible to given different rights to users. For
981
example, owners of an instance could be allowed to start/stop it, but
982
not transition it out of the offline state.
983

    
984
Instance policies and specs
985
+++++++++++++++++++++++++++
986

    
987
In previous Ganeti versions, an instance creation request was not
988
limited on the minimum size and on the maximum size just by the cluster
989
resources. As such, any policy could be implemented only in third-party
990
clients (RAPI clients, or shell wrappers over ``gnt-*``
991
tools). Furthermore, calculating cluster capacity via ``hspace`` again
992
required external input with regards to instance sizes.
993

    
994
In order to improve these workflows and to allow for example better
995
per-node group differentiation, we introduced instance specs, which
996
allow declaring:
997

    
998
- minimum instance disk size, disk count, memory size, cpu count
999
- maximum values for the above metrics
1000
- and โ€œstandardโ€ values (used in ``hspace`` to calculate the standard
1001
  sized instances)
1002

    
1003
The minimum/maximum values can be also customised at node-group level,
1004
for example allowing more powerful hardware to support bigger instance
1005
memory sizes.
1006

    
1007
Beside the instance specs, there are a few other settings belonging to
1008
the instance policy framework. It is possible now to customise, per
1009
cluster and node-group:
1010

    
1011
- the list of allowed disk templates
1012
- the maximum ratio of VCPUs per PCPUs (to control CPU oversubscription)
1013
- the maximum ratio of instance to spindles (see below for more
1014
  information) for local storage
1015

    
1016
All these together should allow all tools that talk to Ganeti to know
1017
what are the ranges of allowed values for instances and the
1018
over-subscription that is allowed.
1019

    
1020
For the VCPU/PCPU ratio, we already have the VCPU configuration from the
1021
instance configuration, and the physical CPU configuration from the
1022
node. For the spindle ratios however, we didn't track before these
1023
values, so new parameters have been added:
1024

    
1025
- a new node parameter ``spindle_count``, defaults to 1, customisable at
1026
  node group or node level
1027
- at new backend parameter (for instances), ``spindle_use`` defaults to 1
1028

    
1029
Note that spindles in this context doesn't need to mean actual
1030
mechanical hard-drives; it's just a relative number for both the node
1031
I/O capacity and instance I/O consumption.
1032

    
1033
Instance migration behaviour
1034
++++++++++++++++++++++++++++
1035

    
1036
While live-migration is in general desirable over failover, it is
1037
possible that for some workloads it is actually worse, due to the
1038
variable time of the โ€œsuspendโ€ phase during live migration.
1039

    
1040
To allow the tools to work consistently over such instances (without
1041
having to hard-code instance names), a new backend parameter
1042
``always_failover`` has been added to control the migration/failover
1043
behaviour. When set to True, all migration requests for an instance will
1044
instead fall-back to failover.
1045

    
1046
Instance memory ballooning
1047
++++++++++++++++++++++++++
1048

    
1049
Initial support for memory ballooning has been added. The memory for an
1050
instance is no longer fixed (backend parameter ``memory``), but instead
1051
can vary between minimum and maximum values (backend parameters
1052
``minmem`` and ``maxmem``). Currently we only change an instance's
1053
memory when:
1054

    
1055
- live migrating or failing over and instance and the target node
1056
  doesn't have enough memory
1057
- user requests changing the memory via ``gnt-instance modify
1058
  --runtime-memory``
1059

    
1060
Instance CPU pinning
1061
++++++++++++++++++++
1062

    
1063
In order to control the use of specific CPUs by instance, support for
1064
controlling CPU pinning has been added for the Xen, HVM and LXC
1065
hypervisors. This is controlled by a new hypervisor parameter
1066
``cpu_mask``; details about possible values for this are in the
1067
:manpage:`gnt-instance(8)`. Note that use of the most specific (precise
1068
VCPU-to-CPU mapping) form will work well only when all nodes in your
1069
cluster have the same amount of CPUs.
1070

    
1071
Disk parameters
1072
+++++++++++++++
1073

    
1074
Another area in which Ganeti was not customisable were the parameters
1075
used for storage configuration, e.g. how many stripes to use for LVM,
1076
DRBD resync configuration, etc.
1077

    
1078
To improve this area, we've added disks parameters, which are
1079
customisable at cluster and node group level, and which allow to
1080
specify various parameters for disks (DRBD has the most parameters
1081
currently), for example:
1082

    
1083
- DRBD resync algorithm and parameters (e.g. speed)
1084
- the default VG for meta-data volumes for DRBD
1085
- number of stripes for LVM (plain disk template)
1086
- the RBD pool
1087

    
1088
These parameters can be modified via ``gnt-cluster modify -D โ€ฆ`` and
1089
``gnt-group modify -D โ€ฆ``, and are used at either instance creation (in
1090
case of LVM stripes, for example) or at disk โ€œactivationโ€ time
1091
(e.g. resync speed).
1092

    
1093
Rados block device support
1094
++++++++++++++++++++++++++
1095

    
1096
A Rados (http://ceph.com/wiki/Rbd) storage backend has been added,
1097
denoted by the ``rbd`` disk template type. This is considered
1098
experimental, feedback is welcome. For details on configuring it, see
1099
the :doc:`install` document and the :manpage:`gnt-cluster(8)` man page.
1100

    
1101
Master IP setup
1102
+++++++++++++++
1103

    
1104
The existing master IP functionality works well only in simple setups (a
1105
single network shared by all nodes); however, if nodes belong to
1106
different networks, then the ``/32`` setup and lack of routing
1107
information is not enough.
1108

    
1109
To allow the master IP to function well in more complex cases, the
1110
system was reworked as follows:
1111

    
1112
- a master IP netmask setting has been added
1113
- the master IP activation/turn-down code was moved from the node daemon
1114
  to a separate script
1115
- whether to run the Ganeti-supplied master IP script or a user-supplied
1116
  on is a ``gnt-cluster init`` setting
1117

    
1118
Details about the location of the standard and custom setup scripts are
1119
in the man page :manpage:`gnt-cluster(8)`; for information about the
1120
setup script protocol, look at the Ganeti-supplied script.
1121

    
1122
SPICE support
1123
+++++++++++++
1124

    
1125
The `SPICE <http://www.linux-kvm.org/page/SPICE>`_ support has been
1126
improved.
1127

    
1128
It is now possible to use TLS-protected connections, and when renewing
1129
or changing the cluster certificates (via ``gnt-cluster renew-crypto``,
1130
it is now possible to specify spice or spice CA certificates. Also, it
1131
is possible to configure a password for SPICE sessions via the
1132
hypervisor parameter ``spice_password_file``.
1133

    
1134
There are also new parameters to control the compression and streaming
1135
options (e.g. ``spice_image_compression``, ``spice_streaming_video``,
1136
etc.). For details, see the man page :manpage:`gnt-instance(8)` and look
1137
for the spice parameters.
1138

    
1139
Lastly, it is now possible to see the SPICE connection information via
1140
``gnt-instance console``.
1141

    
1142
OVF converter
1143
+++++++++++++
1144

    
1145
A new tool (``tools/ovfconverter``) has been added that supports
1146
conversion between Ganeti and the `Open Virtualization Format
1147
<http://en.wikipedia.org/wiki/Open_Virtualization_Format>`_ (both to and
1148
from).
1149

    
1150
This relies on the ``qemu-img`` tool to convert the disk formats, so the
1151
actual compatibility with other virtualization solutions depends on it.
1152

    
1153
Confd daemon changes
1154
++++++++++++++++++++
1155

    
1156
The configuration query daemon (``ganeti-confd``) is now optional, and
1157
has been rewritten in Haskell; whether to use the daemon at all, use the
1158
Python (default) or the Haskell version is selectable at configure time
1159
via the ``--enable-confd`` parameter, which can take one of the
1160
``haskell``, ``python`` or ``no`` values. If not used, disabling the
1161
daemon will result in a smaller footprint; for larger systems, we
1162
welcome feedback on the Haskell version which might become the default
1163
in future versions.
1164

    
1165
If you want to use ``gnt-node list-drbd`` you need to have the Haskell
1166
daemon running. The Python version doesn't implement the new call.
1167

    
1168

    
1169
User interface changes
1170
~~~~~~~~~~~~~~~~~~~~~~
1171

    
1172
We have replaced the ``--disks`` option of ``gnt-instance
1173
replace-disks`` with a more flexible ``--disk`` option, which allows
1174
adding and removing disks at arbitrary indices (Issue 188). Furthermore,
1175
disk size and mode can be changed upon recreation (via ``gnt-instance
1176
recreate-disks``, which accepts the same ``--disk`` option).
1177

    
1178
As many people are used to a ``show`` command, we have added that as an
1179
alias to ``info`` on all ``gnt-*`` commands.
1180

    
1181
The ``gnt-instance grow-disk`` command has a new mode in which it can
1182
accept the target size of the disk, instead of the delta; this can be
1183
more safe since two runs in absolute mode will be idempotent, and
1184
sometimes it's also easier to specify the desired size directly.
1185

    
1186
Also the handling of instances with regard to offline secondaries has
1187
been improved. Instance operations should not fail because one of it's
1188
secondary nodes is offline, even though it's safe to proceed.
1189

    
1190
A new command ``list-drbd`` has been added to the ``gnt-node`` script to
1191
support debugging of DRBD issues on nodes. It provides a mapping of DRBD
1192
minors to instance name.
1193

    
1194
API changes
1195
~~~~~~~~~~~
1196

    
1197
RAPI coverage has improved, with (for example) new resources for
1198
recreate-disks, node power-cycle, etc.
1199

    
1200
Compatibility
1201
~~~~~~~~~~~~~
1202

    
1203
There is partial support for ``xl`` in the Xen hypervisor; feedback is
1204
welcome.
1205

    
1206
Python 2.7 is better supported, and after Ganeti 2.6 we will investigate
1207
whether to still support Python 2.4 or move to Python 2.6 as minimum
1208
required version.
1209

    
1210
Support for Fedora has been slightly improved; the provided example
1211
init.d script should work better on it and the INSTALL file should
1212
document the needed dependencies.
1213

    
1214
Internal changes
1215
~~~~~~~~~~~~~~~~
1216

    
1217
The deprecated ``QueryLocks`` LUXI request has been removed. Use
1218
``Query(what=QR_LOCK, ...)`` instead.
1219

    
1220
The LUXI requests :pyeval:`luxi.REQ_QUERY_JOBS`,
1221
:pyeval:`luxi.REQ_QUERY_INSTANCES`, :pyeval:`luxi.REQ_QUERY_NODES`,
1222
:pyeval:`luxi.REQ_QUERY_GROUPS`, :pyeval:`luxi.REQ_QUERY_EXPORTS` and
1223
:pyeval:`luxi.REQ_QUERY_TAGS` are deprecated and will be removed in a
1224
future version. :pyeval:`luxi.REQ_QUERY` should be used instead.
1225

    
1226
RAPI client: ``CertificateError`` now derives from
1227
``GanetiApiError``. This should make it more easy to handle Ganeti
1228
errors.
1229

    
1230
Deprecation warnings due to PyCrypto/paramiko import in
1231
``tools/setup-ssh`` have been silenced, as usually they are safe; please
1232
make sure to run an up-to-date paramiko version, if you use this tool.
1233

    
1234
The QA scripts now depend on Python 2.5 or above (the main code base
1235
still works with Python 2.4).
1236

    
1237
The configuration file (``config.data``) is now written without
1238
indentation for performance reasons; if you want to edit it, it can be
1239
re-formatted via ``tools/fmtjson``.
1240

    
1241
A number of bugs has been fixed in the cluster merge tool.
1242

    
1243
``x509`` certification verification (used in import-export) has been
1244
changed to allow the same clock skew as permitted by the cluster
1245
verification. This will remove some rare but hard to diagnose errors in
1246
import-export.
1247

    
1248

    
1249
Version 2.6.0 rc4
1250
-----------------
1251

    
1252
*(Released Thu, 19 Jul 2012)*
1253

    
1254
Very few changes from rc4 to the final release, only bugfixes:
1255

    
1256
- integrated fixes from release 2.5.2 (fix general boot flag for KVM
1257
  instance, fix CDROM booting for KVM instances)
1258
- fixed node group modification of node parameters
1259
- fixed issue in LUClusterVerifyGroup with multi-group clusters
1260
- fixed generation of bash completion to ensure a stable ordering
1261
- fixed a few typos
1262

    
1263

    
1264
Version 2.6.0 rc3
1265
-----------------
1266

    
1267
*(Released Fri, 13 Jul 2012)*
1268

    
1269
Third release candidate for 2.6. The following changes were done from
1270
rc3 to rc4:
1271

    
1272
- Fixed ``UpgradeConfig`` w.r.t. to disk parameters on disk objects.
1273
- Fixed an inconsistency in the LUXI protocol with the provided
1274
  arguments (NOT backwards compatible)
1275
- Fixed a bug with node groups ipolicy where ``min`` was greater than
1276
  the cluster ``std`` value
1277
- Implemented a new ``gnt-node list-drbd`` call to list DRBD minors for
1278
  easier instance debugging on nodes (requires ``hconfd`` to work)
1279

    
1280

    
1281
Version 2.6.0 rc2
1282
-----------------
1283

    
1284
*(Released Tue, 03 Jul 2012)*
1285

    
1286
Second release candidate for 2.6. The following changes were done from
1287
rc2 to rc3:
1288

    
1289
- Fixed ``gnt-cluster verify`` regarding ``master-ip-script`` on non
1290
  master candidates
1291
- Fixed a RAPI regression on missing beparams/memory
1292
- Fixed redistribution of files on offline nodes
1293
- Added possibility to run activate-disks even though secondaries are
1294
  offline. With this change it relaxes also the strictness on some other
1295
  commands which use activate disks internally:
1296
  * ``gnt-instance start|reboot|rename|backup|export``
1297
- Made it possible to remove safely an instance if its secondaries are
1298
  offline
1299
- Made it possible to reinstall even though secondaries are offline
1300

    
1301

    
1302
Version 2.6.0 rc1
1303
-----------------
1304

    
1305
*(Released Mon, 25 Jun 2012)*
1306

    
1307
First release candidate for 2.6. The following changes were done from
1308
rc1 to rc2:
1309

    
1310
- Fixed bugs with disk parameters and ``rbd`` templates as well as
1311
  ``instance_os_add``
1312
- Made ``gnt-instance modify`` more consistent regarding new NIC/Disk
1313
  behaviour. It supports now the modify operation
1314
- ``hcheck`` implemented to analyze cluster health and possibility of
1315
  improving health by rebalance
1316
- ``hbal`` has been improved in dealing with split instances
1317

    
1318

    
1319
Version 2.6.0 beta2
1320
-------------------
1321

    
1322
*(Released Mon, 11 Jun 2012)*
1323

    
1324
Second beta release of 2.6. The following changes were done from beta2
1325
to rc1:
1326

    
1327
- Fixed ``daemon-util`` with non-root user models
1328
- Fixed creation of plain instances with ``--no-wait-for-sync``
1329
- Fix wrong iv_names when running ``cfgupgrade``
1330
- Export more information in RAPI group queries
1331
- Fixed bug when changing instance network interfaces
1332
- Extended burnin to do NIC changes
1333
- query: Added ``<``, ``>``, ``<=``, ``>=`` comparison operators
1334
- Changed default for DRBD barriers
1335
- Fixed DRBD error reporting for syncer rate
1336
- Verify the options on disk parameters
1337

    
1338
And of course various fixes to documentation and improved unittests and
1339
QA.
1340

    
1341

    
1342
Version 2.6.0 beta1
1343
-------------------
1344

    
1345
*(Released Wed, 23 May 2012)*
1346

    
1347
First beta release of 2.6. The following changes were done from beta1 to
1348
beta2:
1349

    
1350
- integrated patch for distributions without ``start-stop-daemon``
1351
- adapted example init.d script to work on Fedora
1352
- fixed log handling in Haskell daemons
1353
- adapted checks in the watcher for pycurl linked against libnss
1354
- add partial support for ``xl`` instead of ``xm`` for Xen
1355
- fixed a type issue in cluster verification
1356
- fixed ssconf handling in the Haskell code (was breaking confd in IPv6
1357
  clusters)
1358

    
1359
Plus integrated fixes from the 2.5 branch:
1360

    
1361
- fixed ``kvm-ifup`` to use ``/bin/bash``
1362
- fixed parallel build failures
1363
- KVM live migration when using a custom keymap
1364

    
1365

    
1366
Version 2.5.2
1367
-------------
1368

    
1369
*(Released Tue, 24 Jul 2012)*
1370

    
1371
A small bugfix release, with no new features:
1372

    
1373
- fixed bash-isms in kvm-ifup, for compatibility with systems which use a
1374
  different default shell (e.g. Debian, Ubuntu)
1375
- fixed KVM startup and live migration with a custom keymap (fixes Issue
1376
  243 and Debian bug #650664)
1377
- fixed compatibility with KVM versions that don't support multiple boot
1378
  devices (fixes Issue 230 and Debian bug #624256)
1379

    
1380
Additionally, a few fixes were done to the build system (fixed parallel
1381
build failures) and to the unittests (fixed race condition in test for
1382
FileID functions, and the default enable/disable mode for QA test is now
1383
customisable).
1384

    
1385

    
1386
Version 2.5.1
1387
-------------
1388

    
1389
*(Released Fri, 11 May 2012)*
1390

    
1391
A small bugfix release.
1392

    
1393
The main issues solved are on the topic of compatibility with newer LVM
1394
releases:
1395

    
1396
- fixed parsing of ``lv_attr`` field
1397
- adapted to new ``vgreduce --removemissing`` behaviour where sometimes
1398
  the ``--force`` flag is needed
1399

    
1400
Also on the topic of compatibility, ``tools/lvmstrap`` has been changed
1401
to accept kernel 3.x too (was hardcoded to 2.6.*).
1402

    
1403
A regression present in 2.5.0 that broke handling (in the gnt-* scripts)
1404
of hook results and that also made display of other errors suboptimal
1405
was fixed; the code behaves now like 2.4 and earlier.
1406

    
1407
Another change in 2.5, the cleanup of the OS scripts environment, is too
1408
aggressive: it removed even the ``PATH`` variable, which requires the OS
1409
scripts to *always* need to export it. Since this is a bit too strict,
1410
we now export a minimal PATH, the same that we export for hooks.
1411

    
1412
The fix for issue 201 (Preserve bridge MTU in KVM ifup script) was
1413
integrated into this release.
1414

    
1415
Finally, a few other miscellaneous changes were done (no new features,
1416
just small improvements):
1417

    
1418
- Fix ``gnt-group --help`` display
1419
- Fix hardcoded Xen kernel path
1420
- Fix grow-disk handling of invalid units
1421
- Update synopsis for ``gnt-cluster repair-disk-sizes``
1422
- Accept both PUT and POST in noded (makes future upgrade to 2.6 easier)
1423

    
1424

    
1425
Version 2.5.0
1426
-------------
1427

    
1428
*(Released Thu, 12 Apr 2012)*
1429

    
1430
Incompatible/important changes and bugfixes
1431
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1432

    
1433
- The default of the ``/2/instances/[instance_name]/rename`` RAPI
1434
  resource's ``ip_check`` parameter changed from ``True`` to ``False``
1435
  to match the underlying LUXI interface.
1436
- The ``/2/nodes/[node_name]/evacuate`` RAPI resource was changed to use
1437
  body parameters, see :doc:`RAPI documentation <rapi>`. The server does
1438
  not maintain backwards-compatibility as the underlying operation
1439
  changed in an incompatible way. The RAPI client can talk to old
1440
  servers, but it needs to be told so as the return value changed.
1441
- When creating file-based instances via RAPI, the ``file_driver``
1442
  parameter no longer defaults to ``loop`` and must be specified.
1443
- The deprecated ``bridge`` NIC parameter is no longer supported. Use
1444
  ``link`` instead.
1445
- Support for the undocumented and deprecated RAPI instance creation
1446
  request format version 0 has been dropped. Use version 1, supported
1447
  since Ganeti 2.1.3 and :doc:`documented <rapi>`, instead.
1448
- Pyparsing 1.4.6 or above is required, see :doc:`installation
1449
  documentation <install>`.
1450
- The "cluster-verify" hooks are now executed per group by the
1451
  ``OP_CLUSTER_VERIFY_GROUP`` opcode. This maintains the same behavior
1452
  if you just run ``gnt-cluster verify``, which generates one opcode per
1453
  group.
1454
- The environment as passed to the OS scripts is cleared, and thus no
1455
  environment variables defined in the node daemon's environment will be
1456
  inherited by the scripts.
1457
- The :doc:`iallocator <iallocator>` mode ``multi-evacuate`` has been
1458
  deprecated.
1459
- :doc:`New iallocator modes <design-multi-reloc>` have been added to
1460
  support operations involving multiple node groups.
1461
- Offline nodes are ignored when failing over an instance.
1462
- Support for KVM version 1.0, which changed the version reporting format
1463
  from 3 to 2 digits.
1464
- TCP/IP ports used by DRBD disks are returned to a pool upon instance
1465
  removal.
1466
- ``Makefile`` is now compatible with Automake 1.11.2
1467
- Includes all bugfixes made in the 2.4 series
1468

    
1469
New features
1470
~~~~~~~~~~~~
1471

    
1472
- The ganeti-htools project has been merged into the ganeti-core source
1473
  tree and will be built as part of Ganeti (see :doc:`install-quick`).
1474
- Implemented support for :doc:`shared storage <design-shared-storage>`.
1475
- Add support for disks larger than 2 TB in ``lvmstrap`` by supporting
1476
  GPT-style partition tables (requires `parted
1477
  <http://www.gnu.org/s/parted/>`_).
1478
- Added support for floppy drive and 2nd CD-ROM drive in KVM hypervisor.
1479
- Allowed adding tags on instance creation.
1480
- Export instance tags to hooks (``INSTANCE_TAGS``, see :doc:`hooks`)
1481
- Allow instances to be started in a paused state, enabling the user to
1482
  see the complete console output on boot using the console.
1483
- Added new hypervisor flag to control default reboot behaviour
1484
  (``reboot_behavior``).
1485
- Added support for KVM keymaps (hypervisor parameter ``keymap``).
1486
- Improved out-of-band management support:
1487

    
1488
  - Added ``gnt-node health`` command reporting the health status of
1489
    nodes.
1490
  - Added ``gnt-node power`` command to manage power status of nodes.
1491
  - Added command for emergency power-off (EPO), ``gnt-cluster epo``.
1492

    
1493
- Instance migration can fall back to failover if instance is not
1494
  running.
1495
- Filters can be used when listing nodes, instances, groups and locks;
1496
  see :manpage:`ganeti(7)` manpage.
1497
- Added post-execution status as variables to :doc:`hooks <hooks>`
1498
  environment.
1499
- Instance tags are exported/imported together with the instance.
1500
- When given an explicit job ID, ``gnt-job info`` will work for archived
1501
  jobs.
1502
- Jobs can define dependencies on other jobs (not yet supported via
1503
  RAPI or command line, but used by internal commands and usable via
1504
  LUXI).
1505

    
1506
  - Lock monitor (``gnt-debug locks``) shows jobs waiting for
1507
    dependencies.
1508

    
1509
- Instance failover is now available as a RAPI resource
1510
  (``/2/instances/[instance_name]/failover``).
1511
- ``gnt-instance info`` defaults to static information if primary node
1512
  is offline.
1513
- Opcodes have a new ``comment`` attribute.
1514
- Added basic SPICE support to KVM hypervisor.
1515
- ``tools/ganeti-listrunner`` allows passing of arguments to executable.
1516

    
1517
Node group improvements
1518
~~~~~~~~~~~~~~~~~~~~~~~
1519

    
1520
- ``gnt-cluster verify`` has been modified to check groups separately,
1521
  thereby improving performance.
1522
- Node group support has been added to ``gnt-cluster verify-disks``,
1523
  which now operates per node group.
1524
- Watcher has been changed to work better with node groups.
1525

    
1526
  - One process and state file per node group.
1527
  - Slow watcher in one group doesn't block other group's watcher.
1528

    
1529
- Added new command, ``gnt-group evacuate``, to move all instances in a
1530
  node group to other groups.
1531
- Added ``gnt-instance change-group`` to move an instance to another
1532
  node group.
1533
- ``gnt-cluster command`` and ``gnt-cluster copyfile`` now support
1534
  per-group operations.
1535
- Node groups can be tagged.
1536
- Some operations switch from an exclusive to a shared lock as soon as
1537
  possible.
1538
- Instance's primary and secondary nodes' groups are now available as
1539
  query fields (``pnode.group``, ``pnode.group.uuid``, ``snodes.group``
1540
  and ``snodes.group.uuid``).
1541

    
1542
Misc
1543
~~~~
1544

    
1545
- Numerous updates to documentation and manpages.
1546

    
1547
  - :doc:`RAPI <rapi>` documentation now has detailed parameter
1548
    descriptions.
1549
  - Some opcode/job results are now also documented, see :doc:`RAPI
1550
    <rapi>`.
1551

    
1552
- A lockset's internal lock is now also visible in lock monitor.
1553
- Log messages from job queue workers now contain information about the
1554
  opcode they're processing.
1555
- ``gnt-instance console`` no longer requires the instance lock.
1556
- A short delay when waiting for job changes reduces the number of LUXI
1557
  requests significantly.
1558
- DRBD metadata volumes are overwritten with zeros during disk creation.
1559
- Out-of-band commands no longer acquire the cluster lock in exclusive
1560
  mode.
1561
- ``devel/upload`` now uses correct permissions for directories.
1562

    
1563

    
1564
Version 2.5.0 rc6
1565
-----------------
1566

    
1567
*(Released Fri, 23 Mar 2012)*
1568

    
1569
This was the sixth release candidate of the 2.5 series.
1570

    
1571

    
1572
Version 2.5.0 rc5
1573
-----------------
1574

    
1575
*(Released Mon, 9 Jan 2012)*
1576

    
1577
This was the fifth release candidate of the 2.5 series.
1578

    
1579

    
1580
Version 2.5.0 rc4
1581
-----------------
1582

    
1583
*(Released Thu, 27 Oct 2011)*
1584

    
1585
This was the fourth release candidate of the 2.5 series.
1586

    
1587

    
1588
Version 2.5.0 rc3
1589
-----------------
1590

    
1591
*(Released Wed, 26 Oct 2011)*
1592

    
1593
This was the third release candidate of the 2.5 series.
1594

    
1595

    
1596
Version 2.5.0 rc2
1597
-----------------
1598

    
1599
*(Released Tue, 18 Oct 2011)*
1600

    
1601
This was the second release candidate of the 2.5 series.
1602

    
1603

    
1604
Version 2.5.0 rc1
1605
-----------------
1606

    
1607
*(Released Tue, 4 Oct 2011)*
1608

    
1609
This was the first release candidate of the 2.5 series.
1610

    
1611

    
1612
Version 2.5.0 beta3
1613
-------------------
1614

    
1615
*(Released Wed, 31 Aug 2011)*
1616

    
1617
This was the third beta release of the 2.5 series.
1618

    
1619

    
1620
Version 2.5.0 beta2
1621
-------------------
1622

    
1623
*(Released Mon, 22 Aug 2011)*
1624

    
1625
This was the second beta release of the 2.5 series.
1626

    
1627

    
1628
Version 2.5.0 beta1
1629
-------------------
1630

    
1631
*(Released Fri, 12 Aug 2011)*
1632

    
1633
This was the first beta release of the 2.5 series.
1634

    
1635

    
1636
Version 2.4.5
1637
-------------
1638

    
1639
*(Released Thu, 27 Oct 2011)*
1640

    
1641
- Fixed bug when parsing command line parameter values ending in
1642
  backslash
1643
- Fixed assertion error after unclean master shutdown
1644
- Disable HTTP client pool for RPC, significantly reducing memory usage
1645
  of master daemon
1646
- Fixed queue archive creation with wrong permissions
1647

    
1648

    
1649
Version 2.4.4
1650
-------------
1651

    
1652
*(Released Tue, 23 Aug 2011)*
1653

    
1654
Small bug-fixes:
1655

    
1656
- Fixed documentation for importing with ``--src-dir`` option
1657
- Fixed a bug in ``ensure-dirs`` with queue/archive permissions
1658
- Fixed a parsing issue with DRBD 8.3.11 in the Linux kernel
1659

    
1660

    
1661
Version 2.4.3
1662
-------------
1663

    
1664
*(Released Fri, 5 Aug 2011)*
1665

    
1666
Many bug-fixes and a few small features:
1667

    
1668
- Fixed argument order in ``ReserveLV`` and ``ReserveMAC`` which caused
1669
  issues when you tried to add an instance with two MAC addresses in one
1670
  request
1671
- KVM: fixed per-instance stored UID value
1672
- KVM: configure bridged NICs at migration start
1673
- KVM: Fix a bug where instance will not start with never KVM versions
1674
  (>= 0.14)
1675
- Added OS search path to ``gnt-cluster info``
1676
- Fixed an issue with ``file_storage_dir`` where you were forced to
1677
  provide an absolute path, but the documentation states it is a
1678
  relative path, the documentation was right
1679
- Added a new parameter to instance stop/start called ``--no-remember``
1680
  that will make the state change to not be remembered
1681
- Implemented ``no_remember`` at RAPI level
1682
- Improved the documentation
1683
- Node evacuation: don't call IAllocator if node is already empty
1684
- Fixed bug in DRBD8 replace disks on current nodes
1685
- Fixed bug in recreate-disks for DRBD instances
1686
- Moved assertion checking locks in ``gnt-instance replace-disks``
1687
  causing it to abort with not owning the right locks for some situation
1688
- Job queue: Fixed potential race condition when cancelling queued jobs
1689
- Fixed off-by-one bug in job serial generation
1690
- ``gnt-node volumes``: Fix instance names
1691
- Fixed aliases in bash completion
1692
- Fixed a bug in reopening log files after being sent a SIGHUP
1693
- Added a flag to burnin to allow specifying VCPU count
1694
- Bugfixes to non-root Ganeti configuration
1695

    
1696

    
1697
Version 2.4.2
1698
-------------
1699

    
1700
*(Released Thu, 12 May 2011)*
1701

    
1702
Many bug-fixes and a few new small features:
1703

    
1704
- Fixed a bug related to log opening failures
1705
- Fixed a bug in instance listing with orphan instances
1706
- Fixed a bug which prevented resetting the cluster-level node parameter
1707
  ``oob_program`` to the default
1708
- Many fixes related to the ``cluster-merge`` tool
1709
- Fixed a race condition in the lock monitor, which caused failures
1710
  during (at least) creation of many instances in parallel
1711
- Improved output for gnt-job info
1712
- Removed the quiet flag on some ssh calls which prevented debugging
1713
  failures
1714
- Improved the N+1 failure messages in cluster verify by actually
1715
  showing the memory values (needed and available)
1716
- Increased lock attempt timeouts so that when executing long operations
1717
  (e.g. DRBD replace-disks) other jobs do not enter 'blocking acquire'
1718
  too early and thus prevent the use of the 'fair' mechanism
1719
- Changed instance query data (``gnt-instance info``) to not acquire
1720
  locks unless needed, thus allowing its use on locked instance if only
1721
  static information is asked for
1722
- Improved behaviour with filesystems that do not support rename on an
1723
  opened file
1724
- Fixed the behaviour of ``prealloc_wipe_disks`` cluster parameter which
1725
  kept locks on all nodes during the wipe, which is unneeded
1726
- Fixed ``gnt-watcher`` handling of errors during hooks execution
1727
- Fixed bug in ``prealloc_wipe_disks`` with small disk sizes (less than
1728
  10GiB) which caused the wipe to fail right at the end in some cases
1729
- Fixed master IP activation when doing master failover with no-voting
1730
- Fixed bug in ``gnt-node add --readd`` which allowed the re-adding of
1731
  the master node itself
1732
- Fixed potential data-loss in under disk full conditions, where Ganeti
1733
  wouldn't check correctly the return code and would consider
1734
  partially-written files 'correct'
1735
- Fixed bug related to multiple VGs and DRBD disk replacing
1736
- Added new disk parameter ``metavg`` that allows placement of the meta
1737
  device for DRBD in a different volume group
1738
- Fixed error handling in the node daemon when the system libc doesn't
1739
  have major number 6 (i.e. if ``libc.so.6`` is not the actual libc)
1740
- Fixed lock release during replace-disks, which kept cluster-wide locks
1741
  when doing disk replaces with an iallocator script
1742
- Added check for missing bridges in cluster verify
1743
- Handle EPIPE errors while writing to the terminal better, so that
1744
  piping the output to e.g. ``less`` doesn't cause a backtrace
1745
- Fixed rare case where a ^C during Luxi calls could have been
1746
  interpreted as server errors, instead of simply terminating
1747
- Fixed a race condition in LUGroupAssignNodes (``gnt-group
1748
  assign-nodes``)
1749
- Added a few more parameters to the KVM hypervisor, allowing a second
1750
  CDROM, custom disk type for CDROMs and a floppy image
1751
- Removed redundant message in instance rename when the name is given
1752
  already as a FQDN
1753
- Added option to ``gnt-instance recreate-disks`` to allow creating the
1754
  disks on new nodes, allowing recreation when the original instance
1755
  nodes are completely gone
1756
- Added option when converting disk templates to DRBD to skip waiting
1757
  for the resync, in order to make the instance available sooner
1758
- Added two new variables to the OS scripts environment (containing the
1759
  instance's nodes)
1760
- Made the root_path and optional parameter for the xen-pvm hypervisor,
1761
  to allow use of ``pvgrub`` as bootloader
1762
- Changed the instance memory modifications to only check out-of-memory
1763
  conditions on memory increases, and turned the secondary node warnings
1764
  into errors (they can still be overridden via ``--force``)
1765
- Fixed the handling of a corner case when the Python installation gets
1766
  corrupted (e.g. a bad disk) while ganeti-noded is running and we try
1767
  to execute a command that doesn't exist
1768
- Fixed a bug in ``gnt-instance move`` (LUInstanceMove) when the primary
1769
  node of the instance returned failures during instance shutdown; this
1770
  adds the option ``--ignore-consistency`` to gnt-instance move
1771

    
1772
And as usual, various improvements to the error messages, documentation
1773
and man pages.
1774

    
1775

    
1776
Version 2.4.1
1777
-------------
1778

    
1779
*(Released Wed, 09 Mar 2011)*
1780

    
1781
Emergency bug-fix release. ``tools/cfgupgrade`` was broken and overwrote
1782
the RAPI users file if run twice (even with ``--dry-run``).
1783

    
1784
The release fixes that bug (nothing else changed).
1785

    
1786

    
1787
Version 2.4.0
1788
-------------
1789

    
1790
*(Released Mon, 07 Mar 2011)*
1791

    
1792
Final 2.4.0 release. Just a few small fixes:
1793

    
1794
- Fixed RAPI node evacuate
1795
- Fixed the kvm-ifup script
1796
- Fixed internal error handling for special job cases
1797
- Updated man page to specify the escaping feature for options
1798

    
1799

    
1800
Version 2.4.0 rc3
1801
-----------------
1802

    
1803
*(Released Mon, 28 Feb 2011)*
1804

    
1805
A critical fix for the ``prealloc_wipe_disks`` feature: it is possible
1806
that this feature wiped the disks of the wrong instance, leading to loss
1807
of data.
1808

    
1809
Other changes:
1810

    
1811
- Fixed title of query field containing instance name
1812
- Expanded the glossary in the documentation
1813
- Fixed one unittest (internal issue)
1814

    
1815

    
1816
Version 2.4.0 rc2
1817
-----------------
1818

    
1819
*(Released Mon, 21 Feb 2011)*
1820

    
1821
A number of bug fixes plus just a couple functionality changes.
1822

    
1823
On the user-visible side, the ``gnt-* list`` command output has changed
1824
with respect to "special" field states. The current rc1 style of display
1825
can be re-enabled by passing a new ``--verbose`` (``-v``) flag, but in
1826
the default output mode special fields states are displayed as follows:
1827

    
1828
- Offline resource: ``*``
1829
- Unavailable/not applicable: ``-``
1830
- Data missing (RPC failure): ``?``
1831
- Unknown field: ``??``
1832

    
1833
Another user-visible change is the addition of ``--force-join`` to
1834
``gnt-node add``.
1835

    
1836
As for bug fixes:
1837

    
1838
- ``tools/cluster-merge`` has seen many fixes and is now enabled again
1839
- Fixed regression in RAPI/instance reinstall where all parameters were
1840
  required (instead of optional)
1841
- Fixed ``gnt-cluster repair-disk-sizes``, was broken since Ganeti 2.2
1842
- Fixed iallocator usage (offline nodes were not considered offline)
1843
- Fixed ``gnt-node list`` with respect to non-vm_capable nodes
1844
- Fixed hypervisor and OS parameter validation with respect to
1845
  non-vm_capable nodes
1846
- Fixed ``gnt-cluster verify`` with respect to offline nodes (mostly
1847
  cosmetic)
1848
- Fixed ``tools/listrunner`` with respect to agent-based usage
1849

    
1850

    
1851
Version 2.4.0 rc1
1852
-----------------
1853

    
1854
*(Released Fri,  4 Feb 2011)*
1855

    
1856
Many changes and fixes since the beta1 release. While there were some
1857
internal changes, the code has been mostly stabilised for the RC
1858
release.
1859

    
1860
Note: the dumb allocator was removed in this release, as it was not kept
1861
up-to-date with the IAllocator protocol changes. It is recommended to
1862
use the ``hail`` command from the ganeti-htools package.
1863

    
1864
Note: the 2.4 and up versions of Ganeti are not compatible with the
1865
0.2.x branch of ganeti-htools. You need to upgrade to
1866
ganeti-htools-0.3.0 (or later).
1867

    
1868
Regressions fixed from 2.3
1869
~~~~~~~~~~~~~~~~~~~~~~~~~~
1870

    
1871
- Fixed the ``gnt-cluster verify-disks`` command
1872
- Made ``gnt-cluster verify-disks`` work in parallel (as opposed to
1873
  serially on nodes)
1874
- Fixed disk adoption breakage
1875
- Fixed wrong headers in instance listing for field aliases
1876

    
1877
Other bugs fixed
1878
~~~~~~~~~~~~~~~~
1879

    
1880
- Fixed corner case in KVM handling of NICs
1881
- Fixed many cases of wrong handling of non-vm_capable nodes
1882
- Fixed a bug where a missing instance symlink was not possible to
1883
  recreate with any ``gnt-*`` command (now ``gnt-instance
1884
  activate-disks`` does it)
1885
- Fixed the volume group name as reported by ``gnt-cluster
1886
  verify-disks``
1887
- Increased timeouts for the import-export code, hopefully leading to
1888
  fewer aborts due network or instance timeouts
1889
- Fixed bug in ``gnt-node list-storage``
1890
- Fixed bug where not all daemons were started on cluster
1891
  initialisation, but only at the first watcher run
1892
- Fixed many bugs in the OOB implementation
1893
- Fixed watcher behaviour in presence of instances with offline
1894
  secondaries
1895
- Fixed instance list output for instances running on the wrong node
1896
- a few fixes to the cluster-merge tool, but it still cannot merge
1897
  multi-node groups (currently it is not recommended to use this tool)
1898

    
1899

    
1900
Improvements
1901
~~~~~~~~~~~~
1902

    
1903
- Improved network configuration for the KVM hypervisor
1904
- Added e1000 as a supported NIC for Xen-HVM
1905
- Improved the lvmstrap tool to also be able to use partitions, as
1906
  opposed to full disks
1907
- Improved speed of disk wiping (the cluster parameter
1908
  ``prealloc_wipe_disks``, so that it has a low impact on the total time
1909
  of instance creations
1910
- Added documentation for the OS parameters
1911
- Changed ``gnt-instance deactivate-disks`` so that it can work if the
1912
  hypervisor is not responding
1913
- Added display of blacklisted and hidden OS information in
1914
  ``gnt-cluster info``
1915
- Extended ``gnt-cluster verify`` to also validate hypervisor, backend,
1916
  NIC and node parameters, which might create problems with currently
1917
  invalid (but undetected) configuration files, but prevents validation
1918
  failures when unrelated parameters are modified
1919
- Changed cluster initialisation to wait for the master daemon to become
1920
  available
1921
- Expanded the RAPI interface:
1922

    
1923
  - Added config redistribution resource
1924
  - Added activation/deactivation of instance disks
1925
  - Added export of console information
1926

    
1927
- Implemented log file reopening on SIGHUP, which allows using
1928
  logrotate(8) for the Ganeti log files
1929
- Added a basic OOB helper script as an example
1930

    
1931

    
1932
Version 2.4.0 beta1
1933
-------------------
1934

    
1935
*(Released Fri, 14 Jan 2011)*
1936

    
1937
User-visible
1938
~~~~~~~~~~~~
1939

    
1940
- Fixed timezone issues when formatting timestamps
1941
- Added support for node groups, available via ``gnt-group`` and other
1942
  commands
1943
- Added out-of-band framework and management, see :doc:`design
1944
  document <design-oob>`
1945
- Removed support for roman numbers from ``gnt-node list`` and
1946
  ``gnt-instance list``.
1947
- Allowed modification of master network interface via ``gnt-cluster
1948
  modify --master-netdev``
1949
- Accept offline secondaries while shutting down instance disks
1950
- Added ``blockdev_prefix`` parameter to Xen PVM and HVM hypervisors
1951
- Added support for multiple LVM volume groups
1952
- Avoid sorting nodes for ``gnt-node list`` if specific nodes are
1953
  requested
1954
- Added commands to list available fields:
1955

    
1956
  - ``gnt-node list-fields``
1957
  - ``gnt-group list-fields``
1958
  - ``gnt-instance list-fields``
1959

    
1960
- Updated documentation and man pages
1961

    
1962
Integration
1963
~~~~~~~~~~~
1964

    
1965
- Moved ``rapi_users`` file into separate directory, now named
1966
  ``.../ganeti/rapi/users``, ``cfgupgrade`` moves the file and creates a
1967
  symlink
1968
- Added new tool for running commands on many machines,
1969
  ``tools/ganeti-listrunner``
1970
- Implemented more verbose result in ``OpInstanceConsole`` opcode, also
1971
  improving the ``gnt-instance console`` output
1972
- Allowed customisation of disk index separator at ``configure`` time
1973
- Export node group allocation policy to :doc:`iallocator <iallocator>`
1974
- Added support for non-partitioned md disks in ``lvmstrap``
1975
- Added script to gracefully power off KVM instances
1976
- Split ``utils`` module into smaller parts
1977
- Changed query operations to return more detailed information, e.g.
1978
  whether an information is unavailable due to an offline node. To use
1979
  this new functionality, the LUXI call ``Query`` must be used. Field
1980
  information is now stored by the master daemon and can be retrieved
1981
  using ``QueryFields``. Instances, nodes and groups can also be queried
1982
  using the new opcodes ``OpQuery`` and ``OpQueryFields`` (not yet
1983
  exposed via RAPI). The following commands make use of this
1984
  infrastructure change:
1985

    
1986
  - ``gnt-group list``
1987
  - ``gnt-group list-fields``
1988
  - ``gnt-node list``
1989
  - ``gnt-node list-fields``
1990
  - ``gnt-instance list``
1991
  - ``gnt-instance list-fields``
1992
  - ``gnt-debug locks``
1993

    
1994
Remote API
1995
~~~~~~~~~~
1996

    
1997
- New RAPI resources (see :doc:`rapi`):
1998

    
1999
  - ``/2/modify``
2000
  - ``/2/groups``
2001
  - ``/2/groups/[group_name]``
2002
  - ``/2/groups/[group_name]/assign-nodes``
2003
  - ``/2/groups/[group_name]/modify``
2004
  - ``/2/groups/[group_name]/rename``
2005
  - ``/2/instances/[instance_name]/disk/[disk_index]/grow``
2006

    
2007
- RAPI changes:
2008

    
2009
  - Implemented ``no_install`` for instance creation
2010
  - Implemented OS parameters for instance reinstallation, allowing
2011
    use of special settings on reinstallation (e.g. for preserving data)
2012

    
2013
Misc
2014
~~~~
2015

    
2016
- Added IPv6 support in import/export
2017
- Pause DRBD synchronization while wiping disks on instance creation
2018
- Updated unittests and QA scripts
2019
- Improved network parameters passed to KVM
2020
- Converted man pages from docbook to reStructuredText
2021

    
2022

    
2023
Version 2.3.1
2024
-------------
2025

    
2026
*(Released Mon, 20 Dec 2010)*
2027

    
2028
Released version 2.3.1~rc1 without any changes.
2029

    
2030

    
2031
Version 2.3.1 rc1
2032
-----------------
2033

    
2034
*(Released Wed, 1 Dec 2010)*
2035

    
2036
- impexpd: Disable OpenSSL compression in socat if possible (backport
2037
  from master, commit e90739d625b, see :doc:`installation guide
2038
  <install-quick>` for details)
2039
- Changed unittest coverage report to exclude test scripts
2040
- Added script to check version format
2041

    
2042

    
2043
Version 2.3.0
2044
-------------
2045

    
2046
*(Released Wed, 1 Dec 2010)*
2047

    
2048
Released version 2.3.0~rc1 without any changes.
2049

    
2050

    
2051
Version 2.3.0 rc1
2052
-----------------
2053

    
2054
*(Released Fri, 19 Nov 2010)*
2055

    
2056
A number of bugfixes and documentation updates:
2057

    
2058
- Update ganeti-os-interface documentation
2059
- Fixed a bug related to duplicate MACs or similar items which should be
2060
  unique
2061
- Fix breakage in OS state modify
2062
- Reinstall instance: disallow offline secondaries (fixes bug related to
2063
  OS changing but reinstall failing)
2064
- plus all the other fixes between 2.2.1 and 2.2.2
2065

    
2066

    
2067
Version 2.3.0 rc0
2068
-----------------
2069

    
2070
*(Released Tue, 2 Nov 2010)*
2071

    
2072
- Fixed clearing of the default iallocator using ``gnt-cluster modify``
2073
- Fixed master failover race with watcher
2074
- Fixed a bug in ``gnt-node modify`` which could lead to an inconsistent
2075
  configuration
2076
- Accept previously stopped instance for export with instance removal
2077
- Simplify and extend the environment variables for instance OS scripts
2078
- Added new node flags, ``master_capable`` and ``vm_capable``
2079
- Added optional instance disk wiping prior during allocation. This is a
2080
  cluster-wide option and can be set/modified using
2081
  ``gnt-cluster {init,modify} --prealloc-wipe-disks``.
2082
- Added IPv6 support, see :doc:`design document <design-2.3>` and
2083
  :doc:`install-quick`
2084
- Added a new watcher option (``--ignore-pause``)
2085
- Added option to ignore offline node on instance start/stop
2086
  (``--ignore-offline``)
2087
- Allow overriding OS parameters with ``gnt-instance reinstall``
2088
- Added ability to change node's secondary IP address using ``gnt-node
2089
  modify``
2090
- Implemented privilege separation for all daemons except
2091
  ``ganeti-noded``, see ``configure`` options
2092
- Complain if an instance's disk is marked faulty in ``gnt-cluster
2093
  verify``
2094
- Implemented job priorities (see ``ganeti(7)`` manpage)
2095
- Ignore failures while shutting down instances during failover from
2096
  offline node
2097
- Exit daemon's bootstrap process only once daemon is ready
2098
- Export more information via ``LUInstanceQuery``/remote API
2099
- Improved documentation, QA and unittests
2100
- RAPI daemon now watches ``rapi_users`` all the time and doesn't need a
2101
  restart if the file was created or changed
2102
- Added LUXI protocol version sent with each request and response,
2103
  allowing detection of server/client mismatches
2104
- Moved the Python scripts among gnt-* and ganeti-* into modules
2105
- Moved all code related to setting up SSH to an external script,
2106
  ``setup-ssh``
2107
- Infrastructure changes for node group support in future versions
2108

    
2109

    
2110
Version 2.2.2
2111
-------------
2112

    
2113
*(Released Fri, 19 Nov 2010)*
2114

    
2115
A few small bugs fixed, and some improvements to the build system:
2116

    
2117
- Fix documentation regarding conversion to drbd
2118
- Fix validation of parameters in cluster modify (``gnt-cluster modify
2119
  -B``)
2120
- Fix error handling in node modify with multiple changes
2121
- Allow remote imports without checked names
2122

    
2123

    
2124
Version 2.2.1
2125
-------------
2126

    
2127
*(Released Tue, 19 Oct 2010)*
2128

    
2129
- Disable SSL session ID cache in RPC client
2130

    
2131

    
2132
Version 2.2.1 rc1
2133
-----------------
2134

    
2135
*(Released Thu, 14 Oct 2010)*
2136

    
2137
- Fix interaction between Curl/GnuTLS and the Python's HTTP server
2138
  (thanks Apollon Oikonomopoulos!), finally allowing the use of Curl
2139
  with GnuTLS
2140
- Fix problems with interaction between Curl and Python's HTTP server,
2141
  resulting in increased speed in many RPC calls
2142
- Improve our release script to prevent breakage with older aclocal and
2143
  Python 2.6
2144

    
2145

    
2146
Version 2.2.1 rc0
2147
-----------------
2148

    
2149
*(Released Thu, 7 Oct 2010)*
2150

    
2151
- Fixed issue 125, replace hardcoded "xenvg" in ``gnt-cluster`` with
2152
  value retrieved from master
2153
- Added support for blacklisted or hidden OS definitions
2154
- Added simple lock monitor (accessible via (``gnt-debug locks``)
2155
- Added support for -mem-path in KVM hypervisor abstraction layer
2156
- Allow overriding instance parameters in tool for inter-cluster
2157
  instance moves (``tools/move-instance``)
2158
- Improved opcode summaries (e.g. in ``gnt-job list``)
2159
- Improve consistency of OS listing by sorting it
2160
- Documentation updates
2161

    
2162

    
2163
Version 2.2.0.1
2164
---------------
2165

    
2166
*(Released Fri, 8 Oct 2010)*
2167

    
2168
- Rebuild with a newer autotools version, to fix python 2.6 compatibility
2169

    
2170

    
2171
Version 2.2.0
2172
-------------
2173

    
2174
*(Released Mon, 4 Oct 2010)*
2175

    
2176
- Fixed regression in ``gnt-instance rename``
2177

    
2178

    
2179
Version 2.2.0 rc2
2180
-----------------
2181

    
2182
*(Released Wed, 22 Sep 2010)*
2183

    
2184
- Fixed OS_VARIANT variable for OS scripts
2185
- Fixed cluster tag operations via RAPI
2186
- Made ``setup-ssh`` exit with non-zero code if an error occurred
2187
- Disabled RAPI CA checks in watcher
2188

    
2189

    
2190
Version 2.2.0 rc1
2191
-----------------
2192

    
2193
*(Released Mon, 23 Aug 2010)*
2194

    
2195
- Support DRBD versions of the format "a.b.c.d"
2196
- Updated manpages
2197
- Re-introduce support for usage from multiple threads in RAPI client
2198
- Instance renames and modify via RAPI
2199
- Work around race condition between processing and archival in job
2200
  queue
2201
- Mark opcodes following failed one as failed, too
2202
- Job field ``lock_status`` was removed due to difficulties making it
2203
  work with the changed job queue in Ganeti 2.2; a better way to monitor
2204
  locks is expected for a later 2.2.x release
2205
- Fixed dry-run behaviour with many commands
2206
- Support ``ssh-agent`` again when adding nodes
2207
- Many additional bugfixes
2208

    
2209

    
2210
Version 2.2.0 rc0
2211
-----------------
2212

    
2213
*(Released Fri, 30 Jul 2010)*
2214

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

    
2224
  python -c 'import pycurl; print pycurl.version'
2225

    
2226
can be used to determine the libraries PycURL and cURL are linked
2227
against.
2228

    
2229
Other significant changes:
2230

    
2231
- Rewrote much of the internals of the job queue, in order to achieve
2232
  better parallelism; this decouples job query operations from the job
2233
  processing, and it should allow much nicer behaviour of the master
2234
  daemon under load, and it also has uncovered some long-standing bugs
2235
  related to the job serialisation (now fixed)
2236
- Added a default iallocator setting to the cluster parameters,
2237
  eliminating the need to always pass nodes or an iallocator for
2238
  operations that require selection of new node(s)
2239
- Added experimental support for the LXC virtualization method
2240
- Added support for OS parameters, which allows the installation of
2241
  instances to pass parameter to OS scripts in order to customise the
2242
  instance
2243
- Added a hypervisor parameter controlling the migration type (live or
2244
  non-live), since hypervisors have various levels of reliability; this
2245
  has renamed the 'live' parameter to 'mode'
2246
- Added a cluster parameter ``reserved_lvs`` that denotes reserved
2247
  logical volumes, meaning that cluster verify will ignore them and not
2248
  flag their presence as errors
2249
- The watcher will now reset the error count for failed instances after
2250
  8 hours, thus allowing self-healing if the problem that caused the
2251
  instances to be down/fail to start has cleared in the meantime
2252
- Added a cluster parameter ``drbd_usermode_helper`` that makes Ganeti
2253
  check for, and warn, if the drbd module parameter ``usermode_helper``
2254
  is not consistent with the cluster-wide setting; this is needed to
2255
  make diagnose easier of failed drbd creations
2256
- Started adding base IPv6 support, but this is not yet
2257
  enabled/available for use
2258
- Rename operations (cluster, instance) will now return the new name,
2259
  which is especially useful if a short name was passed in
2260
- Added support for instance migration in RAPI
2261
- Added a tool to pre-configure nodes for the SSH setup, before joining
2262
  them to the cluster; this will allow in the future a simplified model
2263
  for node joining (but not yet fully enabled in 2.2); this needs the
2264
  paramiko python library
2265
- Fixed handling of name-resolving errors
2266
- Fixed consistency of job results on the error path
2267
- Fixed master-failover race condition when executed multiple times in
2268
  sequence
2269
- Fixed many bugs related to the job queue (mostly introduced during the
2270
  2.2 development cycle, so not all are impacting 2.1)
2271
- Fixed instance migration with missing disk symlinks
2272
- Fixed handling of unknown jobs in ``gnt-job archive``
2273
- And many other small fixes/improvements
2274

    
2275
Internal changes:
2276

    
2277
- Enhanced both the unittest and the QA coverage
2278
- Switched the opcode validation to a generic model, and extended the
2279
  validation to all opcode parameters
2280
- Changed more parts of the code that write shell scripts to use the
2281
  same class for this
2282
- Switched the master daemon to use the asyncore library for the Luxi
2283
  server endpoint
2284

    
2285

    
2286
Version 2.2.0 beta0
2287
-------------------
2288

    
2289
*(Released Thu, 17 Jun 2010)*
2290

    
2291
- Added tool (``move-instance``) and infrastructure to move instances
2292
  between separate clusters (see :doc:`separate documentation
2293
  <move-instance>` and :doc:`design document <design-2.2>`)
2294
- Added per-request RPC timeout
2295
- RAPI now requires a Content-Type header for requests with a body (e.g.
2296
  ``PUT`` or ``POST``) which must be set to ``application/json`` (see
2297
  :rfc:`2616` (HTTP/1.1), section 7.2.1)
2298
- ``ganeti-watcher`` attempts to restart ``ganeti-rapi`` if RAPI is not
2299
  reachable
2300
- Implemented initial support for running Ganeti daemons as separate
2301
  users, see configure-time flags ``--with-user-prefix`` and
2302
  ``--with-group-prefix`` (only ``ganeti-rapi`` is supported at this
2303
  time)
2304
- Instances can be removed after export (``gnt-backup export
2305
  --remove-instance``)
2306
- Self-signed certificates generated by Ganeti now use a 2048 bit RSA
2307
  key (instead of 1024 bit)
2308
- Added new cluster configuration file for cluster domain secret
2309
- Import/export now use SSL instead of SSH
2310
- Added support for showing estimated time when exporting an instance,
2311
  see the ``ganeti-os-interface(7)`` manpage and look for
2312
  ``EXP_SIZE_FD``
2313

    
2314

    
2315
Version 2.1.8
2316
-------------
2317

    
2318
*(Released Tue, 16 Nov 2010)*
2319

    
2320
Some more bugfixes. Unless critical bugs occur, this will be the last
2321
2.1 release:
2322

    
2323
- Fix case of MAC special-values
2324
- Fix mac checker regex
2325
- backend: Fix typo causing "out of range" error
2326
- Add missing --units in gnt-instance list man page
2327

    
2328

    
2329
Version 2.1.7
2330
-------------
2331

    
2332
*(Released Tue, 24 Aug 2010)*
2333

    
2334
Bugfixes only:
2335
  - Don't ignore secondary node silently on non-mirrored disk templates
2336
    (issue 113)
2337
  - Fix --master-netdev arg name in gnt-cluster(8) (issue 114)
2338
  - Fix usb_mouse parameter breaking with vnc_console (issue 109)
2339
  - Properly document the usb_mouse parameter
2340
  - Fix path in ganeti-rapi(8) (issue 116)
2341
  - Adjust error message when the ganeti user's .ssh directory is
2342
    missing
2343
  - Add same-node-check when changing the disk template to drbd
2344

    
2345

    
2346
Version 2.1.6
2347
-------------
2348

    
2349
*(Released Fri, 16 Jul 2010)*
2350

    
2351
Bugfixes only:
2352
  - Add an option to only select some reboot types during qa/burnin.
2353
    (on some hypervisors consequent reboots are not supported)
2354
  - Fix infrequent race condition in master failover. Sometimes the old
2355
    master ip address would be still detected as up for a short time
2356
    after it was removed, causing failover to fail.
2357
  - Decrease mlockall warnings when the ctypes module is missing. On
2358
    Python 2.4 we support running even if no ctypes module is installed,
2359
    but we were too verbose about this issue.
2360
  - Fix building on old distributions, on which man doesn't have a
2361
    --warnings option.
2362
  - Fix RAPI not to ignore the MAC address on instance creation
2363
  - Implement the old instance creation format in the RAPI client.
2364

    
2365

    
2366
Version 2.1.5
2367
-------------
2368

    
2369
*(Released Thu, 01 Jul 2010)*
2370

    
2371
A small bugfix release:
2372
  - Fix disk adoption: broken by strict --disk option checking in 2.1.4
2373
  - Fix batch-create: broken in the whole 2.1 series due to a lookup on
2374
    a non-existing option
2375
  - Fix instance create: the --force-variant option was ignored
2376
  - Improve pylint 0.21 compatibility and warnings with Python 2.6
2377
  - Fix modify node storage with non-FQDN arguments
2378
  - Fix RAPI client to authenticate under Python 2.6 when used
2379
    for more than 5 requests needing authentication
2380
  - Fix gnt-instance modify -t (storage) giving a wrong error message
2381
    when converting a non-shutdown drbd instance to plain
2382

    
2383

    
2384
Version 2.1.4
2385
-------------
2386

    
2387
*(Released Fri, 18 Jun 2010)*
2388

    
2389
A small bugfix release:
2390

    
2391
  - Fix live migration of KVM instances started with older Ganeti
2392
    versions which had fewer hypervisor parameters
2393
  - Fix gnt-instance grow-disk on down instances
2394
  - Fix an error-reporting bug during instance migration
2395
  - Better checking of the ``--net`` and ``--disk`` values, to avoid
2396
    silently ignoring broken ones
2397
  - Fix an RPC error reporting bug affecting, for example, RAPI client
2398
    users
2399
  - Fix bug triggered by different API version os-es on different nodes
2400
  - Fix a bug in instance startup with custom hvparams: OS level
2401
    parameters would fail to be applied.
2402
  - Fix the RAPI client under Python 2.6 (but more work is needed to
2403
    make it work completely well with OpenSSL)
2404
  - Fix handling of errors when resolving names from DNS
2405

    
2406

    
2407
Version 2.1.3
2408
-------------
2409

    
2410
*(Released Thu, 3 Jun 2010)*
2411

    
2412
A medium sized development cycle. Some new features, and some
2413
fixes/small improvements/cleanups.
2414

    
2415
Significant features
2416
~~~~~~~~~~~~~~~~~~~~
2417

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

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

    
2428
KVM: Add instance chrooting feature. If you use privilege dropping for
2429
your VMs you can also now force them to chroot to an empty directory,
2430
before starting the emulated guest.
2431

    
2432
KVM: Add maximum migration bandwith and maximum downtime tweaking
2433
support (requires a new-enough version of qemu-kvm).
2434

    
2435
Cluster verify will now warn if the master node doesn't have the master
2436
ip configured on it.
2437

    
2438
Add a new (incompatible) instance creation request format to RAPI which
2439
supports all parameters (previously only a subset was supported, and it
2440
wasn't possible to extend the old format to accomodate all the new
2441
features. The old format is still supported, and a client can check for
2442
this feature, before using it, by checking for its presence in the
2443
``features`` RAPI resource.
2444

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

    
2449
Other changes
2450
~~~~~~~~~~~~~
2451

    
2452
As usual many internal code refactorings, documentation updates, and
2453
such. Among others:
2454

    
2455
  - Lots of improvements and cleanups to the experimental Remote API
2456
    (RAPI) client library.
2457
  - A new unit test suite for the core daemon libraries.
2458
  - A fix to creating missing directories makes sure the umask is not
2459
    applied anymore. This enforces the same directory permissions
2460
    everywhere.
2461
  - Better handling terminating daemons with ctrl+c (used when running
2462
    them in debugging mode).
2463
  - Fix a race condition in live migrating a KVM instance, when stat()
2464
    on the old proc status file returned EINVAL, which is an unexpected
2465
    value.
2466
  - Fixed manpage checking with newer man and utf-8 charachters. But now
2467
    you need the en_US.UTF-8 locale enabled to build Ganeti from git.
2468

    
2469

    
2470
Version 2.1.2.1
2471
---------------
2472

    
2473
*(Released Fri, 7 May 2010)*
2474

    
2475
Fix a bug which prevented untagged KVM instances from starting.
2476

    
2477

    
2478
Version 2.1.2
2479
-------------
2480

    
2481
*(Released Fri, 7 May 2010)*
2482

    
2483
Another release with a long development cycle, during which many
2484
different features were added.
2485

    
2486
Significant features
2487
~~~~~~~~~~~~~~~~~~~~
2488

    
2489
The KVM hypervisor now can run the individual instances as non-root, to
2490
reduce the impact of a VM being hijacked due to bugs in the
2491
hypervisor. It is possible to run all instances as a single (non-root)
2492
user, to manually specify a user for each instance, or to dynamically
2493
allocate a user out of a cluster-wide pool to each instance, with the
2494
guarantee that no two instances will run under the same user ID on any
2495
given node.
2496

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

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

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

    
2511
Another disk improvement is the possibility to convert between redundant
2512
(DRBD) and plain (LVM) disk configuration for an instance. This should
2513
allow better scalability (starting with one node and growing the
2514
cluster, or shrinking a two-node cluster to one node).
2515

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

    
2525
Instance export/import now will reuse the original instance
2526
specifications for all parameters; that means exporting an instance,
2527
deleting it and the importing it back should give an almost identical
2528
instance. Note that the default import behaviour has changed from
2529
before, where it created only one NIC; now it recreates the original
2530
number of NICs.
2531

    
2532
Cluster verify has added a few new checks: SSL certificates validity,
2533
/etc/hosts consistency across the cluster, etc.
2534

    
2535
Other changes
2536
~~~~~~~~~~~~~
2537

    
2538
As usual, many internal changes were done, documentation fixes,
2539
etc. Among others:
2540

    
2541
- Fixed cluster initialization with disabled cluster storage (regression
2542
  introduced in 2.1.1)
2543
- File-based storage supports growing the disks
2544
- Fixed behaviour of node role changes
2545
- Fixed cluster verify for some corner cases, plus a general rewrite of
2546
  cluster verify to allow future extension with more checks
2547
- Fixed log spamming by watcher and node daemon (regression introduced
2548
  in 2.1.1)
2549
- Fixed possible validation issues when changing the list of enabled
2550
  hypervisors
2551
- Fixed cleanup of /etc/hosts during node removal
2552
- Fixed RAPI response for invalid methods
2553
- Fixed bug with hashed passwords in ``ganeti-rapi`` daemon
2554
- Multiple small improvements to the KVM hypervisor (VNC usage, booting
2555
  from ide disks, etc.)
2556
- Allow OS changes without re-installation (to record a changed OS
2557
  outside of Ganeti, or to allow OS renames)
2558
- Allow instance creation without OS installation (useful for example if
2559
  the OS will be installed manually, or restored from a backup not in
2560
  Ganeti format)
2561
- Implemented option to make cluster ``copyfile`` use the replication
2562
  network
2563
- Added list of enabled hypervisors to ssconf (possibly useful for
2564
  external scripts)
2565
- Added a new tool (``tools/cfgupgrade12``) that allows upgrading from
2566
  1.2 clusters
2567
- A partial form of node re-IP is possible via node readd, which now
2568
  allows changed node primary IP
2569
- Command line utilities now show an informational message if the job is
2570
  waiting for a lock
2571
- The logs of the master daemon now show the PID/UID/GID of the
2572
  connected client
2573

    
2574

    
2575
Version 2.1.1
2576
-------------
2577

    
2578
*(Released Fri, 12 Mar 2010)*
2579

    
2580
During the 2.1.0 long release candidate cycle, a lot of improvements and
2581
changes have accumulated with were released later as 2.1.1.
2582

    
2583
Major changes
2584
~~~~~~~~~~~~~
2585

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

    
2597
Another important change is increased validation of node and instance
2598
names. This might create problems in special cases, if invalid host
2599
names are being used.
2600

    
2601
Also, a new layer of hypervisor parameters has been added, that sits at
2602
OS level between the cluster defaults and the instance ones. This allows
2603
customisation of virtualization parameters depending on the installed
2604
OS. For example instances with OS 'X' may have a different KVM kernel
2605
(or any other parameter) than the cluster defaults. This is intended to
2606
help managing a multiple OSes on the same cluster, without manual
2607
modification of each instance's parameters.
2608

    
2609
A tool for merging clusters, ``cluster-merge``, has been added in the
2610
tools sub-directory.
2611

    
2612
Bug fixes
2613
~~~~~~~~~
2614

    
2615
- Improved the int/float conversions that should make the code more
2616
  robust in face of errors from the node daemons
2617
- Fixed the remove node code in case of internal configuration errors
2618
- Fixed the node daemon behaviour in face of inconsistent queue
2619
  directory (e.g. read-only file-system where we can't open the files
2620
  read-write, etc.)
2621
- Fixed the behaviour of gnt-node modify for master candidate demotion;
2622
  now it either aborts cleanly or, if given the new "auto_promote"
2623
  parameter, will automatically promote other nodes as needed
2624
- Fixed compatibility with (unreleased yet) Python 2.6.5 that would
2625
  completely prevent Ganeti from working
2626
- Fixed bug for instance export when not all disks were successfully
2627
  exported
2628
- Fixed behaviour of node add when the new node is slow in starting up
2629
  the node daemon
2630
- Fixed handling of signals in the LUXI client, which should improve
2631
  behaviour of command-line scripts
2632
- Added checks for invalid node/instance names in the configuration (now
2633
  flagged during cluster verify)
2634
- Fixed watcher behaviour for disk activation errors
2635
- Fixed two potentially endless loops in http library, which led to the
2636
  RAPI daemon hanging and consuming 100% CPU in some cases
2637
- Fixed bug in RAPI daemon related to hashed passwords
2638
- Fixed bug for unintended qemu-level bridging of multi-NIC KVM
2639
  instances
2640
- Enhanced compatibility with non-Debian OSes, but not using absolute
2641
  path in some commands and allowing customisation of the ssh
2642
  configuration directory
2643
- Fixed possible future issue with new Python versions by abiding to the
2644
  proper use of ``__slots__`` attribute on classes
2645
- Added checks that should prevent directory traversal attacks
2646
- Many documentation fixes based on feedback from users
2647

    
2648
New features
2649
~~~~~~~~~~~~
2650

    
2651
- Added an "early_release" more for instance replace disks and node
2652
  evacuate, where we release locks earlier and thus allow higher
2653
  parallelism within the cluster
2654
- Added watcher hooks, intended to allow the watcher to restart other
2655
  daemons (e.g. from the ganeti-nbma project), but they can be used of
2656
  course for any other purpose
2657
- Added a compile-time disable for DRBD barriers, to increase
2658
  performance if the administrator trusts the power supply or the
2659
  storage system to not lose writes
2660
- Added the option of using syslog for logging instead of, or in
2661
  addition to, Ganeti's own log files
2662
- Removed boot restriction for paravirtual NICs for KVM, recent versions
2663
  can indeed boot from a paravirtual NIC
2664
- Added a generic debug level for many operations; while this is not
2665
  used widely yet, it allows one to pass the debug value all the way to
2666
  the OS scripts
2667
- Enhanced the hooks environment for instance moves (failovers,
2668
  migrations) where the primary/secondary nodes changed during the
2669
  operation, by adding {NEW,OLD}_{PRIMARY,SECONDARY} vars
2670
- Enhanced data validations for many user-supplied values; one important
2671
  item is the restrictions imposed on instance and node names, which
2672
  might reject some (invalid) host names
2673
- Add a configure-time option to disable file-based storage, if it's not
2674
  needed; this allows greater security separation between the master
2675
  node and the other nodes from the point of view of the inter-node RPC
2676
  protocol
2677
- Added user notification in interactive tools if job is waiting in the
2678
  job queue or trying to acquire locks
2679
- Added log messages when a job is waiting for locks
2680
- Added filtering by node tags in instance operations which admit
2681
  multiple instances (start, stop, reboot, reinstall)
2682
- Added a new tool for cluster mergers, ``cluster-merge``
2683
- Parameters from command line which are of the form ``a=b,c=d`` can now
2684
  use backslash escapes to pass in values which contain commas,
2685
  e.g. ``a=b\\c,d=e`` where the 'a' parameter would get the value
2686
  ``b,c``
2687
- For KVM, the instance name is the first parameter passed to KVM, so
2688
  that it's more visible in the process list
2689

    
2690

    
2691
Version 2.1.0
2692
-------------
2693

    
2694
*(Released Tue, 2 Mar 2010)*
2695

    
2696
Ganeti 2.1 brings many improvements with it. Major changes:
2697

    
2698
- Added infrastructure to ease automated disk repairs
2699
- Added new daemon to export configuration data in a cheaper way than
2700
  using the remote API
2701
- Instance NICs can now be routed instead of being associated with a
2702
  networking bridge
2703
- Improved job locking logic to reduce impact of jobs acquiring multiple
2704
  locks waiting for other long-running jobs
2705

    
2706
In-depth implementation details can be found in the Ganeti 2.1 design
2707
document.
2708

    
2709
Details
2710
~~~~~~~
2711

    
2712
- Added chroot hypervisor
2713
- Added more options to xen-hvm hypervisor (``kernel_path`` and
2714
  ``device_model``)
2715
- Added more options to xen-pvm hypervisor (``use_bootloader``,
2716
  ``bootloader_path`` and ``bootloader_args``)
2717
- Added the ``use_localtime`` option for the xen-hvm and kvm
2718
  hypervisors, and the default value for this has changed to false (in
2719
  2.0 xen-hvm always enabled it)
2720
- Added luxi call to submit multiple jobs in one go
2721
- Added cluster initialization option to not modify ``/etc/hosts``
2722
  file on nodes
2723
- Added network interface parameters
2724
- Added dry run mode to some LUs
2725
- Added RAPI resources:
2726

    
2727
  - ``/2/instances/[instance_name]/info``
2728
  - ``/2/instances/[instance_name]/replace-disks``
2729
  - ``/2/nodes/[node_name]/evacuate``
2730
  - ``/2/nodes/[node_name]/migrate``
2731
  - ``/2/nodes/[node_name]/role``
2732
  - ``/2/nodes/[node_name]/storage``
2733
  - ``/2/nodes/[node_name]/storage/modify``
2734
  - ``/2/nodes/[node_name]/storage/repair``
2735

    
2736
- Added OpCodes to evacuate or migrate all instances on a node
2737
- Added new command to list storage elements on nodes (``gnt-node
2738
  list-storage``) and modify them (``gnt-node modify-storage``)
2739
- Added new ssconf files with master candidate IP address
2740
  (``ssconf_master_candidates_ips``), node primary IP address
2741
  (``ssconf_node_primary_ips``) and node secondary IP address
2742
  (``ssconf_node_secondary_ips``)
2743
- Added ``ganeti-confd`` and a client library to query the Ganeti
2744
  configuration via UDP
2745
- Added ability to run hooks after cluster initialization and before
2746
  cluster destruction
2747
- Added automatic mode for disk replace (``gnt-instance replace-disks
2748
  --auto``)
2749
- Added ``gnt-instance recreate-disks`` to re-create (empty) disks
2750
  after catastrophic data-loss
2751
- Added ``gnt-node repair-storage`` command to repair damaged LVM volume
2752
  groups
2753
- Added ``gnt-instance move`` command to move instances
2754
- Added ``gnt-cluster watcher`` command to control watcher
2755
- Added ``gnt-node powercycle`` command to powercycle nodes
2756
- Added new job status field ``lock_status``
2757
- Added parseable error codes to cluster verification (``gnt-cluster
2758
  verify --error-codes``) and made output less verbose (use
2759
  ``--verbose`` to restore previous behaviour)
2760
- Added UUIDs to the main config entities (cluster, nodes, instances)
2761
- Added support for OS variants
2762
- Added support for hashed passwords in the Ganeti remote API users file
2763
  (``rapi_users``)
2764
- Added option to specify maximum timeout on instance shutdown
2765
- Added ``--no-ssh-init`` option to ``gnt-cluster init``
2766
- Added new helper script to start and stop Ganeti daemons
2767
  (``daemon-util``), with the intent to reduce the work necessary to
2768
  adjust Ganeti for non-Debian distributions and to start/stop daemons
2769
  from one place
2770
- Added more unittests
2771
- Fixed critical bug in ganeti-masterd startup
2772
- Removed the configure-time ``kvm-migration-port`` parameter, this is
2773
  now customisable at the cluster level for both the KVM and Xen
2774
  hypervisors using the new ``migration_port`` parameter
2775
- Pass ``INSTANCE_REINSTALL`` variable to OS installation script when
2776
  reinstalling an instance
2777
- Allowed ``@`` in tag names
2778
- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation
2779
- Many documentation updates
2780
- Distribute hypervisor files on ``gnt-cluster redist-conf``
2781
- ``gnt-instance reinstall`` can now reinstall multiple instances
2782
- Updated many command line parameters
2783
- Introduced new OS API version 15
2784
- No longer support a default hypervisor
2785
- Treat virtual LVs as inexistent
2786
- Improved job locking logic to reduce lock contention
2787
- Match instance and node names case insensitively
2788
- Reimplemented bash completion script to be more complete
2789
- Improved burnin
2790

    
2791

    
2792
Version 2.0.6
2793
-------------
2794

    
2795
*(Released Thu, 4 Feb 2010)*
2796

    
2797
- Fix cleaner behaviour on nodes not in a cluster (Debian bug 568105)
2798
- Fix a string formatting bug
2799
- Improve safety of the code in some error paths
2800
- Improve data validation in the master of values returned from nodes
2801

    
2802

    
2803
Version 2.0.5
2804
-------------
2805

    
2806
*(Released Thu, 17 Dec 2009)*
2807

    
2808
- Fix security issue due to missing validation of iallocator names; this
2809
  allows local and remote execution of arbitrary executables
2810
- Fix failure of gnt-node list during instance removal
2811
- Ship the RAPI documentation in the archive
2812

    
2813

    
2814
Version 2.0.4
2815
-------------
2816

    
2817
*(Released Wed, 30 Sep 2009)*
2818

    
2819
- Fixed many wrong messages
2820
- Fixed a few bugs related to the locking library
2821
- Fixed MAC checking at instance creation time
2822
- Fixed a DRBD parsing bug related to gaps in /proc/drbd
2823
- Fixed a few issues related to signal handling in both daemons and
2824
  scripts
2825
- Fixed the example startup script provided
2826
- Fixed insserv dependencies in the example startup script (patch from
2827
  Debian)
2828
- Fixed handling of drained nodes in the iallocator framework
2829
- Fixed handling of KERNEL_PATH parameter for xen-hvm (Debian bug
2830
  #528618)
2831
- Fixed error related to invalid job IDs in job polling
2832
- Fixed job/opcode persistence on unclean master shutdown
2833
- Fixed handling of partial job processing after unclean master
2834
  shutdown
2835
- Fixed error reporting from LUs, previously all errors were converted
2836
  into execution errors
2837
- Fixed error reporting from burnin
2838
- Decreased significantly the memory usage of the job queue
2839
- Optimised slightly multi-job submission
2840
- Optimised slightly opcode loading
2841
- Backported the multi-job submit framework from the development
2842
  branch; multi-instance start and stop should be faster
2843
- Added script to clean archived jobs after 21 days; this will reduce
2844
  the size of the queue directory
2845
- Added some extra checks in disk size tracking
2846
- Added an example ethers hook script
2847
- Added a cluster parameter that prevents Ganeti from modifying of
2848
  /etc/hosts
2849
- Added more node information to RAPI responses
2850
- Added a ``gnt-job watch`` command that allows following the ouput of a
2851
  job
2852
- Added a bind-address option to ganeti-rapi
2853
- Added more checks to the configuration verify
2854
- Enhanced the burnin script such that some operations can be retried
2855
  automatically
2856
- Converted instance reinstall to multi-instance model
2857

    
2858

    
2859
Version 2.0.3
2860
-------------
2861

    
2862
*(Released Fri, 7 Aug 2009)*
2863

    
2864
- Added ``--ignore-size`` to the ``gnt-instance activate-disks`` command
2865
  to allow using the pre-2.0.2 behaviour in activation, if any existing
2866
  instances have mismatched disk sizes in the configuration
2867
- Added ``gnt-cluster repair-disk-sizes`` command to check and update
2868
  any configuration mismatches for disk sizes
2869
- Added ``gnt-master cluste-failover --no-voting`` to allow master
2870
  failover to work on two-node clusters
2871
- Fixed the ``--net`` option of ``gnt-backup import``, which was
2872
  unusable
2873
- Fixed detection of OS script errors in ``gnt-backup export``
2874
- Fixed exit code of ``gnt-backup export``
2875

    
2876

    
2877
Version 2.0.2
2878
-------------
2879

    
2880
*(Released Fri, 17 Jul 2009)*
2881

    
2882
- Added experimental support for stripped logical volumes; this should
2883
  enhance performance but comes with a higher complexity in the block
2884
  device handling; stripping is only enabled when passing
2885
  ``--with-lvm-stripecount=N`` to ``configure``, but codepaths are
2886
  affected even in the non-stripped mode
2887
- Improved resiliency against transient failures at the end of DRBD
2888
  resyncs, and in general of DRBD resync checks
2889
- Fixed a couple of issues with exports and snapshot errors
2890
- Fixed a couple of issues in instance listing
2891
- Added display of the disk size in ``gnt-instance info``
2892
- Fixed checking for valid OSes in instance creation
2893
- Fixed handling of the "vcpus" parameter in instance listing and in
2894
  general of invalid parameters
2895
- Fixed http server library, and thus RAPI, to handle invalid
2896
  username/password combinations correctly; this means that now they
2897
  report unauthorized for queries too, not only for modifications,
2898
  allowing earlier detect of configuration problems
2899
- Added a new "role" node list field, equivalent to the master/master
2900
  candidate/drained/offline flags combinations
2901
- Fixed cluster modify and changes of candidate pool size
2902
- Fixed cluster verify error messages for wrong files on regular nodes
2903
- Fixed a couple of issues with node demotion from master candidate role
2904
- Fixed node readd issues
2905
- Added non-interactive mode for ``ganeti-masterd --no-voting`` startup
2906
- Added a new ``--no-voting`` option for masterfailover to fix failover
2907
  on two-nodes clusters when the former master node is unreachable
2908
- Added instance reinstall over RAPI
2909

    
2910

    
2911
Version 2.0.1
2912
-------------
2913

    
2914
*(Released Tue, 16 Jun 2009)*
2915

    
2916
- added ``-H``/``-B`` startup parameters to ``gnt-instance``, which will
2917
  allow re-adding the start in single-user option (regression from 1.2)
2918
- the watcher writes the instance status to a file, to allow monitoring
2919
  to report the instance status (from the master) based on cached
2920
  results of the watcher's queries; while this can get stale if the
2921
  watcher is being locked due to other work on the cluster, this is
2922
  still an improvement
2923
- the watcher now also restarts the node daemon and the rapi daemon if
2924
  they died
2925
- fixed the watcher to handle full and drained queue cases
2926
- hooks export more instance data in the environment, which helps if
2927
  hook scripts need to take action based on the instance's properties
2928
  (no longer need to query back into ganeti)
2929
- instance failovers when the instance is stopped do not check for free
2930
  RAM, so that failing over a stopped instance is possible in low memory
2931
  situations
2932
- rapi uses queries for tags instead of jobs (for less job traffic), and
2933
  for cluster tags it won't talk to masterd at all but read them from
2934
  ssconf
2935
- a couple of error handling fixes in RAPI
2936
- drbd handling: improved the error handling of inconsistent disks after
2937
  resync to reduce the frequency of "there are some degraded disks for
2938
  this instance" messages
2939
- fixed a bug in live migration when DRBD doesn't want to reconnect (the
2940
  error handling path called a wrong function name)
2941

    
2942

    
2943
Version 2.0.0
2944
-------------
2945

    
2946
*(Released Wed, 27 May 2009)*
2947

    
2948
- no changes from rc5
2949

    
2950

    
2951
Version 2.0 rc5
2952
---------------
2953

    
2954
*(Released Wed, 20 May 2009)*
2955

    
2956
- fix a couple of bugs (validation, argument checks)
2957
- fix ``gnt-cluster getmaster`` on non-master nodes (regression)
2958
- some small improvements to RAPI and IAllocator
2959
- make watcher automatically start the master daemon if down
2960

    
2961

    
2962
Version 2.0 rc4
2963
---------------
2964

    
2965
*(Released Mon, 27 Apr 2009)*
2966

    
2967
- change the OS list to not require locks; this helps with big clusters
2968
- fix ``gnt-cluster verify`` and ``gnt-cluster verify-disks`` when the
2969
  volume group is broken
2970
- ``gnt-instance info``, without any arguments, doesn't run for all
2971
  instances anymore; either pass ``--all`` or pass the desired
2972
  instances; this helps against mistakes on big clusters where listing
2973
  the information for all instances takes a long time
2974
- miscellaneous doc and man pages fixes
2975

    
2976

    
2977
Version 2.0 rc3
2978
---------------
2979

    
2980
*(Released Wed, 8 Apr 2009)*
2981

    
2982
- Change the internal locking model of some ``gnt-node`` commands, in
2983
  order to reduce contention (and blocking of master daemon) when
2984
  batching many creation/reinstall jobs
2985
- Fixes to Xen soft reboot
2986
- No longer build documentation at build time, instead distribute it in
2987
  the archive, in order to reduce the need for the whole docbook/rst
2988
  toolchains
2989

    
2990

    
2991
Version 2.0 rc2
2992
---------------
2993

    
2994
*(Released Fri, 27 Mar 2009)*
2995

    
2996
- Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to 2.0
2997
- Fix watcher startup sequence, improves the behaviour of busy clusters
2998
- Some other fixes in ``gnt-cluster verify``, ``gnt-instance
2999
  replace-disks``, ``gnt-instance add``, ``gnt-cluster queue``, KVM VNC
3000
  bind address and other places
3001
- Some documentation fixes and updates
3002

    
3003

    
3004
Version 2.0 rc1
3005
---------------
3006

    
3007
*(Released Mon, 2 Mar 2009)*
3008

    
3009
- More documentation updates, now all docs should be more-or-less
3010
  up-to-date
3011
- A couple of small fixes (mixed hypervisor clusters, offline nodes,
3012
  etc.)
3013
- Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen PVM
3014
  and KVM)
3015
- Fix an issue related to $libdir/run/ganeti and cluster creation
3016

    
3017

    
3018
Version 2.0 beta2
3019
-----------------
3020

    
3021
*(Released Thu, 19 Feb 2009)*
3022

    
3023
- Xen PVM and KVM have switched the default value for the instance root
3024
  disk to the first partition on the first drive, instead of the whole
3025
  drive; this means that the OS installation scripts must be changed
3026
  accordingly
3027
- Man pages have been updated
3028
- RAPI has been switched by default to HTTPS, and the exported functions
3029
  should all work correctly
3030
- RAPI v1 has been removed
3031
- Many improvements to the KVM hypervisor
3032
- Block device errors are now better reported
3033
- Many other bugfixes and small improvements
3034

    
3035

    
3036
Version 2.0 beta1
3037
-----------------
3038

    
3039
*(Released Mon, 26 Jan 2009)*
3040

    
3041
- Version 2 is a general rewrite of the code and therefore the
3042
  differences are too many to list, see the design document for 2.0 in
3043
  the ``doc/`` subdirectory for more details
3044
- In this beta version there is not yet a migration path from 1.2 (there
3045
  will be one in the final 2.0 release)
3046
- A few significant changes are:
3047

    
3048
  - all commands are executed by a daemon (``ganeti-masterd``) and the
3049
    various ``gnt-*`` commands are just front-ends to it
3050
  - all the commands are entered into, and executed from a job queue,
3051
    see the ``gnt-job(8)`` manpage
3052
  - the RAPI daemon supports read-write operations, secured by basic
3053
    HTTP authentication on top of HTTPS
3054
  - DRBD version 0.7 support has been removed, DRBD 8 is the only
3055
    supported version (when migrating from Ganeti 1.2 to 2.0, you need
3056
    to migrate to DRBD 8 first while still running Ganeti 1.2)
3057
  - DRBD devices are using statically allocated minor numbers, which
3058
    will be assigned to existing instances during the migration process
3059
  - there is support for both Xen PVM and Xen HVM instances running on
3060
    the same cluster
3061
  - KVM virtualization is supported too
3062
  - file-based storage has been implemented, which means that it is
3063
    possible to run the cluster without LVM and DRBD storage, for
3064
    example using a shared filesystem exported from shared storage (and
3065
    still have live migration)
3066

    
3067

    
3068
Version 1.2.7
3069
-------------
3070

    
3071
*(Released Tue, 13 Jan 2009)*
3072

    
3073
- Change the default reboot type in ``gnt-instance reboot`` to "hard"
3074
- Reuse the old instance mac address by default on instance import, if
3075
  the instance name is the same.
3076
- Handle situations in which the node info rpc returns incomplete
3077
  results (issue 46)
3078
- Add checks for tcp/udp ports collisions in ``gnt-cluster verify``
3079
- Improved version of batcher:
3080

    
3081
  - state file support
3082
  - instance mac address support
3083
  - support for HVM clusters/instances
3084

    
3085
- Add an option to show the number of cpu sockets and nodes in
3086
  ``gnt-node list``
3087
- Support OSes that handle more than one version of the OS api (but do
3088
  not change the current API in any other way)
3089
- Fix ``gnt-node migrate``
3090
- ``gnt-debug`` man page
3091
- Fixes various more typos and small issues
3092
- Increase disk resync maximum speed to 60MB/s (from 30MB/s)
3093

    
3094

    
3095
Version 1.2.6
3096
-------------
3097

    
3098
*(Released Wed, 24 Sep 2008)*
3099

    
3100
- new ``--hvm-nic-type`` and ``--hvm-disk-type`` flags to control the
3101
  type of disk exported to fully virtualized instances.
3102
- provide access to the serial console of HVM instances
3103
- instance auto_balance flag, set by default. If turned off it will
3104
  avoid warnings on cluster verify if there is not enough memory to fail
3105
  over an instance. in the future it will prevent automatically failing
3106
  it over when we will support that.
3107
- batcher tool for instance creation, see ``tools/README.batcher``
3108
- ``gnt-instance reinstall --select-os`` to interactively select a new
3109
  operating system when reinstalling an instance.
3110
- when changing the memory amount on instance modify a check has been
3111
  added that the instance will be able to start. also warnings are
3112
  emitted if the instance will not be able to fail over, if auto_balance
3113
  is true.
3114
- documentation fixes
3115
- sync fields between ``gnt-instance list/modify/add/import``
3116
- fix a race condition in drbd when the sync speed was set after giving
3117
  the device a remote peer.
3118

    
3119

    
3120
Version 1.2.5
3121
-------------
3122

    
3123
*(Released Tue, 22 Jul 2008)*
3124

    
3125
- note: the allowed size and number of tags per object were reduced
3126
- fix a bug in ``gnt-cluster verify`` with inconsistent volume groups
3127
- fixed twisted 8.x compatibility
3128
- fixed ``gnt-instance replace-disks`` with iallocator
3129
- add TCP keepalives on twisted connections to detect restarted nodes
3130
- disk increase support, see ``gnt-instance grow-disk``
3131
- implement bulk node/instance query for RAPI
3132
- add tags in node/instance listing (optional)
3133
- experimental migration (and live migration) support, read the man page
3134
  for ``gnt-instance migrate``
3135
- the ``ganeti-watcher`` logs are now timestamped, and the watcher also
3136
  has some small improvements in handling its state file
3137

    
3138

    
3139
Version 1.2.4
3140
-------------
3141

    
3142
*(Released Fri, 13 Jun 2008)*
3143

    
3144
- Experimental readonly, REST-based remote API implementation;
3145
  automatically started on master node, TCP port 5080, if enabled by
3146
  ``--enable-rapi`` parameter to configure script.
3147
- Instance allocator support. Add and import instance accept a
3148
  ``--iallocator`` parameter, and call that instance allocator to decide
3149
  which node to use for the instance. The iallocator document describes
3150
  what's expected from an allocator script.
3151
- ``gnt-cluster verify`` N+1 memory redundancy checks: Unless passed the
3152
  ``--no-nplus1-mem`` option ``gnt-cluster verify`` now checks that if a
3153
  node is lost there is still enough memory to fail over the instances
3154
  that reside on it.
3155
- ``gnt-cluster verify`` hooks: it is now possible to add post-hooks to
3156
  ``gnt-cluster verify``, to check for site-specific compliance. All the
3157
  hooks will run, and their output, if any, will be displayed. Any
3158
  failing hook will make the verification return an error value.
3159
- ``gnt-cluster verify`` now checks that its peers are reachable on the
3160
  primary and secondary interfaces
3161
- ``gnt-node add`` now supports the ``--readd`` option, to readd a node
3162
  that is still declared as part of the cluster and has failed.
3163
- ``gnt-* list`` commands now accept a new ``-o +field`` way of
3164
  specifying output fields, that just adds the chosen fields to the
3165
  default ones.
3166
- ``gnt-backup`` now has a new ``remove`` command to delete an existing
3167
  export from the filesystem.
3168
- New per-instance parameters hvm_acpi, hvm_pae and hvm_cdrom_image_path
3169
  have been added. Using them you can enable/disable acpi and pae
3170
  support, and specify a path for a cd image to be exported to the
3171
  instance. These parameters as the name suggest only work on HVM
3172
  clusters.
3173
- When upgrading an HVM cluster to Ganeti 1.2.4, the values for ACPI and
3174
  PAE support will be set to the previously hardcoded values, but the
3175
  (previously hardcoded) path to the CDROM ISO image will be unset and
3176
  if required, needs to be set manually with ``gnt-instance modify``
3177
  after the upgrade.
3178
- The address to which an instance's VNC console is bound is now
3179
  selectable per-instance, rather than being cluster wide. Of course
3180
  this only applies to instances controlled via VNC, so currently just
3181
  applies to HVM clusters.
3182

    
3183

    
3184
Version 1.2.3
3185
-------------
3186

    
3187
*(Released Mon, 18 Feb 2008)*
3188

    
3189
- more tweaks to the disk activation code (especially helpful for DRBD)
3190
- change the default ``gnt-instance list`` output format, now there is
3191
  one combined status field (see the manpage for the exact values this
3192
  field will have)
3193
- some more fixes for the mac export to hooks change
3194
- make Ganeti not break with DRBD 8.2.x (which changed the version
3195
  format in ``/proc/drbd``) (issue 24)
3196
- add an upgrade tool from "remote_raid1" disk template to "drbd" disk
3197
  template, allowing migration from DRBD0.7+MD to DRBD8
3198

    
3199

    
3200
Version 1.2.2
3201
-------------
3202

    
3203
*(Released Wed, 30 Jan 2008)*
3204

    
3205
- fix ``gnt-instance modify`` breakage introduced in 1.2.1 with the HVM
3206
  support (issue 23)
3207
- add command aliases infrastructure and a few aliases
3208
- allow listing of VCPUs in the ``gnt-instance list`` and improve the
3209
  man pages and the ``--help`` option of ``gnt-node
3210
  list``/``gnt-instance list``
3211
- fix ``gnt-backup list`` with down nodes (issue 21)
3212
- change the tools location (move from $pkgdatadir to $pkglibdir/tools)
3213
- fix the dist archive and add a check for including svn/git files in
3214
  the future
3215
- some developer-related changes: improve the burnin and the QA suite,
3216
  add an upload script for testing during development
3217

    
3218

    
3219
Version 1.2.1
3220
-------------
3221

    
3222
*(Released Wed, 16 Jan 2008)*
3223

    
3224
- experimental HVM support, read the install document, section
3225
  "Initializing the cluster"
3226
- allow for the PVM hypervisor per-instance kernel and initrd paths
3227
- add a new command ``gnt-cluster verify-disks`` which uses a new
3228
  algorithm to improve the reconnection of the DRBD pairs if the device
3229
  on the secondary node has gone away
3230
- make logical volume code auto-activate LVs at disk activation time
3231
- slightly improve the speed of activating disks
3232
- allow specification of the MAC address at instance creation time, and
3233
  changing it later via ``gnt-instance modify``
3234
- fix handling of external commands that generate lots of output on
3235
  stderr
3236
- update documentation with regard to minimum version of DRBD8 supported
3237

    
3238

    
3239
Version 1.2.0
3240
-------------
3241

    
3242
*(Released Tue, 4 Dec 2007)*
3243

    
3244
- Log the ``xm create`` output to the node daemon log on failure (to
3245
  help diagnosing the error)
3246
- In debug mode, log all external commands output if failed to the logs
3247
- Change parsing of lvm commands to ignore stderr
3248

    
3249

    
3250
Version 1.2 beta3
3251
-----------------
3252

    
3253
*(Released Wed, 28 Nov 2007)*
3254

    
3255
- Another round of updates to the DRBD 8 code to deal with more failures
3256
  in the replace secondary node operation
3257
- Some more logging of failures in disk operations (lvm, drbd)
3258
- A few documentation updates
3259
- QA updates
3260

    
3261

    
3262
Version 1.2 beta2
3263
-----------------
3264

    
3265
*(Released Tue, 13 Nov 2007)*
3266

    
3267
- Change configuration file format from Python's Pickle to JSON.
3268
  Upgrading is possible using the cfgupgrade utility.
3269
- Add support for DRBD 8.0 (new disk template ``drbd``) which allows for
3270
  faster replace disks and is more stable (DRBD 8 has many improvements
3271
  compared to DRBD 0.7)
3272
- Added command line tags support (see man pages for ``gnt-instance``,
3273
  ``gnt-node``, ``gnt-cluster``)
3274
- Added instance rename support
3275
- Added multi-instance startup/shutdown
3276
- Added cluster rename support
3277
- Added ``gnt-node evacuate`` to simplify some node operations
3278
- Added instance reboot operation that can speedup reboot as compared to
3279
  stop and start
3280
- Soften the requirement that hostnames are in FQDN format
3281
- The ``ganeti-watcher`` now activates drbd pairs after secondary node
3282
  reboots
3283
- Removed dependency on debian's patched fping that uses the
3284
  non-standard ``-S`` option
3285
- Now the OS definitions are searched for in multiple, configurable
3286
  paths (easier for distros to package)
3287
- Some changes to the hooks infrastructure (especially the new
3288
  post-configuration update hook)
3289
- Other small bugfixes
3290

    
3291
.. vim: set textwidth=72 syntax=rst :
3292
.. Local Variables:
3293
.. mode: rst
3294
.. fill-column: 72
3295
.. End: