Revision 7faf5110 NEWS

b/NEWS
7 7
- Added ``--ignore-size`` to the ``gnt-instance activate-disks`` command
8 8
  to allow using the pre-2.0.2 behaviour in activation, if any existing
9 9
  instances have mismatched disk sizes in the configuration
10
- Added ``gnt-cluster repair-disk-sizes`` command to check and update any
11
  configuration mismatches for disk sizes
10
- Added ``gnt-cluster repair-disk-sizes`` command to check and update
11
  any configuration mismatches for disk sizes
12 12
- Added ``gnt-master cluste-failover --no-voting`` to allow master
13 13
  failover to work on two-node clusters
14 14
- Fixed the ‘--net’ option of ``gnt-backup import``, which was unusable
......
61 61
- the watcher now also restarts the node daemon and the rapi daemon if
62 62
  they died
63 63
- fixed the watcher to handle full and drained queue cases
64
- hooks export more instance data in the environment, which helps if hook
65
  scripts need to take action based on the instance's properties (no
66
  longer need to query back into ganeti)
64
- hooks export more instance data in the environment, which helps if
65
  hook scripts need to take action based on the instance's properties
66
  (no longer need to query back into ganeti)
67 67
- instance failovers when the instance is stopped do not check for free
68 68
  RAM, so that failing over a stopped instance is possible in low memory
69 69
  situations
......
169 169

  
170 170
  - all commands are executed by a daemon (``ganeti-masterd``) and the
171 171
    various ``gnt-*`` commands are just front-ends to it
172
  - all the commands are entered into, and executed from a job queue, see
173
    the ``gnt-job(8)`` manpage
174
  - the RAPI daemon supports read-write operations, secured by basic HTTP
175
    authentication on top of HTTPS
172
  - all the commands are entered into, and executed from a job queue,
173
    see the ``gnt-job(8)`` manpage
174
  - the RAPI daemon supports read-write operations, secured by basic
175
    HTTP authentication on top of HTTPS
176 176
  - DRBD version 0.7 support has been removed, DRBD 8 is the only
177 177
    supported version (when migrating from Ganeti 1.2 to 2.0, you need
178 178
    to migrate to DRBD 8 first while still running Ganeti 1.2)
......
193 193
- Change the default reboot type in ``gnt-instance reboot`` to "hard"
194 194
- Reuse the old instance mac address by default on instance import, if
195 195
  the instance name is the same.
196
- Handle situations in which the node info rpc returns incomplete results
197
  (issue 46)
196
- Handle situations in which the node info rpc returns incomplete
197
  results (issue 46)
198 198
- Add checks for tcp/udp ports collisions in ``gnt-cluster verify``
199 199
- Improved version of batcher:
200 200

  
......
218 218
- new ``--hvm-nic-type`` and ``--hvm-disk-type`` flags to control the
219 219
  type of disk exported to fully virtualized instances.
220 220
- provide access to the serial console of HVM instances
221
- instance auto_balance flag, set by default. If turned off it will avoid
222
  warnings on cluster verify if there is not enough memory to fail over
223
  an instance. in the future it will prevent automatically failing it
224
  over when we will support that.
221
- instance auto_balance flag, set by default. If turned off it will
222
  avoid warnings on cluster verify if there is not enough memory to fail
223
  over an instance. in the future it will prevent automatically failing
224
  it over when we will support that.
225 225
- batcher tool for instance creation, see ``tools/README.batcher``
226 226
- ``gnt-instance reinstall --select-os`` to interactively select a new
227 227
  operating system when reinstalling an instance.
......
347 347
Version 1.2.0
348 348
-------------
349 349

  
350
- Log the ``xm create`` output to the node daemon log on failure (to help
351
  diagnosing the error)
350
- Log the ``xm create`` output to the node daemon log on failure (to
351
  help diagnosing the error)
352 352
- In debug mode, log all external commands output if failed to the logs
353 353
- Change parsing of lvm commands to ignore stderr
354 354

  
......
384 384
  reboots
385 385
- Removed dependency on debian's patched fping that uses the
386 386
  non-standard ``-S`` option
387
- Now the OS definitions are searched for in multiple, configurable paths
388
  (easier for distros to package)
387
- Now the OS definitions are searched for in multiple, configurable
388
  paths (easier for distros to package)
389 389
- Some changes to the hooks infrastructure (especially the new
390 390
  post-configuration update hook)
391 391
- Other small bugfixes

Also available in: Unified diff