From d00542030aca4840c72544190a4aabfe8bc63bc2 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Mon, 13 Dec 2010 11:57:25 +0000
Subject: [PATCH] update gnt-instance manpage about self-rename

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 man/gnt-instance.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst
index e269a9563..310a0e016 100644
--- a/man/gnt-instance.rst
+++ b/man/gnt-instance.rst
@@ -1042,6 +1042,10 @@ resolves to must not be reachable (in order to prevent duplicate IPs
 the next time the instance is started). The IP test can be skipped if
 the ``--no-ip-check`` option is passed.
 
+Note that you can rename an instance to its same name, to force
+re-executing the os-specific rename script for that instance, if
+needed.
+
 The ``--no-name-check`` skips the check for the new instance name via
 the resolver (e.g. in DNS or /etc/hosts, depending on your setup) and
 that the resolved name matches the provided name. Since the name check
-- 
GitLab