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
c5bd8d89
Commit
c5bd8d89
authored
16 years ago
by
Iustin Pop
Browse files
Options
Downloads
Patches
Plain Diff
Updated new in preparation for the 0.0.7 release
parent
6ef35e3c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+28
-3
28 additions, 3 deletions
NEWS
with
28 additions
and
3 deletions
NEWS
+
28
−
3
View file @
c5bd8d89
Version 0.0.7 (Mon, 23 Mar 2009):
- added support for offline nodes, which are not used as targets for
instance relocation and if they hold instances the hbal algorithm
will attempt to relocate these away
- added support for offline instances, which now will no longer skew
the free memory estimation of nodes; the algorithm will no longer
create conditions for N+1 failures when such instances are later
started
- implemented a complete model of node resources, in order to
prevent an unintended re-occurrence of cases like the offline
instance were we miscalculate some node resource; this gives warning
now in case the node reported free disk or free memory deviates by
more than a set amount from the expected value
- a new tool *hscan* that can generate the input text-file for the
other tools by collection via RAPI
- some small changes to the build system to make it more friendly;
also included the generated documentation in the source archive
Version 0.0.6 (Mon, 16 Mar 2009):
- refactored the hbal algorithm to make it stable in the sense that it
- re
-
factored 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
rou
n
ding 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
...
...
@@ -40,4 +58,11 @@ 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
Previous version was initial announcement.
Version 0.0.2 (Tue, 06 Jan 2009):
- fix handling of some common cases (cluster N+1 compliant from the
start, too big depth given, failure to compute solution)
- add option to print the needed command list for reaching the
proposed solution
Version 0.0.1 (Tue, 06 Jan 2009):
- initial release of hn1 tool
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