From c2b05d853ec44201234c36a16bb9c8df3f483351 Mon Sep 17 00:00:00 2001 From: Alexander Schreiber <als@google.com> Date: Wed, 8 Oct 2008 23:13:54 +0000 Subject: [PATCH] Update documentation & man pages for changed hypervisor names. Reviewed-by: imsnah --- doc/design-2.0-commandline-parameters.rst | 2 +- man/gnt-cluster.sgml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/design-2.0-commandline-parameters.rst b/doc/design-2.0-commandline-parameters.rst index f0dd12b26..7964d6f66 100644 --- a/doc/design-2.0-commandline-parameters.rst +++ b/doc/design-2.0-commandline-parameters.rst @@ -190,7 +190,7 @@ option is as follows: --hypervisor $HYPERVISOR:$OPTION=$VALUE[,$OPTION=$VALUE] :$HYPERVISOR: symbolic name of the hypervisor to use, string, - has to match the supported hypervisors. Example: xen-3.0 + has to match the supported hypervisors. Example: xen-pvm :$OPTION: hypervisor option name, string :$VALUE: hypervisor option value, string diff --git a/man/gnt-cluster.sgml b/man/gnt-cluster.sgml index 0ffa7d7da..6af0c3f5e 100644 --- a/man/gnt-cluster.sgml +++ b/man/gnt-cluster.sgml @@ -259,10 +259,10 @@ <para> The <option>-t</option> allows to set the hypervisor type of - the cluster. Available hypervisor types are: xen-3.0, fake and - xen-hvm3.1. The default is the xen-3.0 hypervisor. + the cluster. Available hypervisor types are: xen-pvm, fake and + xen-hvm. The default is the xen-pvm hypervisor. Note that if you init the cluster with hypervisor-type - xen-hvm3.1 you also need to provide the cluster VNC password + xen-hvm you also need to provide the cluster VNC password file <filename>/etc/ganeti/vnc-cluster-password</filename> because HVM instances require it for VNC console authentication. -- GitLab