From 2d1153739f79523df60ac9a3047a6e476ce68aca Mon Sep 17 00:00:00 2001 From: Alexander Schreiber Date: Tue, 7 Oct 2008 12:19:10 +0000 Subject: [PATCH] Change default instance reboot type to hard. Reviewed-by: ultrotter, iustinp --- man/gnt-instance.sgml | 2 +- scripts/gnt-instance | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml index 74db48d..d9758d6 100644 --- a/man/gnt-instance.sgml +++ b/man/gnt-instance.sgml @@ -1016,7 +1016,7 @@ recreates the hypervisor config for the instance and starts the instance. A full reboot does the equivalent of gnt-instance shutdown && gnt-instance - startup. The default is soft reboot. + startup. The default is hard reboot. diff --git a/scripts/gnt-instance b/scripts/gnt-instance index bd1abf8..170fc46 100755 --- a/scripts/gnt-instance +++ b/scripts/gnt-instance @@ -1210,7 +1210,7 @@ commands = { default=None, type="string", metavar=""), 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=""), make_option("--ignore-secondaries", dest="ignore_secondaries", default=False, action="store_true", -- 1.7.10.4