hi,
I face an issue when deploying on an Ubuntu 10.10 node.

I have an error:
"internal error no supported architecture for os type 'hvm'"

Virtualization is ok, it works if I create a VM locally with virt-manager.

I took a ONE deployment file generated on a CentOS node (where the same VM was successfully deployed) and tried it on the Ubuntu node. It failed.

Then I updated manually:
<os>
<type>hvm</type>
to
<os>
<type arch='x86_64' >hvm</type>

and deployment was successuful with virsh command.

It seems that there is no default "arch" for os and result in virsh failure.

Is it possible to specify the arch attribute somewhere in the ONE scripts?

Thanks

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

Reply via email to