Revision 2e2d8c6e

b/NEWS
79 79
New features
80 80
~~~~~~~~~~~~
81 81

  
82
- Hotplug support. Introduce new option --hotplug to gnt-instance modify
83
  so that disk and NIC modifications take effect without the need of actual
84
  reboot. This feature is currently supported only for KVM hypervisor with
85
  version greater than 1.0.
82 86
- The :doc:`Remote API <rapi>` daemon now supports a command line flag
83 87
  to always require authentication, ``--require-authentication``. It can
84 88
  be specified in ``$sysconfdir/default/ganeti``.
b/man/gnt-instance.rst
1105 1105
| [\--offline \| \--online]
1106 1106
| [\--submit]
1107 1107
| [\--ignore-ipolicy]
1108
| [\--hotplug]
1108 1109
| {*instance*}
1109 1110

  
1110 1111
Modifies the memory size, number of vcpus, ip address, MAC address
......
1180 1181
If ``--ignore-ipolicy`` is given any instance policy violations occuring
1181 1182
during this operation are ignored.
1182 1183

  
1184
If ``--hotplug`` is given any disk and nic modifications will take
1185
effect without the need of actual reboot. Please note that this feature
1186
is currently supported only for KVM hypervisor and for versions greater
1187
than 1.0.
1188

  
1183 1189
See **ganeti**\(7) for a description of ``--submit`` and other common
1184 1190
options.
1185 1191

  

Also available in: Unified diff