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
9b603bff
Commit
9b603bff
authored
17 years ago
by
Alexander Schreiber
Browse files
Options
Downloads
Patches
Plain Diff
Update online help and manpage to include drbd disk type.
Reviewed-by: imsnah
parent
8b084a1a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
man/gnt-node.sgml
+1
-1
1 addition, 1 deletion
man/gnt-node.sgml
scripts/gnt-node
+2
-1
2 additions, 1 deletion
scripts/gnt-node
with
3 additions
and
2 deletions
man/gnt-node.sgml
+
1
−
1
View file @
9b603bff
...
...
@@ -139,7 +139,7 @@
This command will change the secondary node from the source
node to the destination node for all instances having the
source node as secondary. It works only for instances having
a remote
raid disk layout.
a remote
_
raid
1 or drbd
disk layout.
</para>
<para>
...
...
This diff is collapsed.
Click to expand it.
scripts/gnt-node
+
2
−
1
View file @
9b603bff
...
...
@@ -285,7 +285,8 @@ commands = {
[
DEBUG_OPT
,
FORCE_OPT
],
"
[-f] <src_node> <dst_node>
"
,
"
Relocate the secondary instances from the first node
"
"
to the second one (only for instances of type remote_raid1)
"
),
"
to the second one (only for instances of type remote_raid1
"
"
drbd)
"
),
'
failover
'
:
(
FailoverNode
,
ARGS_ONE
,
[
DEBUG_OPT
,
FORCE_OPT
,
make_option
(
"
--ignore-consistency
"
,
dest
=
"
ignore_consistency
"
,
...
...
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