Revision 9d725d41

b/NEWS
1
Version 2.0.3
2
  - Added “--ignore-size” to the “gnt-instance activate-disks” command
3
    to allow using the pre-2.0.2 behaviour in activation, if any
4
    existing instances have mismatched disk sizes in the configuration
5
  - Added “gnt-cluster repair-disk-sizes” command to check and update
6
    any configuration mismatches for disk sizes
7
  - Added “gnt-master cluste-failover --no-voting” to allow master
8
    failover to work on two-node clusters
9
  - Fixed the ‘--net’ option of “gnt-backup import”, which was unusable
10
  - Fixed detection of OS script errors in “gnt-backup export”
11
  - Fixed exit code of “gnt-backup export”
12

  
1 13
Version 2.0.2
2 14
  - Added experimental support for stripped logical volumes; this should
3 15
    enhance performance but comes with a higher complexity in the block
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], [2])
4
m4_define([gnt_version_revision], [3])
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