Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
d1908b41
Commit
d1908b41
authored
Apr 27, 2009
by
Iustin Pop
Browse files
Release 2.0rc4
Reviewed-by: ultrotter
parent
d09ebf6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
d1908b41
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
...
...
configure.ac
View file @
d1908b41
...
...
@@ -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], [~rc
3
])
m4_define([gnt_version_suffix], [~rc
4
])
m4_define([gnt_version_full],
m4_format([%d.%d.%d%s],
gnt_version_major, gnt_version_minor,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment