[one-users] Default RAW section for all VMs

Daniel Dehennin daniel.dehennin at baby-gnu.org
Tue Jan 28 01:01:50 PST 2014


Daniel Dehennin <daniel.dehennin at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 229 bytes
Desc: not available
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20140128/36f64352/attachment-0002.pgp>


More information about the Users mailing list