Revision e0897adf NEWS

b/NEWS
4 4
Version 2.2.0
5 5
-------------
6 6

  
7
- Added tool (``move-instance``) and infrastructure to move instances
8
  between separate clusters (see :doc:`separate documentation
9
  <move-instance>` and :doc:`design document <design-2.2>`)
10
- Added per-request RPC timeout
7 11
- RAPI now requires a Content-Type header for requests with a body (e.g.
8 12
  ``PUT`` or ``POST``) which must be set to ``application/json`` (see
9 13
  RFC2616 (HTTP/1.1), section 7.2.1)
14
- ``ganeti-watcher`` attempts to restart ``ganeti-rapi`` if RAPI is not
15
  reachable
16
- Implemented initial support for running Ganeti daemons as separate
17
  users, see configure-time flags ``--with-user-prefix`` and
18
  ``--with-group-prefix`` (only ``ganeti-rapi`` is supported at this
19
  time)
20
- Instances can be removed after export (``gnt-backup export
21
  --remove-instance``)
22
- Self-signed certificates generated by Ganeti now use a 2048 bit RSA
23
  key (instead of 1024 bit)
24
- Added new cluster configuration file for cluster domain secret
25
- Import/export now use SSL instead of SSH
26
- Added support for showing estimated time when exporting an instance,
27
  see the ``ganeti-os-interface(7)`` manpage and look for
28
  ``EXP_SIZE_FD``
10 29

  
11 30

  
12 31
Version 2.1.3

Also available in: Unified diff