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
fcbf0da4
Commit
fcbf0da4
authored
15 years ago
by
Iustin Pop
Browse files
Options
Downloads
Patches
Plain Diff
Enable hbal to use the new command line option
parent
c424cdc8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hbal.1
+7
-0
7 additions, 0 deletions
hbal.1
hbal.hs
+1
-0
1 addition, 0 deletions
hbal.hs
with
8 additions
and
0 deletions
hbal.1
+
7
−
0
View file @
fcbf0da4
...
...
@@ -29,6 +29,7 @@ Algorithm options:
.B "[ --no-disk-moves ]"
.BI "[ -U " util-file " ]"
.B "[ --evac-mode ]"
.BI "[ --exclude-instances " inst... " ]"
.TP
Reporting options:
...
...
@@ -408,6 +409,12 @@ to the ones living on offline/drained nodes. It can be used as a
(bulk) replacement for Ganeti's own \fIgnt-node evacuate\fR, with the
note that it doesn't guarantee full evacuation.
.TP
.BI "--exclude-instances " instances
This parameter marks the given instances (as a comma-separated list)
from being moved during the rebalance. Note that the instances must be
given their full name (as reported by Ganeti).
.TP
.BI "-U" util-file
This parameter specifies a file holding instance dynamic utilisation
...
...
This diff is collapsed.
Click to expand it.
hbal.hs
+
1
−
0
View file @
fcbf0da4
...
...
@@ -74,6 +74,7 @@ options =
,
oDiskMoves
,
oDynuFile
,
oExTags
,
oExInst
,
oShowVer
,
oShowHelp
]
...
...
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