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
bf2fd71e
Commit
bf2fd71e
authored
Oct 07, 2008
by
Alexander Schreiber
Browse files
Change default instance reboot type to hard.
Merged r1777 from branches/ganeti/ganeti-1.2 Reviewed-by: imsnah
parent
0e861960
Changes
2
Hide whitespace changes
Inline
Side-by-side
man/gnt-instance.sgml
View file @
bf2fd71e
...
...
@@ -1001,7 +1001,7 @@
recreates the hypervisor config for the instance and
starts the instance. A full reboot does the equivalent
of <command>gnt-instance shutdown && gnt-instance
startup</command>. The default is
soft
reboot.
startup</command>. The default is
hard
reboot.
</para>
<para>
...
...
scripts/gnt-instance
View file @
bf2fd71e
...
...
@@ -1119,7 +1119,7 @@ commands = {
default
=
None
,
type
=
"string"
,
metavar
=
"<PARAMS>"
),
make_option
(
"-t"
,
"--type"
,
dest
=
"reboot_type"
,
help
=
"Type of reboot: soft/hard/full"
,
default
=
constants
.
INSTANCE_REBOOT_
SOFT
,
default
=
constants
.
INSTANCE_REBOOT_
HARD
,
type
=
"string"
,
metavar
=
"<REBOOT>"
),
make_option
(
"--ignore-secondaries"
,
dest
=
"ignore_secondaries"
,
default
=
False
,
action
=
"store_true"
,
...
...
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