Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-ganeti
Commits
9857c181
Commit
9857c181
authored
16 years ago
by
Iustin Pop
Browse files
Options
Downloads
Patches
Plain Diff
Update NEWS for version 0.0.6
parent
29ac5975
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+24
-3
24 additions, 3 deletions
NEWS
with
24 additions
and
3 deletions
NEWS
+
24
−
3
View file @
9857c181
Version 0.0.5:
Version 0.0.6 (Mon, 16 Mar 2009):
- refactored the hbal algorithm to make it stable in the sense that it
gives the same solution when restarted from the middle; barring
rouding of disk/memory and incomplete reporting from Ganeti (for
1.2), it should be now feasible to rely on its output without
generating moves ad infinitum
- the hbal algorithm now uses two more variables: the node N+1
failures and the amount of reserved memory; the first of which tries
to ‘fix’ the N+1 status, the latter tries to distribute secondaries
more equally
- the hbal algorithm now uses two more moves at each step:
replace+failover and failover+replace (besides the original
failover, replace, and failover+replace+failover)
- slightly changed the build system to embed GIT version/tags into the
binaries so that we know for a binary from which tree it was done,
either via ‘--version’ or via “strings hbal|grep version”
- changed the solution list and in general the hbal output to be more
clear by default, and changed “gnt-instance failover” to
“gnt-instance migrate”
- added man pages for the two binaries
Version 0.0.5 (Mon, 09 Mar 2009):
- a few small improvements for hbal (possibly undone by later
changes), hbal is now quite faster
- fix documentation building
...
...
@@ -9,13 +30,13 @@ Version 0.0.5:
- strip common domain suffix from nodes and instances, so that output
is shorter and hopefully clearer
Version 0.0.4:
Version 0.0.4
(Sun, 15 Feb 2009)
:
- better balancing algorithm in hbal
- implemented an RAPI collector, now the cluster data can be gathered
automatically via RAPI and doesn't need manual export of node and
instance list
Version 0.0.3:
Version 0.0.3
(Wed, 28 Jan 2009)
:
- initial release of the hbal, a cluster rebalancing tool
- input data format changed due to hbal requirements
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment