[one-users] ONE-2 vs Ubuntu 10.10 : Error on deploying image when arch type not set in deployment file
Olivier Sallou
olivier.sallou at irisa.fr
Fri Oct 22 08:00:41 PDT 2010
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
More information about the Users
mailing list