Statistics
| Branch: | Tag: | Revision:

root / NEWS @ c3589cf8

History | View | Annotate | Download (27.8 kB)

1 61b5e342 Michael Hanselmann
News
2 61b5e342 Michael Hanselmann
====
3 920a91bf Michael Hanselmann
4 920a91bf Michael Hanselmann
5 c655522d Iustin Pop
Version 2.1.1
6 c655522d Iustin Pop
-------------
7 c655522d Iustin Pop
8 c655522d Iustin Pop
During the 2.1.0 long release candidate cycle, a lot of improvements and
9 c655522d Iustin Pop
changes have accumulated with were released later as 2.1.1.
10 c655522d Iustin Pop
11 c655522d Iustin Pop
Major changes
12 c655522d Iustin Pop
~~~~~~~~~~~~~
13 c655522d Iustin Pop
14 c655522d Iustin Pop
The node evacuate command (``gnt-node evacuate``) was significantly
15 c655522d Iustin Pop
rewritten, and as such the IAllocator protocol was changed - a new
16 c655522d Iustin Pop
request type has been added. This unfortunate change during a stable
17 c655522d Iustin Pop
series is designed to improve performance of node evacuations; on
18 c655522d Iustin Pop
clusters with more than about five nodes and which are well-balanced,
19 c655522d Iustin Pop
evacuation should proceed in parallel for all instances of the node
20 c655522d Iustin Pop
being evacuated. As such, any existing IAllocator scripts need to be
21 c655522d Iustin Pop
updated, otherwise the above command will fail due to the unknown
22 c655522d Iustin Pop
request. The provided "dumb" allocator has not been updated; but the
23 c655522d Iustin Pop
ganeti-htools package supports the new protocol since version 0.2.4.
24 c655522d Iustin Pop
25 c655522d Iustin Pop
Another important change is increased validation of node and instance
26 c655522d Iustin Pop
names. This might create problems in special cases, if invalid host
27 c655522d Iustin Pop
names are being used.
28 c655522d Iustin Pop
29 c655522d Iustin Pop
Also, a new layer of hypervisor parameters has been added, that sits at
30 c655522d Iustin Pop
OS level between the cluster defaults and the instance ones. This allows
31 c655522d Iustin Pop
customisation of virtualization parameters depending on the installed
32 c655522d Iustin Pop
OS. For example instances with OS 'X' may have a different KVM kernel
33 c655522d Iustin Pop
(or any other parameter) than the cluster defaults. This is intended to
34 c655522d Iustin Pop
help managing a multiple OSes on the same cluster, without manual
35 c655522d Iustin Pop
modification of each instance's parameters.
36 c655522d Iustin Pop
37 c655522d Iustin Pop
A tool for merging clusters, ``cluster-merge``, has been added in the
38 c655522d Iustin Pop
tools sub-directory.
39 c655522d Iustin Pop
40 c655522d Iustin Pop
Bug fixes
41 c655522d Iustin Pop
~~~~~~~~~
42 c655522d Iustin Pop
43 c655522d Iustin Pop
- Improved the int/float conversions that should make the code more
44 c655522d Iustin Pop
  robust in face of errors from the node daemons
45 c655522d Iustin Pop
- Fixed the remove node code in case of internal configuration errors
46 c655522d Iustin Pop
- Fixed the node daemon behaviour in face of inconsistent queue
47 c655522d Iustin Pop
  directory (e.g. read-only file-system where we can't open the files
48 c655522d Iustin Pop
  read-write, etc.)
49 c655522d Iustin Pop
- Fixed the behaviour of gnt-node modify for master candidate demotion;
50 c655522d Iustin Pop
  now it either aborts cleanly or, if given the new “auto_promote”
51 c655522d Iustin Pop
  parameter, will automatically promote other nodes as needed
52 c655522d Iustin Pop
- Fixed compatibility with (unreleased yet) Python 2.6.5 that would
53 c655522d Iustin Pop
  completely prevent Ganeti from working
54 c655522d Iustin Pop
- Fixed bug for instance export when not all disks were successfully
55 c655522d Iustin Pop
  exported
56 c655522d Iustin Pop
- Fixed behaviour of node add when the new node is slow in starting up
57 c655522d Iustin Pop
  the node daemon
58 c655522d Iustin Pop
- Fixed handling of signals in the LUXI client, which should improve
59 c655522d Iustin Pop
  behaviour of command-line scripts
60 c655522d Iustin Pop
- Added checks for invalid node/instance names in the configuration (now
61 c655522d Iustin Pop
  flagged during cluster verify)
62 c655522d Iustin Pop
- Fixed watcher behaviour for disk activation errors
63 c655522d Iustin Pop
- Fixed two potentially endless loops in http library, which led to the
64 c655522d Iustin Pop
  RAPI daemon hanging and consuming 100% CPU in some cases
65 c655522d Iustin Pop
- Fixed bug in RAPI daemon related to hashed passwords
66 c655522d Iustin Pop
- Fixed bug for unintended qemu-level bridging of multi-NIC KVM
67 c655522d Iustin Pop
  instances
68 c655522d Iustin Pop
- Enhanced compatibility with non-Debian OSes, but not using absolute
69 c655522d Iustin Pop
  path in some commands and allowing customisation of the ssh
70 c655522d Iustin Pop
  configuration directory
71 c655522d Iustin Pop
- Fixed possible future issue with new Python versions by abiding to the
72 c655522d Iustin Pop
  proper use of ``__slots__`` attribute on classes
73 c655522d Iustin Pop
- Added checks that should prevent directory traversal attacks
74 c655522d Iustin Pop
- Many documentation fixes based on feedback from users
75 c655522d Iustin Pop
76 c655522d Iustin Pop
New features
77 c655522d Iustin Pop
~~~~~~~~~~~~
78 c655522d Iustin Pop
79 c655522d Iustin Pop
- Added an “early_release” more for instance replace disks and node
80 c655522d Iustin Pop
  evacuate, where we release locks earlier and thus allow higher
81 c655522d Iustin Pop
  parallelism within the cluster
82 c655522d Iustin Pop
- Added watcher hooks, intended to allow the watcher to restart other
83 c655522d Iustin Pop
  daemons (e.g. from the ganeti-nbma project), but they can be used of
84 c655522d Iustin Pop
  course for any other purpose
85 c655522d Iustin Pop
- Added a compile-time disable for DRBD barriers, to increase
86 c655522d Iustin Pop
  performance if the administrator trusts the power supply or the
87 c655522d Iustin Pop
  storage system to not lose writes
88 c655522d Iustin Pop
- Added the option of using syslog for logging instead of, or in
89 c655522d Iustin Pop
  addition to, Ganeti's own log files
90 c655522d Iustin Pop
- Removed boot restriction for paravirtual NICs for KVM, recent versions
91 c655522d Iustin Pop
  can indeed boot from a paravirtual NIC
92 c655522d Iustin Pop
- Added a generic debug level for many operations; while this is not
93 c655522d Iustin Pop
  used widely yet, it allows one to pass the debug value all the way to
94 c655522d Iustin Pop
  the OS scripts
95 c655522d Iustin Pop
- Enhanced the hooks environment for instance moves (failovers,
96 c655522d Iustin Pop
  migrations) where the primary/secondary nodes changed during the
97 c655522d Iustin Pop
  operation, by adding {NEW,OLD}_{PRIMARY,SECONDARY} vars
98 c655522d Iustin Pop
- Enhanced data validations for many user-supplied values; one important
99 c655522d Iustin Pop
  item is the restrictions imposed on instance and node names, which
100 c655522d Iustin Pop
  might reject some (invalid) host names
101 c655522d Iustin Pop
- Add a configure-time option to disable file-based storage, if it's not
102 c655522d Iustin Pop
  needed; this allows greater security separation between the master
103 c655522d Iustin Pop
  node and the other nodes from the point of view of the inter-node RPC
104 c655522d Iustin Pop
  protocol
105 c655522d Iustin Pop
- Added user notification in interactive tools if job is waiting in the
106 c655522d Iustin Pop
  job queue or trying to acquire locks
107 c655522d Iustin Pop
- Added log messages when a job is waiting for locks
108 c655522d Iustin Pop
- Added filtering by node tags in instance operations which admit
109 c655522d Iustin Pop
  multiple instances (start, stop, reboot, reinstall)
110 c655522d Iustin Pop
- Added a new tool for cluster mergers, ``cluster-merge``
111 c655522d Iustin Pop
- Parameters from command line which are of the form ``a=b,c=d`` can now
112 c655522d Iustin Pop
  use backslash escapes to pass in values which contain commas,
113 c655522d Iustin Pop
  e.g. ``a=b\\c,d=e`` where the 'a' parameter would get the value
114 c655522d Iustin Pop
  ``b,c``
115 c655522d Iustin Pop
- For KVM, the instance name is the first parameter passed to KVM, so
116 c655522d Iustin Pop
  that it's more visible in the process list
117 c655522d Iustin Pop
118 c655522d Iustin Pop
119 920a91bf Michael Hanselmann
Version 2.1.0
120 920a91bf Michael Hanselmann
-------------
121 920a91bf Michael Hanselmann
122 920a91bf Michael Hanselmann
Ganeti 2.1 brings many improvements with it. Major changes:
123 920a91bf Michael Hanselmann
124 920a91bf Michael Hanselmann
- Added infrastructure to ease automated disk repairs
125 920a91bf Michael Hanselmann
- Added new daemon to export configuration data in a cheaper way than
126 920a91bf Michael Hanselmann
  using the remote API
127 920a91bf Michael Hanselmann
- Instance NICs can now be routed instead of being associated with a
128 920a91bf Michael Hanselmann
  networking bridge
129 920a91bf Michael Hanselmann
- Improved job locking logic to reduce impact of jobs acquiring multiple
130 920a91bf Michael Hanselmann
  locks waiting for other long-running jobs
131 920a91bf Michael Hanselmann
132 bfe61b0b Iustin Pop
In-depth implementation details can be found in the Ganeti 2.1 design
133 920a91bf Michael Hanselmann
document.
134 920a91bf Michael Hanselmann
135 920a91bf Michael Hanselmann
Details
136 920a91bf Michael Hanselmann
~~~~~~~
137 920a91bf Michael Hanselmann
138 920a91bf Michael Hanselmann
- Added chroot hypervisor
139 920a91bf Michael Hanselmann
- Added more options to xen-hvm hypervisor (``kernel_path`` and
140 920a91bf Michael Hanselmann
  ``device_model``)
141 920a91bf Michael Hanselmann
- Added more options to xen-pvm hypervisor (``use_bootloader``,
142 920a91bf Michael Hanselmann
  ``bootloader_path`` and ``bootloader_args``)
143 bfe61b0b Iustin Pop
- Added the ``use_localtime`` option for the xen-hvm and kvm
144 bfe61b0b Iustin Pop
  hypervisors, and the default value for this has changed to false (in
145 bfe61b0b Iustin Pop
  2.0 xen-hvm always enabled it)
146 920a91bf Michael Hanselmann
- Added luxi call to submit multiple jobs in one go
147 bfe61b0b Iustin Pop
- Added cluster initialization option to not modify ``/etc/hosts``
148 920a91bf Michael Hanselmann
  file on nodes
149 920a91bf Michael Hanselmann
- Added network interface parameters
150 920a91bf Michael Hanselmann
- Added dry run mode to some LUs
151 920a91bf Michael Hanselmann
- Added RAPI resources:
152 920a91bf Michael Hanselmann
153 920a91bf Michael Hanselmann
  - ``/2/instances/[instance_name]/info``
154 920a91bf Michael Hanselmann
  - ``/2/instances/[instance_name]/replace-disks``
155 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/evacuate``
156 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/migrate``
157 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/role``
158 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/storage``
159 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/storage/modify``
160 920a91bf Michael Hanselmann
  - ``/2/nodes/[node_name]/storage/repair``
161 920a91bf Michael Hanselmann
162 920a91bf Michael Hanselmann
- Added OpCodes to evacuate or migrate all instances on a node
163 9b94905f Iustin Pop
- Added new command to list storage elements on nodes (``gnt-node
164 9b94905f Iustin Pop
  list-storage``) and modify them (``gnt-node modify-storage``)
165 920a91bf Michael Hanselmann
- Added new ssconf files with master candidate IP address
166 920a91bf Michael Hanselmann
  (``ssconf_master_candidates_ips``), node primary IP address
167 920a91bf Michael Hanselmann
  (``ssconf_node_primary_ips``) and node secondary IP address
168 920a91bf Michael Hanselmann
  (``ssconf_node_secondary_ips``)
169 920a91bf Michael Hanselmann
- Added ``ganeti-confd`` and a client library to query the Ganeti
170 920a91bf Michael Hanselmann
  configuration via UDP
171 920a91bf Michael Hanselmann
- Added ability to run hooks after cluster initialization and before
172 920a91bf Michael Hanselmann
  cluster destruction
173 920a91bf Michael Hanselmann
- Added automatic mode for disk replace (``gnt-instance replace-disks
174 920a91bf Michael Hanselmann
  --auto``)
175 cc291012 Iustin Pop
- Added ``gnt-instance recreate-disks`` to re-create (empty) disks
176 cc291012 Iustin Pop
  after catastrophic data-loss
177 9b94905f Iustin Pop
- Added ``gnt-node repair-storage`` command to repair damaged LVM volume
178 920a91bf Michael Hanselmann
  groups
179 920a91bf Michael Hanselmann
- Added ``gnt-instance move`` command to move instances
180 920a91bf Michael Hanselmann
- Added ``gnt-cluster watcher`` command to control watcher
181 920a91bf Michael Hanselmann
- Added ``gnt-node powercycle`` command to powercycle nodes
182 920a91bf Michael Hanselmann
- Added new job status field ``lock_status``
183 920a91bf Michael Hanselmann
- Added parseable error codes to cluster verification (``gnt-cluster
184 920a91bf Michael Hanselmann
  verify --error-codes``) and made output less verbose (use
185 920a91bf Michael Hanselmann
  ``--verbose`` to restore previous behaviour)
186 cc291012 Iustin Pop
- Added UUIDs to the main config entities (cluster, nodes, instances)
187 920a91bf Michael Hanselmann
- Added support for OS variants
188 936f3c59 Michael Hanselmann
- Added support for hashed passwords in the Ganeti remote API users file
189 936f3c59 Michael Hanselmann
  (``rapi_users``)
190 936f3c59 Michael Hanselmann
- Added option to specify maximum timeout on instance shutdown
191 936f3c59 Michael Hanselmann
- Added ``--no-ssh-init`` option to ``gnt-cluster init``
192 f154a7a3 Michael Hanselmann
- Added new helper script to start and stop Ganeti daemons
193 f154a7a3 Michael Hanselmann
  (``daemon-util``), with the intent to reduce the work necessary to
194 f154a7a3 Michael Hanselmann
  adjust Ganeti for non-Debian distributions and to start/stop daemons
195 f154a7a3 Michael Hanselmann
  from one place
196 920a91bf Michael Hanselmann
- Added more unittests
197 920a91bf Michael Hanselmann
- Fixed critical bug in ganeti-masterd startup
198 bfe61b0b Iustin Pop
- Removed the configure-time ``kvm-migration-port`` parameter, this is
199 bfe61b0b Iustin Pop
  now customisable at the cluster level for both the KVM and Xen
200 bfe61b0b Iustin Pop
  hypervisors using the new ``migration_port`` parameter
201 920a91bf Michael Hanselmann
- Pass ``INSTANCE_REINSTALL`` variable to OS installation script when
202 920a91bf Michael Hanselmann
  reinstalling an instance
203 3e5af833 Michael Hanselmann
- Allowed ``@`` in tag names
204 936f3c59 Michael Hanselmann
- Migrated to Sphinx (http://sphinx.pocoo.org/) for documentation
205 920a91bf Michael Hanselmann
- Many documentation updates
206 920a91bf Michael Hanselmann
- Distribute hypervisor files on ``gnt-cluster redist-conf``
207 920a91bf Michael Hanselmann
- ``gnt-instance reinstall`` can now reinstall multiple instances
208 920a91bf Michael Hanselmann
- Updated many command line parameters
209 920a91bf Michael Hanselmann
- Introduced new OS API version 15
210 920a91bf Michael Hanselmann
- No longer support a default hypervisor
211 920a91bf Michael Hanselmann
- Treat virtual LVs as inexistent
212 920a91bf Michael Hanselmann
- Improved job locking logic to reduce lock contention
213 920a91bf Michael Hanselmann
- Match instance and node names case insensitively
214 920a91bf Michael Hanselmann
- Reimplemented bash completion script to be more complete
215 920a91bf Michael Hanselmann
- Improved burnin
216 920a91bf Michael Hanselmann
217 920a91bf Michael Hanselmann
218 e8cd4796 Iustin Pop
Version 2.0.6
219 7b8f3fcd Michael Hanselmann
-------------
220 7b8f3fcd Michael Hanselmann
221 7b8f3fcd Michael Hanselmann
- Fix cleaner behaviour on nodes not in a cluster (Debian bug 568105)
222 7b8f3fcd Michael Hanselmann
- Fix a string formatting bug
223 7b8f3fcd Michael Hanselmann
- Improve safety of the code in some error paths
224 7b8f3fcd Michael Hanselmann
- Improve data validation in the master of values returned from nodes
225 7b8f3fcd Michael Hanselmann
226 e8cd4796 Iustin Pop
227 e5823b7e Iustin Pop
Version 2.0.5
228 5c0433d6 Iustin Pop
-------------
229 5c0433d6 Iustin Pop
230 5c0433d6 Iustin Pop
- Fix security issue due to missing validation of iallocator names; this
231 5c0433d6 Iustin Pop
  allows local and remote execution of arbitrary executables
232 5c0433d6 Iustin Pop
- Fix failure of gnt-node list during instance removal
233 5c0433d6 Iustin Pop
- Ship the RAPI documentation in the archive
234 5c0433d6 Iustin Pop
235 e5823b7e Iustin Pop
236 7579eb06 Iustin Pop
Version 2.0.4
237 c8872a0b Iustin Pop
-------------
238 c8872a0b Iustin Pop
239 c8872a0b Iustin Pop
- Fixed many wrong messages
240 c8872a0b Iustin Pop
- Fixed a few bugs related to the locking library
241 c8872a0b Iustin Pop
- Fixed MAC checking at instance creation time
242 c8872a0b Iustin Pop
- Fixed a DRBD parsing bug related to gaps in /proc/drbd
243 c8872a0b Iustin Pop
- Fixed a few issues related to signal handling in both daemons and
244 c8872a0b Iustin Pop
  scripts
245 c8872a0b Iustin Pop
- Fixed the example startup script provided
246 c8872a0b Iustin Pop
- Fixed insserv dependencies in the example startup script (patch from
247 c8872a0b Iustin Pop
  Debian)
248 c8872a0b Iustin Pop
- Fixed handling of drained nodes in the iallocator framework
249 c8872a0b Iustin Pop
- Fixed handling of KERNEL_PATH parameter for xen-hvm (Debian bug
250 c8872a0b Iustin Pop
  #528618)
251 c8872a0b Iustin Pop
- Fixed error related to invalid job IDs in job polling
252 c8872a0b Iustin Pop
- Fixed job/opcode persistence on unclean master shutdown
253 c8872a0b Iustin Pop
- Fixed handling of partial job processing after unclean master
254 c8872a0b Iustin Pop
  shutdown
255 c8872a0b Iustin Pop
- Fixed error reporting from LUs, previously all errors were converted
256 c8872a0b Iustin Pop
  into execution errors
257 c8872a0b Iustin Pop
- Fixed error reporting from burnin
258 c8872a0b Iustin Pop
- Decreased significantly the memory usage of the job queue
259 c8872a0b Iustin Pop
- Optimised slightly multi-job submission
260 c8872a0b Iustin Pop
- Optimised slightly opcode loading
261 c8872a0b Iustin Pop
- Backported the multi-job submit framework from the development
262 c8872a0b Iustin Pop
  branch; multi-instance start and stop should be faster
263 c8872a0b Iustin Pop
- Added script to clean archived jobs after 21 days; this will reduce
264 c8872a0b Iustin Pop
  the size of the queue directory
265 c8872a0b Iustin Pop
- Added some extra checks in disk size tracking
266 c8872a0b Iustin Pop
- Added an example ethers hook script
267 c8872a0b Iustin Pop
- Added a cluster parameter that prevents Ganeti from modifying of
268 c8872a0b Iustin Pop
  /etc/hosts
269 c8872a0b Iustin Pop
- Added more node information to RAPI responses
270 aa287e8c Michael Hanselmann
- Added a ``gnt-job watch`` command that allows following the ouput of a
271 c8872a0b Iustin Pop
  job
272 c8872a0b Iustin Pop
- Added a bind-address option to ganeti-rapi
273 c8872a0b Iustin Pop
- Added more checks to the configuration verify
274 c8872a0b Iustin Pop
- Enhanced the burnin script such that some operations can be retried
275 c8872a0b Iustin Pop
  automatically
276 c8872a0b Iustin Pop
- Converted instance reinstall to multi-instance model
277 61b5e342 Michael Hanselmann
278 aa287e8c Michael Hanselmann
279 9d725d41 Iustin Pop
Version 2.0.3
280 61b5e342 Michael Hanselmann
-------------
281 61b5e342 Michael Hanselmann
282 61b5e342 Michael Hanselmann
- Added ``--ignore-size`` to the ``gnt-instance activate-disks`` command
283 61b5e342 Michael Hanselmann
  to allow using the pre-2.0.2 behaviour in activation, if any existing
284 61b5e342 Michael Hanselmann
  instances have mismatched disk sizes in the configuration
285 7faf5110 Michael Hanselmann
- Added ``gnt-cluster repair-disk-sizes`` command to check and update
286 7faf5110 Michael Hanselmann
  any configuration mismatches for disk sizes
287 61b5e342 Michael Hanselmann
- Added ``gnt-master cluste-failover --no-voting`` to allow master
288 61b5e342 Michael Hanselmann
  failover to work on two-node clusters
289 aa287e8c Michael Hanselmann
- Fixed the ``--net`` option of ``gnt-backup import``, which was
290 aa287e8c Michael Hanselmann
  unusable
291 61b5e342 Michael Hanselmann
- Fixed detection of OS script errors in ``gnt-backup export``
292 61b5e342 Michael Hanselmann
- Fixed exit code of ``gnt-backup export``
293 61b5e342 Michael Hanselmann
294 9d725d41 Iustin Pop
295 550a995a Iustin Pop
Version 2.0.2
296 61b5e342 Michael Hanselmann
-------------
297 61b5e342 Michael Hanselmann
298 61b5e342 Michael Hanselmann
- Added experimental support for stripped logical volumes; this should
299 61b5e342 Michael Hanselmann
  enhance performance but comes with a higher complexity in the block
300 61b5e342 Michael Hanselmann
  device handling; stripping is only enabled when passing
301 61b5e342 Michael Hanselmann
  ``--with-lvm-stripecount=N`` to ``configure``, but codepaths are
302 61b5e342 Michael Hanselmann
  affected even in the non-stripped mode
303 61b5e342 Michael Hanselmann
- Improved resiliency against transient failures at the end of DRBD
304 61b5e342 Michael Hanselmann
  resyncs, and in general of DRBD resync checks
305 61b5e342 Michael Hanselmann
- Fixed a couple of issues with exports and snapshot errors
306 61b5e342 Michael Hanselmann
- Fixed a couple of issues in instance listing
307 61b5e342 Michael Hanselmann
- Added display of the disk size in ``gnt-instance info``
308 61b5e342 Michael Hanselmann
- Fixed checking for valid OSes in instance creation
309 aa287e8c Michael Hanselmann
- Fixed handling of the "vcpus" parameter in instance listing and in
310 61b5e342 Michael Hanselmann
  general of invalid parameters
311 61b5e342 Michael Hanselmann
- Fixed http server library, and thus RAPI, to handle invalid
312 61b5e342 Michael Hanselmann
  username/password combinations correctly; this means that now they
313 61b5e342 Michael Hanselmann
  report unauthorized for queries too, not only for modifications,
314 61b5e342 Michael Hanselmann
  allowing earlier detect of configuration problems
315 aa287e8c Michael Hanselmann
- Added a new "role" node list field, equivalent to the master/master
316 61b5e342 Michael Hanselmann
  candidate/drained/offline flags combinations
317 61b5e342 Michael Hanselmann
- Fixed cluster modify and changes of candidate pool size
318 61b5e342 Michael Hanselmann
- Fixed cluster verify error messages for wrong files on regular nodes
319 61b5e342 Michael Hanselmann
- Fixed a couple of issues with node demotion from master candidate role
320 61b5e342 Michael Hanselmann
- Fixed node readd issues
321 61b5e342 Michael Hanselmann
- Added non-interactive mode for ``ganeti-masterd --no-voting`` startup
322 aa287e8c Michael Hanselmann
- Added a new ``--no-voting`` option for masterfailover to fix failover
323 aa287e8c Michael Hanselmann
  on two-nodes clusters when the former master node is unreachable
324 61b5e342 Michael Hanselmann
- Added instance reinstall over RAPI
325 61b5e342 Michael Hanselmann
326 550a995a Iustin Pop
327 0dea942c Iustin Pop
Version 2.0.1
328 61b5e342 Michael Hanselmann
-------------
329 61b5e342 Michael Hanselmann
330 61b5e342 Michael Hanselmann
- added ``-H``/``-B`` startup parameters to ``gnt-instance``, which will
331 61b5e342 Michael Hanselmann
  allow re-adding the start in single-user option (regression from 1.2)
332 61b5e342 Michael Hanselmann
- the watcher writes the instance status to a file, to allow monitoring
333 61b5e342 Michael Hanselmann
  to report the instance status (from the master) based on cached
334 61b5e342 Michael Hanselmann
  results of the watcher's queries; while this can get stale if the
335 61b5e342 Michael Hanselmann
  watcher is being locked due to other work on the cluster, this is
336 61b5e342 Michael Hanselmann
  still an improvement
337 61b5e342 Michael Hanselmann
- the watcher now also restarts the node daemon and the rapi daemon if
338 61b5e342 Michael Hanselmann
  they died
339 61b5e342 Michael Hanselmann
- fixed the watcher to handle full and drained queue cases
340 7faf5110 Michael Hanselmann
- hooks export more instance data in the environment, which helps if
341 7faf5110 Michael Hanselmann
  hook scripts need to take action based on the instance's properties
342 7faf5110 Michael Hanselmann
  (no longer need to query back into ganeti)
343 61b5e342 Michael Hanselmann
- instance failovers when the instance is stopped do not check for free
344 61b5e342 Michael Hanselmann
  RAM, so that failing over a stopped instance is possible in low memory
345 61b5e342 Michael Hanselmann
  situations
346 61b5e342 Michael Hanselmann
- rapi uses queries for tags instead of jobs (for less job traffic), and
347 61b5e342 Michael Hanselmann
  for cluster tags it won't talk to masterd at all but read them from
348 61b5e342 Michael Hanselmann
  ssconf
349 61b5e342 Michael Hanselmann
- a couple of error handling fixes in RAPI
350 61b5e342 Michael Hanselmann
- drbd handling: improved the error handling of inconsistent disks after
351 61b5e342 Michael Hanselmann
  resync to reduce the frequency of "there are some degraded disks for
352 61b5e342 Michael Hanselmann
  this instance" messages
353 61b5e342 Michael Hanselmann
- fixed a bug in live migration when DRBD doesn't want to reconnect (the
354 61b5e342 Michael Hanselmann
  error handling path called a wrong function name)
355 61b5e342 Michael Hanselmann
356 0dea942c Iustin Pop
357 7a8994d4 Iustin Pop
Version 2.0.0 final
358 61b5e342 Michael Hanselmann
-------------------
359 61b5e342 Michael Hanselmann
360 61b5e342 Michael Hanselmann
- no changes from rc5
361 61b5e342 Michael Hanselmann
362 7a8994d4 Iustin Pop
363 b926bd98 Iustin Pop
Version 2.0 release candidate 5
364 61b5e342 Michael Hanselmann
-------------------------------
365 61b5e342 Michael Hanselmann
366 61b5e342 Michael Hanselmann
- fix a couple of bugs (validation, argument checks)
367 61b5e342 Michael Hanselmann
- fix ``gnt-cluster getmaster`` on non-master nodes (regression)
368 61b5e342 Michael Hanselmann
- some small improvements to RAPI and IAllocator
369 61b5e342 Michael Hanselmann
- make watcher automatically start the master daemon if down
370 61b5e342 Michael Hanselmann
371 b926bd98 Iustin Pop
372 d1908b41 Iustin Pop
Version 2.0 release candidate 4
373 61b5e342 Michael Hanselmann
-------------------------------
374 61b5e342 Michael Hanselmann
375 61b5e342 Michael Hanselmann
- change the OS list to not require locks; this helps with big clusters
376 61b5e342 Michael Hanselmann
- fix ``gnt-cluster verify`` and ``gnt-cluster verify-disks`` when the
377 61b5e342 Michael Hanselmann
  volume group is broken
378 61b5e342 Michael Hanselmann
- ``gnt-instance info``, without any arguments, doesn't run for all
379 61b5e342 Michael Hanselmann
  instances anymore; either pass ``--all`` or pass the desired
380 61b5e342 Michael Hanselmann
  instances; this helps against mistakes on big clusters where listing
381 61b5e342 Michael Hanselmann
  the information for all instances takes a long time
382 61b5e342 Michael Hanselmann
- miscellaneous doc and man pages fixes
383 61b5e342 Michael Hanselmann
384 d1908b41 Iustin Pop
385 5bbefdec Iustin Pop
Version 2.0 release candidate 3
386 61b5e342 Michael Hanselmann
-------------------------------
387 61b5e342 Michael Hanselmann
388 61b5e342 Michael Hanselmann
- Change the internal locking model of some ``gnt-node`` commands, in
389 61b5e342 Michael Hanselmann
  order to reduce contention (and blocking of master daemon) when
390 61b5e342 Michael Hanselmann
  batching many creation/reinstall jobs
391 61b5e342 Michael Hanselmann
- Fixes to Xen soft reboot
392 61b5e342 Michael Hanselmann
- No longer build documentation at build time, instead distribute it in
393 61b5e342 Michael Hanselmann
  the archive, in order to reduce the need for the whole docbook/rst
394 61b5e342 Michael Hanselmann
  toolchains
395 61b5e342 Michael Hanselmann
396 5bbefdec Iustin Pop
397 f06d91f2 Iustin Pop
Version 2.0 release candidate 2
398 61b5e342 Michael Hanselmann
-------------------------------
399 61b5e342 Michael Hanselmann
400 61b5e342 Michael Hanselmann
- Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to 2.0
401 61b5e342 Michael Hanselmann
- Fix watcher startup sequence, improves the behaviour of busy clusters
402 61b5e342 Michael Hanselmann
- Some other fixes in ``gnt-cluster verify``, ``gnt-instance
403 61b5e342 Michael Hanselmann
  replace-disks``, ``gnt-instance add``, ``gnt-cluster queue``, KVM VNC
404 61b5e342 Michael Hanselmann
  bind address and other places
405 61b5e342 Michael Hanselmann
- Some documentation fixes and updates
406 61b5e342 Michael Hanselmann
407 f06d91f2 Iustin Pop
408 a2370b24 Iustin Pop
Version 2.0 release candidate 1
409 61b5e342 Michael Hanselmann
-------------------------------
410 61b5e342 Michael Hanselmann
411 61b5e342 Michael Hanselmann
- More documentation updates, now all docs should be more-or-less
412 61b5e342 Michael Hanselmann
  up-to-date
413 61b5e342 Michael Hanselmann
- A couple of small fixes (mixed hypervisor clusters, offline nodes,
414 61b5e342 Michael Hanselmann
  etc.)
415 61b5e342 Michael Hanselmann
- Added a customizable HV_KERNEL_ARGS hypervisor parameter (for Xen PVM
416 61b5e342 Michael Hanselmann
  and KVM)
417 61b5e342 Michael Hanselmann
- Fix an issue related to $libdir/run/ganeti and cluster creation
418 61b5e342 Michael Hanselmann
419 a2370b24 Iustin Pop
420 2fb85b64 Iustin Pop
Version 2.0 beta 2
421 61b5e342 Michael Hanselmann
------------------
422 61b5e342 Michael Hanselmann
423 61b5e342 Michael Hanselmann
- Xen PVM and KVM have switched the default value for the instance root
424 61b5e342 Michael Hanselmann
  disk to the first partition on the first drive, instead of the whole
425 61b5e342 Michael Hanselmann
  drive; this means that the OS installation scripts must be changed
426 61b5e342 Michael Hanselmann
  accordingly
427 61b5e342 Michael Hanselmann
- Man pages have been updated
428 61b5e342 Michael Hanselmann
- RAPI has been switched by default to HTTPS, and the exported functions
429 61b5e342 Michael Hanselmann
  should all work correctly
430 61b5e342 Michael Hanselmann
- RAPI v1 has been removed
431 61b5e342 Michael Hanselmann
- Many improvements to the KVM hypervisor
432 61b5e342 Michael Hanselmann
- Block device errors are now better reported
433 61b5e342 Michael Hanselmann
- Many other bugfixes and small improvements
434 61b5e342 Michael Hanselmann
435 2fb85b64 Iustin Pop
436 10f31783 Iustin Pop
Version 2.0 beta 1
437 61b5e342 Michael Hanselmann
------------------
438 61b5e342 Michael Hanselmann
439 61b5e342 Michael Hanselmann
- Version 2 is a general rewrite of the code and therefore the
440 61b5e342 Michael Hanselmann
  differences are too many to list, see the design document for 2.0 in
441 61b5e342 Michael Hanselmann
  the ``doc/`` subdirectory for more details
442 61b5e342 Michael Hanselmann
- In this beta version there is not yet a migration path from 1.2 (there
443 61b5e342 Michael Hanselmann
  will be one in the final 2.0 release)
444 61b5e342 Michael Hanselmann
- A few significant changes are:
445 61b5e342 Michael Hanselmann
446 61b5e342 Michael Hanselmann
  - all commands are executed by a daemon (``ganeti-masterd``) and the
447 61b5e342 Michael Hanselmann
    various ``gnt-*`` commands are just front-ends to it
448 7faf5110 Michael Hanselmann
  - all the commands are entered into, and executed from a job queue,
449 7faf5110 Michael Hanselmann
    see the ``gnt-job(8)`` manpage
450 7faf5110 Michael Hanselmann
  - the RAPI daemon supports read-write operations, secured by basic
451 7faf5110 Michael Hanselmann
    HTTP authentication on top of HTTPS
452 61b5e342 Michael Hanselmann
  - DRBD version 0.7 support has been removed, DRBD 8 is the only
453 61b5e342 Michael Hanselmann
    supported version (when migrating from Ganeti 1.2 to 2.0, you need
454 61b5e342 Michael Hanselmann
    to migrate to DRBD 8 first while still running Ganeti 1.2)
455 61b5e342 Michael Hanselmann
  - DRBD devices are using statically allocated minor numbers, which
456 61b5e342 Michael Hanselmann
    will be assigned to existing instances during the migration process
457 61b5e342 Michael Hanselmann
  - there is support for both Xen PVM and Xen HVM instances running on
458 61b5e342 Michael Hanselmann
    the same cluster
459 61b5e342 Michael Hanselmann
  - KVM virtualization is supported too
460 61b5e342 Michael Hanselmann
  - file-based storage has been implemented, which means that it is
461 61b5e342 Michael Hanselmann
    possible to run the cluster without LVM and DRBD storage, for
462 61b5e342 Michael Hanselmann
    example using a shared filesystem exported from shared storage (and
463 61b5e342 Michael Hanselmann
    still have live migration)
464 61b5e342 Michael Hanselmann
465 10f31783 Iustin Pop
466 10f31783 Iustin Pop
Version 1.2.7
467 61b5e342 Michael Hanselmann
-------------
468 61b5e342 Michael Hanselmann
469 61b5e342 Michael Hanselmann
- Change the default reboot type in ``gnt-instance reboot`` to "hard"
470 61b5e342 Michael Hanselmann
- Reuse the old instance mac address by default on instance import, if
471 61b5e342 Michael Hanselmann
  the instance name is the same.
472 7faf5110 Michael Hanselmann
- Handle situations in which the node info rpc returns incomplete
473 7faf5110 Michael Hanselmann
  results (issue 46)
474 61b5e342 Michael Hanselmann
- Add checks for tcp/udp ports collisions in ``gnt-cluster verify``
475 61b5e342 Michael Hanselmann
- Improved version of batcher:
476 61b5e342 Michael Hanselmann
477 61b5e342 Michael Hanselmann
  - state file support
478 61b5e342 Michael Hanselmann
  - instance mac address support
479 61b5e342 Michael Hanselmann
  - support for HVM clusters/instances
480 61b5e342 Michael Hanselmann
481 61b5e342 Michael Hanselmann
- Add an option to show the number of cpu sockets and nodes in
482 61b5e342 Michael Hanselmann
  ``gnt-node list``
483 61b5e342 Michael Hanselmann
- Support OSes that handle more than one version of the OS api (but do
484 61b5e342 Michael Hanselmann
  not change the current API in any other way)
485 61b5e342 Michael Hanselmann
- Fix ``gnt-node migrate``
486 61b5e342 Michael Hanselmann
- ``gnt-debug`` man page
487 61b5e342 Michael Hanselmann
- Fixes various more typos and small issues
488 61b5e342 Michael Hanselmann
- Increase disk resync maximum speed to 60MB/s (from 30MB/s)
489 61b5e342 Michael Hanselmann
490 10f31783 Iustin Pop
491 10f31783 Iustin Pop
Version 1.2.6
492 61b5e342 Michael Hanselmann
-------------
493 61b5e342 Michael Hanselmann
494 61b5e342 Michael Hanselmann
- new ``--hvm-nic-type`` and ``--hvm-disk-type`` flags to control the
495 61b5e342 Michael Hanselmann
  type of disk exported to fully virtualized instances.
496 61b5e342 Michael Hanselmann
- provide access to the serial console of HVM instances
497 7faf5110 Michael Hanselmann
- instance auto_balance flag, set by default. If turned off it will
498 7faf5110 Michael Hanselmann
  avoid warnings on cluster verify if there is not enough memory to fail
499 7faf5110 Michael Hanselmann
  over an instance. in the future it will prevent automatically failing
500 7faf5110 Michael Hanselmann
  it over when we will support that.
501 61b5e342 Michael Hanselmann
- batcher tool for instance creation, see ``tools/README.batcher``
502 61b5e342 Michael Hanselmann
- ``gnt-instance reinstall --select-os`` to interactively select a new
503 61b5e342 Michael Hanselmann
  operating system when reinstalling an instance.
504 61b5e342 Michael Hanselmann
- when changing the memory amount on instance modify a check has been
505 61b5e342 Michael Hanselmann
  added that the instance will be able to start. also warnings are
506 61b5e342 Michael Hanselmann
  emitted if the instance will not be able to fail over, if auto_balance
507 61b5e342 Michael Hanselmann
  is true.
508 61b5e342 Michael Hanselmann
- documentation fixes
509 61b5e342 Michael Hanselmann
- sync fields between ``gnt-instance list/modify/add/import``
510 61b5e342 Michael Hanselmann
- fix a race condition in drbd when the sync speed was set after giving
511 61b5e342 Michael Hanselmann
  the device a remote peer.
512 61b5e342 Michael Hanselmann
513 10f31783 Iustin Pop
514 10f31783 Iustin Pop
Version 1.2.5
515 61b5e342 Michael Hanselmann
-------------
516 61b5e342 Michael Hanselmann
517 61b5e342 Michael Hanselmann
- note: the allowed size and number of tags per object were reduced
518 61b5e342 Michael Hanselmann
- fix a bug in ``gnt-cluster verify`` with inconsistent volume groups
519 61b5e342 Michael Hanselmann
- fixed twisted 8.x compatibility
520 61b5e342 Michael Hanselmann
- fixed ``gnt-instance replace-disks`` with iallocator
521 61b5e342 Michael Hanselmann
- add TCP keepalives on twisted connections to detect restarted nodes
522 61b5e342 Michael Hanselmann
- disk increase support, see ``gnt-instance grow-disk``
523 61b5e342 Michael Hanselmann
- implement bulk node/instance query for RAPI
524 61b5e342 Michael Hanselmann
- add tags in node/instance listing (optional)
525 61b5e342 Michael Hanselmann
- experimental migration (and live migration) support, read the man page
526 61b5e342 Michael Hanselmann
  for ``gnt-instance migrate``
527 61b5e342 Michael Hanselmann
- the ``ganeti-watcher`` logs are now timestamped, and the watcher also
528 61b5e342 Michael Hanselmann
  has some small improvements in handling its state file
529 61b5e342 Michael Hanselmann
530 10f31783 Iustin Pop
531 10f31783 Iustin Pop
Version 1.2.4
532 61b5e342 Michael Hanselmann
-------------
533 61b5e342 Michael Hanselmann
534 61b5e342 Michael Hanselmann
- Experimental readonly, REST-based remote API implementation;
535 61b5e342 Michael Hanselmann
  automatically started on master node, TCP port 5080, if enabled by
536 61b5e342 Michael Hanselmann
  ``--enable-rapi`` parameter to configure script.
537 61b5e342 Michael Hanselmann
- Instance allocator support. Add and import instance accept a
538 61b5e342 Michael Hanselmann
  ``--iallocator`` parameter, and call that instance allocator to decide
539 61b5e342 Michael Hanselmann
  which node to use for the instance. The iallocator document describes
540 61b5e342 Michael Hanselmann
  what's expected from an allocator script.
541 61b5e342 Michael Hanselmann
- ``gnt-cluster verify`` N+1 memory redundancy checks: Unless passed the
542 61b5e342 Michael Hanselmann
  ``--no-nplus1-mem`` option ``gnt-cluster verify`` now checks that if a
543 61b5e342 Michael Hanselmann
  node is lost there is still enough memory to fail over the instances
544 61b5e342 Michael Hanselmann
  that reside on it.
545 61b5e342 Michael Hanselmann
- ``gnt-cluster verify`` hooks: it is now possible to add post-hooks to
546 61b5e342 Michael Hanselmann
  ``gnt-cluster verify``, to check for site-specific compliance. All the
547 61b5e342 Michael Hanselmann
  hooks will run, and their output, if any, will be displayed. Any
548 61b5e342 Michael Hanselmann
  failing hook will make the verification return an error value.
549 61b5e342 Michael Hanselmann
- ``gnt-cluster verify`` now checks that its peers are reachable on the
550 61b5e342 Michael Hanselmann
  primary and secondary interfaces
551 61b5e342 Michael Hanselmann
- ``gnt-node add`` now supports the ``--readd`` option, to readd a node
552 61b5e342 Michael Hanselmann
  that is still declared as part of the cluster and has failed.
553 61b5e342 Michael Hanselmann
- ``gnt-* list`` commands now accept a new ``-o +field`` way of
554 61b5e342 Michael Hanselmann
  specifying output fields, that just adds the chosen fields to the
555 61b5e342 Michael Hanselmann
  default ones.
556 61b5e342 Michael Hanselmann
- ``gnt-backup`` now has a new ``remove`` command to delete an existing
557 61b5e342 Michael Hanselmann
  export from the filesystem.
558 61b5e342 Michael Hanselmann
- New per-instance parameters hvm_acpi, hvm_pae and hvm_cdrom_image_path
559 61b5e342 Michael Hanselmann
  have been added. Using them you can enable/disable acpi and pae
560 61b5e342 Michael Hanselmann
  support, and specify a path for a cd image to be exported to the
561 61b5e342 Michael Hanselmann
  instance. These parameters as the name suggest only work on HVM
562 61b5e342 Michael Hanselmann
  clusters.
563 61b5e342 Michael Hanselmann
- When upgrading an HVM cluster to Ganeti 1.2.4, the values for ACPI and
564 61b5e342 Michael Hanselmann
  PAE support will be set to the previously hardcoded values, but the
565 61b5e342 Michael Hanselmann
  (previously hardcoded) path to the CDROM ISO image will be unset and
566 61b5e342 Michael Hanselmann
  if required, needs to be set manually with ``gnt-instance modify``
567 61b5e342 Michael Hanselmann
  after the upgrade.
568 61b5e342 Michael Hanselmann
- The address to which an instance's VNC console is bound is now
569 61b5e342 Michael Hanselmann
  selectable per-instance, rather than being cluster wide. Of course
570 61b5e342 Michael Hanselmann
  this only applies to instances controlled via VNC, so currently just
571 61b5e342 Michael Hanselmann
  applies to HVM clusters.
572 61b5e342 Michael Hanselmann
573 10f31783 Iustin Pop
574 bae27f68 Iustin Pop
Version 1.2.3
575 61b5e342 Michael Hanselmann
-------------
576 61b5e342 Michael Hanselmann
577 61b5e342 Michael Hanselmann
- more tweaks to the disk activation code (especially helpful for DRBD)
578 61b5e342 Michael Hanselmann
- change the default ``gnt-instance list`` output format, now there is
579 61b5e342 Michael Hanselmann
  one combined status field (see the manpage for the exact values this
580 61b5e342 Michael Hanselmann
  field will have)
581 61b5e342 Michael Hanselmann
- some more fixes for the mac export to hooks change
582 61b5e342 Michael Hanselmann
- make Ganeti not break with DRBD 8.2.x (which changed the version
583 61b5e342 Michael Hanselmann
  format in ``/proc/drbd``) (issue 24)
584 61b5e342 Michael Hanselmann
- add an upgrade tool from "remote_raid1" disk template to "drbd" disk
585 61b5e342 Michael Hanselmann
  template, allowing migration from DRBD0.7+MD to DRBD8
586 61b5e342 Michael Hanselmann
587 bae27f68 Iustin Pop
588 e709baee Iustin Pop
Version 1.2.2
589 61b5e342 Michael Hanselmann
-------------
590 61b5e342 Michael Hanselmann
591 61b5e342 Michael Hanselmann
- fix ``gnt-instance modify`` breakage introduced in 1.2.1 with the HVM
592 61b5e342 Michael Hanselmann
  support (issue 23)
593 61b5e342 Michael Hanselmann
- add command aliases infrastructure and a few aliases
594 61b5e342 Michael Hanselmann
- allow listing of VCPUs in the ``gnt-instance list`` and improve the
595 61b5e342 Michael Hanselmann
  man pages and the ``--help`` option of ``gnt-node
596 61b5e342 Michael Hanselmann
  list``/``gnt-instance list``
597 61b5e342 Michael Hanselmann
- fix ``gnt-backup list`` with down nodes (issue 21)
598 61b5e342 Michael Hanselmann
- change the tools location (move from $pkgdatadir to $pkglibdir/tools)
599 61b5e342 Michael Hanselmann
- fix the dist archive and add a check for including svn/git files in
600 61b5e342 Michael Hanselmann
  the future
601 61b5e342 Michael Hanselmann
- some developer-related changes: improve the burnin and the QA suite,
602 61b5e342 Michael Hanselmann
  add an upload script for testing during development
603 61b5e342 Michael Hanselmann
604 e709baee Iustin Pop
605 31b9055c Iustin Pop
Version 1.2.1
606 61b5e342 Michael Hanselmann
-------------
607 61b5e342 Michael Hanselmann
608 61b5e342 Michael Hanselmann
- experimental HVM support, read the install document, section
609 61b5e342 Michael Hanselmann
  "Initializing the cluster"
610 61b5e342 Michael Hanselmann
- allow for the PVM hypervisor per-instance kernel and initrd paths
611 61b5e342 Michael Hanselmann
- add a new command ``gnt-cluster verify-disks`` which uses a new
612 61b5e342 Michael Hanselmann
  algorithm to improve the reconnection of the DRBD pairs if the device
613 61b5e342 Michael Hanselmann
  on the secondary node has gone away
614 61b5e342 Michael Hanselmann
- make logical volume code auto-activate LVs at disk activation time
615 61b5e342 Michael Hanselmann
- slightly improve the speed of activating disks
616 61b5e342 Michael Hanselmann
- allow specification of the MAC address at instance creation time, and
617 61b5e342 Michael Hanselmann
  changing it later via ``gnt-instance modify``
618 61b5e342 Michael Hanselmann
- fix handling of external commands that generate lots of output on
619 61b5e342 Michael Hanselmann
  stderr
620 61b5e342 Michael Hanselmann
- update documentation with regard to minimum version of DRBD8 supported
621 61b5e342 Michael Hanselmann
622 31b9055c Iustin Pop
623 ce628bb4 Iustin Pop
Version 1.2.0
624 61b5e342 Michael Hanselmann
-------------
625 61b5e342 Michael Hanselmann
626 7faf5110 Michael Hanselmann
- Log the ``xm create`` output to the node daemon log on failure (to
627 7faf5110 Michael Hanselmann
  help diagnosing the error)
628 61b5e342 Michael Hanselmann
- In debug mode, log all external commands output if failed to the logs
629 61b5e342 Michael Hanselmann
- Change parsing of lvm commands to ignore stderr
630 61b5e342 Michael Hanselmann
631 ce628bb4 Iustin Pop
632 3d492b09 Iustin Pop
Version 1.2b3
633 61b5e342 Michael Hanselmann
-------------
634 61b5e342 Michael Hanselmann
635 61b5e342 Michael Hanselmann
- Another round of updates to the DRBD 8 code to deal with more failures
636 61b5e342 Michael Hanselmann
  in the replace secondary node operation
637 61b5e342 Michael Hanselmann
- Some more logging of failures in disk operations (lvm, drbd)
638 61b5e342 Michael Hanselmann
- A few documentation updates
639 61b5e342 Michael Hanselmann
- QA updates
640 61b5e342 Michael Hanselmann
641 3d492b09 Iustin Pop
642 6c4811dc Iustin Pop
Version 1.2b2
643 61b5e342 Michael Hanselmann
-------------
644 61b5e342 Michael Hanselmann
645 61b5e342 Michael Hanselmann
- Change configuration file format from Python's Pickle to JSON.
646 61b5e342 Michael Hanselmann
  Upgrading is possible using the cfgupgrade utility.
647 61b5e342 Michael Hanselmann
- Add support for DRBD 8.0 (new disk template ``drbd``) which allows for
648 61b5e342 Michael Hanselmann
  faster replace disks and is more stable (DRBD 8 has many improvements
649 61b5e342 Michael Hanselmann
  compared to DRBD 0.7)
650 61b5e342 Michael Hanselmann
- Added command line tags support (see man pages for ``gnt-instance``,
651 61b5e342 Michael Hanselmann
  ``gnt-node``, ``gnt-cluster``)
652 61b5e342 Michael Hanselmann
- Added instance rename support
653 61b5e342 Michael Hanselmann
- Added multi-instance startup/shutdown
654 61b5e342 Michael Hanselmann
- Added cluster rename support
655 61b5e342 Michael Hanselmann
- Added ``gnt-node evacuate`` to simplify some node operations
656 61b5e342 Michael Hanselmann
- Added instance reboot operation that can speedup reboot as compared to
657 61b5e342 Michael Hanselmann
  stop and start
658 61b5e342 Michael Hanselmann
- Soften the requirement that hostnames are in FQDN format
659 61b5e342 Michael Hanselmann
- The ``ganeti-watcher`` now activates drbd pairs after secondary node
660 61b5e342 Michael Hanselmann
  reboots
661 61b5e342 Michael Hanselmann
- Removed dependency on debian's patched fping that uses the
662 61b5e342 Michael Hanselmann
  non-standard ``-S`` option
663 7faf5110 Michael Hanselmann
- Now the OS definitions are searched for in multiple, configurable
664 7faf5110 Michael Hanselmann
  paths (easier for distros to package)
665 61b5e342 Michael Hanselmann
- Some changes to the hooks infrastructure (especially the new
666 61b5e342 Michael Hanselmann
  post-configuration update hook)
667 61b5e342 Michael Hanselmann
- Other small bugfixes
668 558fd122 Michael Hanselmann
669 558fd122 Michael Hanselmann
.. vim: set textwidth=72 :
670 9b94905f Iustin Pop
.. Local Variables:
671 9b94905f Iustin Pop
.. mode: rst
672 9b94905f Iustin Pop
.. fill-column: 72
673 9b94905f Iustin Pop
.. End: