From ac620f3a2ba6b9ae897c63ef8d0238b1d8e4d321 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Wed, 10 Mar 2010 11:56:51 +0000 Subject: [PATCH] Document boot_order syntax for kvm The gnt-instance manpage only contained the correct syntax for xen-pvm. Specify what the kvm syntax is, and also warn about a problem with virtio+netboot, for older kvm versions. Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- man/gnt-instance.sgml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml index 64ec96105..9651fff6f 100644 --- a/man/gnt-instance.sgml +++ b/man/gnt-instance.sgml @@ -330,6 +330,14 @@ interpreted as 'dc'. </simpara> + <simpara> + For KVM the boot order is either 'cdrom' 'disk' or + 'network'. Please note that older versions of KVM + couldn't netboot from virtio interfaces. This has + been fixed in more recent versions and is confirmed + to work at least with qemu-kvm 0.11.1. + </simpara> + </listitem> </varlistentry> <varlistentry> -- GitLab