Revision bf2fd71e

b/man/gnt-instance.sgml
1001 1001
          recreates the hypervisor config for the instance and
1002 1002
          starts the instance. A full reboot does the equivalent
1003 1003
          of <command>gnt-instance shutdown &amp;&amp; gnt-instance
1004
          startup</command>. The default is soft reboot.
1004
          startup</command>. The default is hard reboot.
1005 1005
        </para>
1006 1006

  
1007 1007
        <para>
b/scripts/gnt-instance
1119 1119
                           default=None, type="string", metavar="<PARAMS>"),
1120 1120
               make_option("-t", "--type", dest="reboot_type",
1121 1121
                           help="Type of reboot: soft/hard/full",
1122
                           default=constants.INSTANCE_REBOOT_SOFT,
1122
                           default=constants.INSTANCE_REBOOT_HARD,
1123 1123
                           type="string", metavar="<REBOOT>"),
1124 1124
               make_option("--ignore-secondaries", dest="ignore_secondaries",
1125 1125
                           default=False, action="store_true",

Also available in: Unified diff