Skip to content
Snippets Groups Projects
Commit d1908b41 authored by Iustin Pop's avatar Iustin Pop
Browse files

Release 2.0rc4

Reviewed-by: ultrotter
parent d09ebf6f
No related branches found
No related tags found
No related merge requests found
Version 2.0 release candidate 4
- change the OS list to not require locks; this helps with big
clusters
- fix gnt-cluster verify and gnt-cluster verify-disks when the volume
group is broken
- “gnt-instance info”, without any arguments, doesn't run for all
instances anymore; either pass ‘--all’ or pass the desired
instances; this helps against mistakes on big clusters where listing
the information for all instances takes a long time
- miscellaneous doc and man pages fixes
Version 2.0 release candidate 3
- Change the internal locking model of some gnt-node commands, in
order to reduce contention (and blocking of master daemon) when
......
......@@ -2,7 +2,7 @@
m4_define([gnt_version_major], [2])
m4_define([gnt_version_minor], [0])
m4_define([gnt_version_revision], [0])
m4_define([gnt_version_suffix], [~rc3])
m4_define([gnt_version_suffix], [~rc4])
m4_define([gnt_version_full],
m4_format([%d.%d.%d%s],
gnt_version_major, gnt_version_minor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment