[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2014-07-12 Thread Joe Gordon
** Changed in: nova
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2014-02-25 Thread Somnath Mani
Ran in to the same issue with Ubuntu-12.04. I am trying to set up nova compute 
in a VM. I wanted to use libvit_type=qemu but i kept getting the error hvm not 
supported.
Just when I was about to give up and try to reboot my host with nested 
virtualization capability, I realized that I was adding
libvirt_type=qemu in /etc/nova/nova.conf while I should really be adding it in 
/etc/nov/nova-compute.conf

Doing that resolved my issue! I can now launch a nested VM using qemu.
Hope this helps someone :-)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-10-25 Thread kayn
I know that it's old thread but me helped change line to
libvirt_type=qemu in /etc/nova/nova-compute.conf

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-05-30 Thread Clint Byrum
I just hit this on Ubuntu 12.10 running trunk nova to try and spin up
nested kvm VMs:

# virsh capabilities
capabilities

  host
uuid3d39c1b1-7f6a-5536-de6e-c450da2036c8/uuid
cpu
  archi686/arch
  modelqemu32/model
  vendorIntel/vendor
  topology sockets='1' cores='1' threads='1'/
  feature name='hypervisor'/
  feature name='popcnt'/
/cpu
power_management
  suspend_mem/
  suspend_disk/
  suspend_hybrid/
/power_management
migration_features
  live/
  uri_transports
uri_transporttcp/uri_transport
  /uri_transports
/migration_features
secmodel
  modelapparmor/model
  doi0/doi
/secmodel
  /host

  guest
os_typehvm/os_type
arch name='i686'
  wordsize32/wordsize
  emulator/usr/bin/qemu-system-x86_64/emulator
  machinepc-1.2/machine
  machinenone/machine
  machine canonical='pc-1.2'pc/machine
  machinepc-1.1/machine
  machinepc-1.0/machine
  machinepc-0.15/machine
  machinepc-0.14/machine
  machinepc-0.13/machine
  machinepc-0.12/machine
  machinepc-0.11/machine
  machinepc-0.10/machine
  machineisapc/machine
  domain type='qemu'
  /domain
/arch
features
  cpuselection/
  deviceboot/
  pae/
  nonpae/
  acpi default='on' toggle='yes'/
  apic default='on' toggle='no'/
/features
  /guest

  guest
os_typehvm/os_type
arch name='x86_64'
  wordsize64/wordsize
  emulator/usr/bin/qemu-system-x86_64/emulator
  machinepc-1.2/machine
  machinenone/machine
  machine canonical='pc-1.2'pc/machine
  machinepc-1.1/machine
  machinepc-1.0/machine
  machinepc-0.15/machine
  machinepc-0.14/machine
  machinepc-0.13/machine
  machinepc-0.12/machine
  machinepc-0.11/machine
  machinepc-0.10/machine
  machineisapc/machine
  domain type='qemu'
  /domain
/arch
features
  cpuselection/
  deviceboot/
  acpi default='on' toggle='yes'/
  apic default='on' toggle='no'/
/features
  /guest

/capabilities


2013-05-30 17:19:06,688.688 18123 ERROR nova.compute.manager 
[req-a6ee869a-1875-4dd1-a832-1311cf208239 8a4a185b7a9f4256
92145162eef5a8da c82b41ffcf5e4d63bce6d2520b26dbf1] [instance: 
fd55b74c-48b3-43ee-ad24-f20efaeb2b88] Error: ['Traceback 
(most recent call last):\n', '  File 
/opt/stack/venvs/nova/local/lib/python2.7/site-packages/nova/compute/manager.py,
 line 949, in _build_instance\nset_access_ip=set_access_ip)\n', '  File 
/opt/stack/venvs/nova/local/lib/python2.7/
site-packages/nova/compute/manager.py, line 1154, in _spawn\n
LOG.exception(_(\'Instance failed to spawn\'), instan
ce=instance)\n', '  File /usr/lib/python2.7/contextlib.py, line 24, in 
__exit__\nself.gen.next()\n', '  File /op
t/stack/venvs/nova/local/lib/python2.7/site-packages/nova/compute/manager.py, 
line 1150, in _spawn\nblock_device_i
nfo)\n', '  File 
/opt/stack/venvs/nova/local/lib/python2.7/site-packages/nova/virt/libvirt/driver.py,
 line 1534, in s
pawn\nblock_device_info)\n', '  File 
/opt/stack/venvs/nova/local/lib/python2.7/site-packages/nova/virt/libvirt/driver.py,
 line 2451, in _create_domain_and_network\ndomain = 
self._create_domain(xml, instance=instance)\n', '  File 
/opt/stack/venvs/nova/local/lib/python2.7/site-packages/nova/virt/libvirt/driver.py,
 line 2411, in _create_domain\ndomain = self._conn.defineXML(xml)\n', '  
File /usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 187, in doit\n  
  result = proxy_call(self._autowrap, f, *args, **kwargs)\n', '  File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 147, in proxy_call\n 
   rv = execute(f,*args,**kwargs)\n', '  File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 76, in tworker\n
rv = meth(*args,**kwargs)\n', '  File 
/usr/lib/python2.7/dist-packages/libvirt.py, line 2539, in defineXML\nif 
ret is None:raise libvirtError(\'virDomainDefineXML() failed\', conn=self)\n', 
libvirtError: internal error no supported architecture for os type 'hvm'\n]

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-05-30 Thread Clint Byrum
So, this happened because I had misconfigured my guest (not the nested
guest) and no virtualization was available. Once I enabled vmx on it,
things work fine. Removing myself as affected.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-05-22 Thread shedoh
@ Serge

I write down the process I have tried to solve this issue...

First the nova-compute.log show an ERROR as follow...

2013-05-21 16:19:11.230 ERROR nova.compute.manager [req-0e30e53b-
8d93-4a0b-b378-672a02d6eb417c0d5d8e458f4580972e14af22e8a6ca
8d6292b82686470bb5a46d3c1a565c03] [instance:
71c40047-8422-4623-aaf0-f06353dfcb75] Error: ['Traceback (most recent
call last):\n', '  File /usr/lib/python2.7/dist-
packages/nova/compute/manager.py, line 834, in _run_instance\n
set_access_ip=set_access_ip)\n', '  File /usr/lib/python2.7/dist-
packages/nova/compute/manager.py, line 1093, in _spawn\n
LOG.exception(_(\'Instance failed to spawn\'), instance=instance)\n', '
File /usr/lib/python2.7/contextlib.py, line 24, in __exit__\n
self.gen.next()\n', '  File /usr/lib/python2.7/dist-
packages/nova/compute/manager.py, line 1089, in _spawn\n
block_device_info)\n', '  File /usr/lib/python2.7/dist-
packages/nova/virt/libvirt/driver.py, line 1520, in spawn\n
block_device_info)\n', '  File /usr/lib/python2.7/dist-
packages/nova/virt/libvirt/driver.py, line 2435, in
_create_domain_and_network\ndomain = self._create_domain(xml,
instance=instance)\n', '  File /usr/lib/python2.7/dist-
packages/nova/virt/libvirt/driver.py, line 2395, in _create_domain\n
domain = self._conn.defineXML(xml)\n', '  File /usr/lib/python2.7/dist-
packages/eventlet/tpool.py, line 187, in doit\nresult =
proxy_call(self._autowrap, f, *args, **kwargs)\n', '  File
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 147, in
proxy_call\nrv = execute(f,*args,**kwargs)\n', ' File
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 76, in
tworker\nrv = meth(*args,**kwargs)\n', '  File /usr/lib/python2.7
/dist-packages/libvirt.py, line 2760, in defineXML\nif ret is
None:raise libvirtError(\'virDomainDefineXML() failed\', conn=self)\n',
libvirtError: internal error no supported architecture for os type
'hvm'\n]

Then I check the /usr/lib/python2.7/dist-packages/libvirt.py at line
2760, it is a function in class virConnect

def defineXML(self, xml):
ret = libvirtmod.virDomainDefineXML(self._o, xml)
if ret is None:raise libvirtError('virDomainDefineXML() failed', 
conn=self)
__tmp = virDomain(self,_obj=ret)
return __tmp

To output the xml I add some code as follow and restart nova-compute
service

def defineXML(self, xml):
# save xml files to a temporary location
import __builtin__ as bu
f = bu.open(/tmp/libvirt.xml, w)
f.write(xml) # Write a string to a file
f.close()

ret = libvirtmod.virDomainDefineXML(self._o, xml)
if ret is None:raise libvirtError('virDomainDefineXML() failed', 
conn=self)
__tmp = virDomain(self,_obj=ret)
return __tmp

When re-create a vm use OpenStack Dashboard, I got the /tmp/libvirt.xml
as follow

 domain type=kvm
  uuid563fab12-f8b3-4689-b9b6-b3ba89c98246/uuid
  nameinstance-0007/name
  memory524288/memory
  vcpu1/vcpu
  sysinfo type=smbios
system
  entry name=manufacturerOpenStack Foundation/entry
  entry name=productOpenStack Nova/entry
  entry name=version2013.1/entry
  entry name=serialc56740d8-bfbc-db37-fe43-75ba7c50cdb8/entry
  entry name=uuid563fab12-f8b3-4689-b9b6-b3ba89c98246/entry
/system
  /sysinfo
  os
typehvm/type
boot dev=hd/
smbios mode=sysinfo/
  /os
  features
acpi/
apic/
  /features
  clock offset=utc
timer name=pit tickpolicy=delay/
timer name=rtc tickpolicy=catchup/
  /clock
  cpu mode=host-model match=exact/
  devices
disk type=file device=disk
  driver name=qemu type=qcow2 cache=none/
  source 
file=/var/lib/nova/instances/563fab12-f8b3-4689-b9b6-b3ba89c98246/disk/
  target bus=virtio dev=vda/
/disk
interface type=bridge
  mac address=fa:16:3e:dd:b1:94/
  model type=virtio/
  source bridge=br-int/
  target dev=tapcd5492b6-18/
  virtualport type=openvswitch
parameters interfaceid=cd5492b6-1835-464a-b705-d5fed0766237/
  /virtualport
/interface
serial type=file
  source 
path=/var/lib/nova/instances/563fab12-f8b3-4689-b9b6-b3ba89c98246/console.log/
/serial
serial type=pty/
input type=tablet bus=usb/
graphics type=vnc autoport=yes keymap=en-us listen=0.0.0.0/
  /devices
/domain

One can find the first line (domain type=kvm) that it still specify to use 
KVM rather than Qemu, though I already specify libvirt_type=qemu in 
nova.conf. According to #3 @Jamie's post, I found two possible way to solve it.
1. change the first line to domain type=qemu
2. change the line 16 to type arch='x86_64'hvm/type

For testing, I have added some code in /usr/lib/python2.7/dist-
packages/libvirt.py to change the xml (ex. xml =
xml.replace('type=kvm', 'type=qemu',1)). Both method works fine.

So I still do not sure is it the bug of libvirt of Nova?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed 

[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-05-21 Thread shedoh
Hi,

Any update / solution on this issue?

I got the same problem as I install OpenStack Grizzly on VM with OS Ubuntu 
12.04 (The Host OS is Ubuntu 12.04 as well).
set libvirt_type=qemu in nova.conf does not work too.

When execute virsh capabilities I got...

    some information omited...
  guest
os_typehvm/os_type
arch name='x86_64'
  wordsize64/wordsize
  emulator/usr/bin/qemu-system-x86_64/emulator
  machinepc-1.0/machine
  machine canonical='pc-1.0'pc/machine
  machinepc-0.14/machine
  machinepc-0.13/machine
  machinepc-0.12/machine
  machinepc-0.11/machine
  machinepc-0.10/machine
  machineisapc/machine
  domain type='qemu'
  /domain
/arch
features
  cpuselection/
  deviceboot/
  acpi default='on' toggle='yes'/
  apic default='on' toggle='no'/
/features
  /guest

The domain type is already qemu. I can create VM with virt-manager
without any problem.

@To Valeriy,
   I cannot find libvirt.xml.template in my machine. The libvirt version I 
installed is 1.0.2 on Ubuntu 12.04. Any suggestion?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-05-21 Thread Serge Hallyn
@shedoh,

Please post the full xml for a failing vm.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-03-18 Thread Davanum Srinivas (DIMS)
** Changed in: nova
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2013-02-05 Thread Valeriy Belavin
Hello!

It is quite simple to reproduce this error. I can give you the info, if
you like. So  far, I've made the following:

1. sudo nano /usr/share/pyshared/nova/virt/libvirt.xml.template, and
changed the first line from

domain type='${type}'

into

domain type='qemu'

2. sudo service restart nova-compute

And now I am able to run Openstack with qemu under VirtualBox.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-12-13 Thread Thierry Carrez
We cannot solve the issue you reported without more information. Could
you please provide the requested information ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-11-09 Thread Launchpad Bug Tracker
[Expired for nova (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nova (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-11-09 Thread Launchpad Bug Tracker
[Expired for libvirt (Ubuntu) because there has been no activity for 60
days.]

** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-09-10 Thread Thierry Carrez
@Jonathan: Looks like a different issue, like KVM not installed or your CPU 
doesn't support virt extensions.
@Jamie: does comment #5 resolve your issue?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-08-16 Thread James Page
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

** Changed in: nova (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-08-16 Thread Jonathan Vargas
This is my first time installing OpenStack. I am exactly the same issue
when I boot a image I downloaded for testing purposes.

I noticed /dev/kvm doesn't exists. Should it? I am running OpenStack
from a VBox virtual machinne. The Host is powered with full
virtualization capabilities. Here are my logs:

 * https://gist.github.com/3374691

I tried to follow steps in:

http://www.hastexo.com/resources/docs/installing-openstack-
essex-4-ubuntu-1204-precise-pangolin/step-6-your-first-vm

Thanks in advance.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-08-15 Thread Serge Hallyn
@Jamie,

does comment #5 resolve the issue?


** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-08-15 Thread Serge Hallyn
** Changed in: nova
   Status: New = Incomplete

** Changed in: nova (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-08-06 Thread Daniel Berrange
$ virsh define /tmp/foo.xml
error: Failed to define domain from /tmp/foo.xml
error: internal error no supported architecture for os type 'hvm'


This means that libvirt can't find any way to provide the requested domain 
configuration.  Since your XML shows you requested KVM, most likely this means 
that you have not got a KVM binary installed, or /dev/kvm does not exist.

Checking 'virsh capabilities' will show what  ostype/hvtype/arch
combinations libvirt has detected. Once you make virsh capabilities show
the hvm+kvm+arch combination needed by the XML, then OpenStack should
work as expected

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-07-31 Thread Chuck Short
** Also affects: nova
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031063] Re: internal error no supported architecture for os type 'hvm'

2012-07-30 Thread Jamie Strandboge
** Summary changed:

- domain type is always 'kvm', even when kvm is not available
+ internal error no supported architecture for os type 'hvm'

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031063

Title:
  internal error no supported architecture for os type 'hvm'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1031063/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs