Revision 0dea942c

b/NEWS
1
Version 2.0.1
2
  - added -H/-B startup parameters to gnt-instance, which will allow
3
    re-adding the start in single-user option (regression from 1.2)
4
  - the watcher writes the instance status to a file, to allow
5
    monitoring to report the instance status (from the master) based on
6
    cached results of the watcher's queries; while this can get stale if
7
    the watcher is being locked due to other work on the cluster, this
8
    is still an improvement
9
  - the watcher now also restarts the node daemon and the rapi daemon if
10
    they died
11
  - fixed the watcher to handle full and drained queue cases
12
  - hooks export more instance data in the environment, which helps if
13
    hook scripts need to take action based on the instance's properties
14
    (no longer need to query back into ganeti)
15
  - instance failovers when the instance is stopped do not check for
16
    free RAM, so that failing over a stopped instance is possible in low
17
    memory situations
18
  - rapi uses queries for tags instead of jobs (for less job traffic),
19
    and for cluster tags it won't talk to masterd at all but read them
20
    from ssconf
21
  - a couple of error handling fixes in RAPI
22
  - drbd handling: improved the error handling of inconsistent disks
23
    after resync to reduce the frequency of "there are some degraded
24
    disks for this instance" message
25
  - fixed a bug in live migration when DRBD doesn't want to reconnect
26
    (the error handling path called a wrong function name)
27

  
1 28
Version 2.0.0 final
2 29
  - no changes from rc5
3 30

  
b/configure.ac
1 1
# Configure script for Ganeti
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [0])
4
m4_define([gnt_version_revision], [0])
4
m4_define([gnt_version_revision], [1])
5 5
m4_define([gnt_version_suffix], [])
6 6
m4_define([gnt_version_full],
7 7
          m4_format([%d.%d.%d%s],

Also available in: Unified diff