Revision c6520286

b/man/gnt-cluster.sgml
263 263
        xen-hvm3.1. The default is the xen-3.0 hypervisor.
264 264
        Note that if you init the cluster with hypervisor-type
265 265
        xen-hvm3.1 you also need to provide the cluster VNC password
266
        file <filename>/etc/ganeti/vnc-cluster-password</filename> and
267
        the HVM boot ISO image
268
        <filename>/srv/ganeti/iso/hvm-install.iso</filename> because
269
        instances created by the experimental HVM support require them.
266
        file <filename>/etc/ganeti/vnc-cluster-password</filename>
267
        because HVM instances require it for VNC console
268
        authentication.
270 269
      </para>
271 270

  
272 271
      <para>
b/man/gnt-instance.sgml
224 224
        </para>
225 225

  
226 226
        <para>
227
          The option is only relevant for Xen HVM instances and
228
          ignored by all other instances types.
227
          The default is not to set an HVM boot order which is
228
          interpreted as 'dc'. This option, like all options starting
229
          with 'hvm', is only relevant for Xen HVM instances and
230
          ignored by all other instance types.
229 231
        </para>
230 232

  
231 233
        <para>
232 234
          The <option>--hvm-acpi</option> option specifies if Xen
233 235
          should enable ACPI support for this HVM instance. Valid
234
          values are true or false.
236
          values are true or false. The default value is false,
237
          disabling ACPI support for this instance.
235 238
        </para>
236 239

  
237 240
        <para>
238 241
          The <option>--hvm-pae</option> option specifies if Xen
239 242
          should enabled PAE support for this HVM instance. Valid
240
          values are true or false.
243
          values are true or false. The default is false, disabling
244
          PAE support for this instance.
241 245
        </para>
242 246

  
243 247
        <para>
244 248
          The <option>--hvm-cdrom-image-path</option> option specifies the
245
          path to the file xen uses to emulate a virtual CDROM drive
249
          path to the file Xen uses to emulate a virtual CDROM drive
246 250
          for this HVM instance. Valid values are either an
247 251
          absolute path to an existing file or None, which disables
248
          virtual CDROM support for this instance.
252
          virtual CDROM support for this instance. The default is
253
          None, disabling virtual CDROM support.
249 254
        </para>
250 255

  
251 256
        <para>
252 257
          The <option>--vnc-bind-address</option> option specifies the
253 258
          address that the VNC listener for this instance should bind
254 259
          to. Valid values are IPv4 addresses. Use the address 0.0.0.0
255
          to bind to all available interfaces.
260
          to bind to all available interfaces (this is the default)
261
          or specify the address of one of the interfaces on the node
262
          to restrict listening to that interface.
256 263
        </para>
257 264

  
258 265
        <para>

Also available in: Unified diff