Statistics
| Branch: | Tag: | Revision:

root / NEWS @ d1908b41

History | View | Annotate | Download (11.8 kB)

1
Version 2.0 release candidate 4
2
  - change the OS list to not require locks; this helps with big
3
    clusters
4
  - fix gnt-cluster verify and gnt-cluster verify-disks when the volume
5
    group is broken
6
  - “gnt-instance info”, without any arguments, doesn't run for all
7
    instances anymore; either pass ‘--all’ or pass the desired
8
    instances; this helps against mistakes on big clusters where listing
9
    the information for all instances takes a long time
10
  - miscellaneous doc and man pages fixes
11

    
12
Version 2.0 release candidate 3
13
  - Change the internal locking model of some gnt-node commands, in
14
    order to reduce contention (and blocking of master daemon) when
15
    batching many creation/reinstall jobs
16
  - Fixes to Xen soft reboot
17
  - No longer build documentation at 'make' time, instead distribute it
18
    in the archive, in order to reduce the need for the whole
19
    docbook/rst toolchains
20

    
21
Version 2.0 release candidate 2
22
  - Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to
23
    2.0
24
  - Fix watcher startup sequence, improves the behaviour of busy
25
    clusters
26
  - Some other fixes in cluster verify, replace-disks, gnt-instance add,
27
    gnt-cluster queue, KVM VNC bind address and other places
28
  - Some documentation fixes and updates
29

    
30
Version 2.0 release candidate 1
31
  - More documentation updates, now all docs should be more-or-less
32
    up-to-date
33
  - A couple of small fixes (mixed hypervisor clusters, offline nodes,
34
    etc.)
35
  - Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen
36
    PVM and KVM)
37
  - Fix an issue related to $libdir/run/ganeti and cluster creation
38

    
39
Version 2.0 beta 2
40
  - Xen PVM and KVM have switched the default value for the instance
41
    root disk to the first partition on the first drive, instead of the
42
    whole drive; this means that the OS installation scripts must be
43
    changed accordingly
44
  - Man pages have been updated
45
  - RAPI has been switched by default to HTTPS, and the exported
46
    functions should all work correctly
47
  - RAPI v1 has been removed
48
  - Many improvements to the KVM hypervisor
49
  - Block device errors are now better reported
50
  - Many other bugfixes and small improvements
51

    
52
Version 2.0 beta 1
53
  - Version 2 is a general rewrite of the code and therefore the
54
    differences are too many to list, see the design document for 2.0 in
55
    the doc/ subdirectory for more details
56
  - In this beta version there is not yet a migration path from 1.2
57
    (there will be one in the final 2.0 release)
58
  - A few significant changes are:
59
    - all commands are executed by a daemon (ganeti-masterd) and the
60
      various gnt-* commands are just front-ends to it
61
    - all the commands are entered into, and executed from a job queue,
62
      see gnt-job(8)
63
    - the RAPI daemon supports read-write operations, secured by basic
64
      HTTP authentication on top of HTTPS
65
    - DRBD version 0.7 support has been removed, DRBD 8 is the only
66
      supported version (when migrating from Ganeti 1.2 to 2.0, you need
67
      to migrate to DRBD 8 first while still running Ganeti 1.2)
68
    - DRBD devices are using statically allocated minor numbers, which
69
      will be assigned to existing instances during the migration
70
      process
71
    - there is support for both Xen PVM and Xen HVM instances running on
72
      the same cluster
73
    - KVM virtualization is supported too
74
    - file-based storage has been implemented, which means that it is
75
      possible to run the cluster without LVM and DRBD storage, for
76
      example using a shared filesystem exported from shared storage
77
      (and still have live migration)
78

    
79
Version 1.2.7
80
  - Change the default reboot type in gnt-instance reboot to "hard"
81
  - Reuse the old instance mac address by default on instance import,
82
    if the instance name is the same.
83
  - Handle situations in which the node info rpc returns incomplete results
84
    (issue 46)
85
  - Add checks for tcp/udp ports collisions in gnt-cluster verify
86
  - Improved version of batcher:
87
    - state file support
88
    - instance mac address support
89
    - support for HVM clusters/instances
90
  - Add an option to show the number of cpu sockets and nodes in gnt-node list
91
  - Support OSes that handle more than one version of the OS api
92
    (but do not change the current API in any other way)
93
  - Fix gnt-node migrate
94
  - gnt-debug man page
95
  - Fixes various more typos&small issues
96
  - Increase disk resync maximum speed to 60MB/s (from 30MB/s)
97

    
98
Version 1.2.6
99
  - new --hvm-nic-type and --hvm-disk-type flags to control the type of disk
100
    exported to fully virtualized instances.
101
  - provide access to the serial console of HVM instances
102
  - instance auto_balance flag, set by default. If turned off it will avoid
103
    warnings on cluster verify if there is not enough memory to fail over an
104
    instance. in the future it will prevent automatically failing it over when
105
    we will support that.
106
  - batcher tool for instance creation, see /tools/README.batcher
107
  - gnt-instance reinstall --select-os to interactively select a new operating
108
    system when reinstalling an instance.
109
  - when changing the memory amount on instance modify a check has been added
110
    that the instance will be able to start. also warnings are emitted if the
111
    instance will not be able to fail over, if auto_balance is true.
112
  - documentation fixes
113
  - sync fields between instance list/modify/add/import
114
  - fix a race condition in drbd when the sync speed was set after giving the
115
    device a remote peer.
116

    
117
Version 1.2.5
118
  - note: the allowed size and number of tags per object were reduced
119
  - fix a bug in “gnt-cluster verify” with inconsistent volume groups
120
  - fixed twisted 8.x compatibility
121
  - fixed gnt-instance replace-disks with iallocator
122
  - add TCP keepalives on twisted connections to detect restarted nodes
123
  - disk increase support, see “gnt-instance grow-disk”
124
  - implement bulk node/instance query for RAPI
125
  - add tags in node/instance listing (optional)
126
  - experimental migration (and live migration) support, read the man
127
    page for “gnt-instance migrate”
128
  - the ganeti-watcher logs are now timestamped, and the watcher also
129
    has some small improvements in handling its state file
130

    
131
Version 1.2.4
132
  - Experimental readonly, REST-based remote API implementation; automatically
133
    started on master node, TCP port 5080, if enabled by --enable-rapi
134
    parameter to configure script.
135
  - Instance allocator support. Add and import instance accept a --iallocator
136
    parameter, and call that instance allocator to decide which node to use for
137
    the instance. The iallocator document describes what's expected from an
138
    allocator script.
139
  - gnt-cluster verify N+1 memory redundancy checks: Unless passed the
140
    --no-nplus1-mem option gnt-cluster verify now checks that if a node is lost
141
    there is still enough memory to fail over the instances that reside on it.
142
  - gnt-cluster verify hooks: it is now possible to add post-hooks to
143
    gnt-cluster verify, to check for site-specific compliance. All the hooks
144
    will run, and their output, if any, will be displayed. Any failing hook
145
    will make the verification return an error value.
146
  - gnt-cluster verify now checks that its peers are reachable on the primary
147
    and secondary interfaces
148
  - gnt-node add now supports the --readd option, to readd a node that is still
149
    declared as part of the cluster and has failed.
150
  - gnt-* list commands now accept a new -o +field way of specifying output
151
    fields, that just adds the chosen fields to the default ones.
152
  - gnt-backup now has a new "remove" command to delete an existing export from
153
    the filesystem.
154
  - New per-instance parameters hvm_acpi, hvm_pae and hvm_cdrom_image_path have
155
    been added. Using them you can enable/disable acpi and pae support, and
156
    specify a path for a cd image to be exported to the instance. These
157
    parameters as the name suggest only work on HVM clusters.
158
  - When upgrading an HVM cluster to Ganeti 1.2.4, the values for ACPI and PAE
159
    support will be set to the previously hardcoded values, but the (previously
160
    hardcoded) path to the CDROM ISO image will be unset and if required, needs
161
    to be set manually with gnt-instance modify after the upgrade..
162
  - The address to which an instance's VNC console is bound is now selectable
163
    per-instance, rather than being cluster wide. Of course this only applies
164
    to instances controlled via VNC, so currently just applies to HVM clusters.
165

    
166
Version 1.2.3
167
  - more tweaks to the disk activation code (especially helpful for DRBD)
168
  - change the default ‘gnt-instance list’ output format, now there is
169
    one combined status field (see the manpage for the exact values this
170
    field will have)
171
  - some more fixes for the mac export to hooks change
172
  - make Ganeti not break with DRBD 8.2.x (which changed the version
173
    format in /proc/drbd) (issue 24)
174
  - add an upgrade tool from ‘remote_raid1’ disk template to ‘drbd’ disk
175
    template, allowing migration from DRBD0.7+MD to DRBD8
176

    
177
Version 1.2.2
178
  - fix ‘gnt-instance modify’ breakage introduced in 1.2.1 with the HVM
179
    support (issue 23)
180
  - add command aliases infrastructure and a few aliases
181
  - allow listing of VCPUs in the gnt-instance list and improve the man
182
    pages and the --help option of gnt-node/gnt-instance list
183
  - fix gnt-backup list with down nodes (issue 21)
184
  - change the tools location (move from $pkgdatadir to
185
    $pkglibdir/tools)
186
  - fix the dist archive and add a check for including svn/git files in
187
    the future
188
  - some developer-related changes: improve the burnin and the QA
189
    suite, add an upload script for testing during development
190

    
191
Version 1.2.1
192
  - experimental HVM support, read the install document, section
193
    "Initializing the cluster"
194
  - allow for the PVM hypervisor per-instance kernel and initrd paths
195
  - add a new command ‘gnt-cluster verify-disks’ which uses a new
196
    algorithm to improve the reconnection of the DRBD pairs if the
197
    device on the secondary node has gone away
198
  - make logical volume code auto-activate LVs at disk activation time
199
  - slightly improve the speed of activating disks
200
  - allow specification of the MAC address at instance creation time,
201
    and changing it later via ‘gnt-instance modify’
202
  - fix handling of external commands that generate lots of output on
203
    stderr
204
  - update documentation with regard to minimum version of DRBD8
205
    supported
206

    
207
Version 1.2.0
208
  - Log the ‘xm create’ output to the node daemon log on failure (to
209
    help diagnosing the error)
210
  - In debug mode, log all external commands output if failed to the
211
    logs
212
  - Change parsing of lvm commands to ignore stderr
213

    
214
Version 1.2b3
215
  - Another round of updates to the DRBD 8 code to deal with more
216
    failures in the replace secondary node operation
217
  - Some more logging of failures in disk operations (lvm, drbd)
218
  - A few documentation updates
219
  - QA updates
220

    
221
Version 1.2b2
222
  - Change configuration file format from Python's Pickle to JSON.
223
    Upgrading is possible using the cfgupgrade utility.
224
  - Add support for DRBD 8.0 (new disk template `drbd`) which allows for
225
    faster replace disks and is more stable (DRBD 8 has many
226
    improvements compared to DRBD 0.7)
227
  - Added command line tags support (see man pages for gnt-instance,
228
    gnt-node, gnt-cluster)
229
  - Added instance rename support
230
  - Added multi-instance startup/shutdown
231
  - Added cluster rename support
232
  - Added `gnt-node evacuate` to simplify some node operations
233
  - Added instance reboot operation that can speedup reboot as compared
234
    to stop and start
235
  - Soften the requirement that hostnames are in FQDN format
236
  - The ganeti-watcher now activates drbd pairs after secondary node
237
    reboots
238
  - Removed dependency on debian's patched fping that uses the
239
    non-standard -S option
240
  - Now the OS definitions are searched for in multiple, configurable
241
    paths (easier for distros to package)
242
  - Some changes to the hooks infrastructure (especially the new
243
    post-configuration update hook)
244
  - Other small bugfixes