|
Size: 546
Comment:
|
← Revision 3 as of 2012-05-24 11:14:35 ⇥
Size: 963
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| * Drive mappings : make sure to use UUID= definitions in /etc/fstab, as the mappings in the booted kernel don't seem to obey those set in DISK:TARGET settings in the VM template file. | * Drive mappings : make sure to use {{{UUID=}}} or {{{LABEL=}}} definitions in {{{/etc/fstab}}}, as the mappings in the booted kernel don't necessarily obey those set in {{{DISK:TARGET}}} settings in the VM template file. * libvirt/KVM architecture support : you may wish to change the default {{{arch = "i686"}}} in {{{/etc/one/vmm_exec/vmm_exec_kvm.conf}}} and set explicit values for OS:ARCH mandatory attribute in every VM template, according to the choice of node host arch vs VM image system's arch that you need (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673173 for a discussion). |
This page is intended at giving guidelines on what needs to be defined in a Debian VM template file, to make sure it runs Debian fine (for instance booting an image prepared along the guidelines in OpenNebula/PreparingDebianVmImage).
The OpenNebula (3.2.x) reference documentation is at : http://opennebula.org/documentation:archives:rel3.2:template
Drive mappings : make sure to use UUID= or LABEL= definitions in /etc/fstab, as the mappings in the booted kernel don't necessarily obey those set in DISK:TARGET settings in the VM template file.
libvirt/KVM architecture support : you may wish to change the default arch = "i686" in /etc/one/vmm_exec/vmm_exec_kvm.conf and set explicit values for OS:ARCH mandatory attribute in every VM template, according to the choice of node host arch vs VM image system's arch that you need (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673173 for a discussion).
