Daniel Dehennin <daniel.dehen...@baby-gnu.org> writes:

> Hello,

Hello,

> We encounter an issue with Ubuntu 12.04: the display is frozen just
> after the boot.
>
> After some tests, I found that defining the following RAW section solve
> our issue:
>
>     <devices><video><model type='vga' heads='1'/></video></devices>
>
> I would like to add it for all VMs, so I modify
> /etc/one/vmm_exec/vmm_exec_kvm.conf:
>
>     RAW      = "<devices><video><model type='vga' 
> heads='1'/></video></devices>"
>
> But just modifying this file does not work, is it required to restart 
> opennebula?

I have my answer:

- /etc/one/vmm_exec/vmm_exec_kvm.conf is applied this moring after
  restarting ONE that night

- RAW section in /etc/one/vmm_exec/vmm_exec_kvm.conf is not overridden,
  resulting in multiple <video> cards:

      <devices>
        <video>
          <model type='vga' heads='1'/>
        </video>
      </devices>

      <devices><video><model type='vga' heads='1'/></video></devices>

Is it the expected behaviour?

According to the configuration file, defining a raw section in a VM
template should be overridden:

    # Default configuration attributes for the KVM driver
    # (all domains will use these values as defaults).  These values can
    # be overridden in each VM template. Valid atributes are:

Regards.
-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF

Attachment: pgpjjlaW5mpZo.pgp
Description: PGP signature

_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to