From d13cc2f9b3993f1ea069bc504017d82acd635826 Mon Sep 17 00:00:00 2001 From: Dimitris Aragiorgis Date: Wed, 9 Oct 2013 17:45:37 +0300 Subject: [PATCH] (2.10) Hotplug: Update manpages and NEWS 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 Signed-off-by: Thomas Thrainer Reviewed-by: Thomas Thrainer Conflicts: NEWS Signed-off-by: Dimitris Aragiorgis --- NEWS | 4 ++++ man/gnt-instance.rst | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 8ce897c..d7c7faf 100644 --- 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 ` daemon now supports a command line flag to always require authentication, ``--require-authentication``. It can be specified in ``$sysconfdir/default/ganeti``. diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst index eaa59c1..217a751 100644 --- a/man/gnt-instance.rst +++ b/man/gnt-instance.rst @@ -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. -- 1.7.10.4