Revision d1908b41

b/NEWS
1
Version 2.0 release candidate 4
2
  - change the OS list to not require locks; this helps with big
3
    clusters
4
  - fix gnt-cluster verify and gnt-cluster verify-disks when the volume
5
    group is broken
6
  - “gnt-instance info”, without any arguments, doesn't run for all
7
    instances anymore; either pass ‘--all’ or pass the desired
8
    instances; this helps against mistakes on big clusters where listing
9
    the information for all instances takes a long time
10
  - miscellaneous doc and man pages fixes
11

  
1 12
Version 2.0 release candidate 3
2 13
  - Change the internal locking model of some gnt-node commands, in
3 14
    order to reduce contention (and blocking of master daemon) when
b/configure.ac
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [0])
4 4
m4_define([gnt_version_revision], [0])
5
m4_define([gnt_version_suffix], [~rc3])
5
m4_define([gnt_version_suffix], [~rc4])
6 6
m4_define([gnt_version_full],
7 7
          m4_format([%d.%d.%d%s],
8 8
                    gnt_version_major, gnt_version_minor,

Also available in: Unified diff