Revision 67c450d1

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
1108 1108
| [\--offline \| \--online]
1109 1109
| [\--submit]
1110 1110
| [\--ignore-ipolicy]
1111
| [\--hotplug]
1111 1112
| {*instance*}
1112 1113

  
1113 1114
Modifies the memory size, number of vcpus, ip address, MAC address
......
1183 1184
If ``--ignore-ipolicy`` is given any instance policy violations occuring
1184 1185
during this operation are ignored.
1185 1186

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

  
1186 1192
See **ganeti**\(7) for a description of ``--submit`` and other common
1187 1193
options.
1188 1194

  

Also available in: Unified diff