Revision bf6fe28b

b/doc/install.sgml
249 249
</screen>
250 250
          </para>
251 251
        </formalpara>
252
        <para>
253
          If you want to test the experimental HVM support
254
          with Ganeti and want VNC access to the console of your
255
          instances, set the following two entries in
256
          <filename>/etc/xen/xend-config.sxp</filename>:
257
<screen>
258
(vnc-listen '0.0.0.0')
259
(vncpasswd '')
260
</screen>
261
          You need to restart the Xen daemon for these settings to
262
          take effect:
263
<screen>
264
/etc/init.d/xend restart
265
</screen>
266
        </para>
252 267

  
253 268
      </sect3>
254 269

  
......
736 751
      </para>
737 752

  
738 753
      <para>
754
        To set up the cluster as an HVM cluster, use the
755
        <option>--hypervisor=xen-hvm3.1</option> option to use
756
        the Xen 3.1 HVM hypervisor. Note that with the
757
        experimental HVM support, you will only be able to create
758
        HVM instances in a cluster set to this hypervisor type. Mixed
759
        PVM/HVM clusters are not supported by the Ganeti 1.2
760
        experimental HVM support. You will also need to create the VNC
761
        cluster password  file
762
        <filename>/etc/ganeti/vnc-cluster-password</filename>
763
        which contains one line with the default VNC password for the
764
        cluster. Finally, you need to provide an installation ISO
765
        image for HVM instance which will not only be mapped to the
766
        first CDROM of the instance, but which the instance will also
767
        boot from. This ISO image is expected at
768
        <filename>/srv/ganeti/iso/hvm-install.iso</filename>.
769
      </para>
770

  
771
      <para>
739 772
        You can also invoke the command with the
740 773
        <option>--help</option> option in order to see all the
741 774
        possibilities.
b/man/gnt-cluster.sgml
236 236
        The <option>-b</option> option specifies the default bridge
237 237
        for instances.
238 238
      </para>
239
      <para>
240
        The <option>-t</option> allows to set the hypervisor type of
241
        the cluster. Available hypervisor types are: xen-3.0, fake and
242
        xen-hvm3.1. The default is the xen-3.0 hypervisor.
243
        Note that if you init the cluster with hypervisor-type
244
        xen-hvm3.1 you also need to provide the cluster VNC password
245
        file <filename>/etc/ganeti/vnc-cluster-password</filename> and
246
        the HVM boot ISO image
247
        <filename>/srv/ganeti/iso/hvm-install.iso</filename> because
248
        instances created by the experimental HVM support require them.
249
      </para>
239 250
    </refsect2>
240 251

  
241 252
    <refsect2>

Also available in: Unified diff