From 95a5d0fb44d4e201cf7ecca44decba26ceb47981 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Fri, 9 Oct 2009 14:03:39 +0100 Subject: [PATCH] Update gnt-instance(8) for shutdown --timeout Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- man/gnt-instance.sgml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml index e085cdc42..908c25ec3 100644 --- a/man/gnt-instance.sgml +++ b/man/gnt-instance.sgml @@ -1526,6 +1526,8 @@ instance5: 11225 <cmdsynopsis> <command>shutdown</command> <sbr> + <arg>--timeout=<replaceable>N</replaceable></arg> + <sbr> <arg>--force-multiple</arg> <sbr> <group choice="opt"> @@ -1549,6 +1551,13 @@ instance5: 11225 switching off the power on a physical machine). </para> + <para> + The <option>--timeout</option> is used to specify how much time to + wait before forcing the shutdown (xm destroy in xen, killing the kvm + process, for kvm). By default two minutes are given to each instance + to stop. + </para> + <para> The <option>--instance</option>, <option>--node</option>, <option>--primary</option>, <option>--secondary</option> and -- GitLab