Statistics
| Branch: | Tag: | Revision:

root / debian / NEWS @ 45b6a5b4

History | View | Annotate | Download (3.6 kB)

1
ganeti (2.8.0-1) unstable; urgency=low
2

    
3
  As of 2.8.0-1, ganeti is configured to use separate users for its daemons.
4
  Each daemon now runs as a different user (all with a “gnt-” username prefix)
5
  and root access is currently granted only to the node daemon. This is a
6
  build-time setting and existing installations will be automatically converted
7
  to use the new user separation model.
8

    
9
 -- Apollon Oikonomopoulos <apoikos@gmail.com>  Tue, 01 Oct 2013 18:02:24 +0300
10

    
11
ganeti (2.7.0-2) unstable; urgency=low
12
  The ganeti2 package has been renamed to ganeti, since the original reasons
13
  for nameing the package ganeti2 (i.e. the 1.2 to 2.0 migration) no longer
14
  apply. A dummy transitional ganeti2 package is provided for compatibility,
15
  you can safely remove it after the installation has finished.
16

    
17
  Since 2.7.0-2, all internal Ganeti Python libraries are shipped as a private
18
  module. This is done because the Ganeti internal APIs are not guaranteed to
19
  be stable and direct use by 3rd-party applications is discouraged. Thus, any
20
  3rd-party programs importing Ganeti's Python code, should now live under
21
  /usr/share/ganeti or include /usr/share/ganeti in Python's sys.path.
22

    
23
  The RAPI client library, being the only stable external API, is now shipped
24
  as a public module in its own package, python-ganeti-rapi.
25

    
26
  Since 2.7.0-2, the HTML documentation is provided in the ganeti-doc package.
27

    
28
 -- Apollon Oikonomopoulos <apoikos@gmail.com>  Sat, 13 Jul 2013 04:04:27 +0300
29

    
30
ganeti2 (2.1.1-1) unstable; urgency=low
31

    
32
  Upgrading from Lenny's 1.2 directly to 2.1 requires a two-step method: first
33
  run /usr/lib/ganeti/tools/cfgupgrade12 followed by the normal
34
  /usr/lib/ganeti/tools/cfgupgrade. This is somewhat more tricky than the
35
  intermediate step (1.2 to 2.0 and 2.0 to 2.1), but should otherwise work.
36
  Backup of the configuration directory is of course recommended, and reading
37
  the wiki page too. Note: if running 2.0, it is possible do to the upgrade
38
  without downtime. If running 1.2, it is a must to stop instances.
39

    
40
  Detailed instructions (for both 1.2->2.1 and 2.0->2.1 upgrades):
41

    
42
  - stop cron, or comment out the watcher entry in cron
43
  - stop ganeti on the master node
44
  - make a backup of /var/lib/ganeti
45
  - install new software
46
  - if running 1.2, stop all instances
47
  - if running 1.2, first migrate all instances to DRBD8 using
48
    /usr/lib/ganeti/tools/drbd8-upgrade
49
  - if running 1.2, on the master node run /usr/lib/ganeti/tools/cfgupgrade12
50
  - on the master node, run /usr/lib/ganeti/tools/cfgupgrade
51
  - if both cfgupgrade runs have finished successfully, remove the file
52
    /var/lib/ganeti/ssconf_hypervisor on all nodes on which it still exists
53
  - on all non-master nodes, restart ganeti (invoke-rc.d ganeti restart); this
54
    will give some warnings for rapi and confd daemons, but ignore them for now
55
  - on the master node, restart ganeti, and confirm "gnt-node list" works
56
  - on the master node, run "gnt-cluster redist-conf"
57
  - restart ganeti on all nodes now (once more, and on the master node last)
58
  - check that "gnt-cluster verify" doesn't complain
59
  - you can now start all instances (if you stopped them)
60
  - you can now restart cron (or re-enable the watcher entry)
61

    
62
 -- Iustin Pop <iustin@debian.org>  Sat, 17 Apr 2010 19:05:45 +0200
63

    
64
ganeti2 (2.0.3-1) unstable; urgency=low
65

    
66
  Upgrading from the 'ganeti' package (versions 1.2.x) requires manual
67
  intervention; the proper procedure is available at
68
  http://code.google.com/p/ganeti/wiki/UpgradeNotes and requires full
69
  cluster shutdown. It is recommended to read that first before
70
  installing this package.
71

    
72
 -- Iustin Pop <iusty@k1024.org>  Sat, 25 Jul 2009 12:12:46 +0200
73