(2.10) Hotplug: Update manpages and NEWS
authorDimitris Aragiorgis <dimara@grnet.gr>
Wed, 9 Oct 2013 14:45:37 +0000 (17:45 +0300)
committerDimitris Aragiorgis <dimara@grnet.gr>
Thu, 27 Mar 2014 07:56:56 +0000 (09:56 +0200)
Add --hotplug entry in gnt-instance manpage.
Add NEWS entry for hotplug support.
In both cases mention that hotplug is only supported for
the KVM Hypervisor version >= 1.0.

Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Signed-off-by: Thomas Thrainer <thomasth@google.com>
Reviewed-by: Thomas Thrainer <thomasth@google.com>

Conflicts:
NEWS

Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>

NEWS
man/gnt-instance.rst

diff --git a/NEWS b/NEWS
index 8ce897c..d7c7faf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,10 @@ Incompatible/important changes
 New features
 ~~~~~~~~~~~~
 
+- Hotplug support. Introduce new option --hotplug to gnt-instance modify
+  so that disk and NIC modifications take effect without the need of actual
+  reboot. This feature is currently supported only for KVM hypervisor with
+  version greater than 1.0.
 - The :doc:`Remote API <rapi>` daemon now supports a command line flag
   to always require authentication, ``--require-authentication``. It can
   be specified in ``$sysconfdir/default/ganeti``.
index eaa59c1..217a751 100644 (file)
@@ -1119,6 +1119,7 @@ MODIFY
 | [\--offline \| \--online]
 | [\--submit]
 | [\--ignore-ipolicy]
+| [\--hotplug]
 | {*instance*}
 
 Modifies the memory size, number of vcpus, ip address, MAC address
@@ -1194,6 +1195,11 @@ immediately.
 If ``--ignore-ipolicy`` is given any instance policy violations occuring
 during this operation are ignored.
 
+If ``--hotplug`` is given any disk and nic modifications will take
+effect without the need of actual reboot. Please note that this feature
+is currently supported only for KVM hypervisor and for versions greater
+than 1.0.
+
 See **ganeti**\(7) for a description of ``--submit`` and other common
 options.