nova instance failed to start.
Hi,
First of all pls, forgive me, I'm new and may be missing something simple. Some messages in the nova-compute.log seem curious.
ie. "libvirtError: internal error no supported architecture for os type 'hvm' " I also see an entries for qemu and kvm. I think I should be using kvm according to my nova.conf.
Any pointers very welcome.
Begin Verbose DUMP -----
Env:
Installed Ubuntu 11.04 and the nova package that comes with it. Also installed Glance and swift. kvm is also installed. Ubuntu is running as a VM om my Mac via VMWARE fusion. All services are running off this one server for now.
nova.conf:
--dhcpbridge=/usr/bin/nova-dhcpbridge --lock_path=/var/lock/nova --cc_host=172.16.20.111 --use_ipv6=false --ca_path=/var/lib/nova/CA --keys_path=/var/lib/nova/keys --networks_path=/var/lib/nova/networks --instances_path=/var/lib/nova/instances --images_path=/var/lib/nova/images --buckets_path=/var/lib/nova/buckets --libvirt_type=kvm --volume_group=nova-volumes --glance_host=172.16.20.111 --glance_port=9292 --image_service=nova.image.glance.GlanceImageService --vnc_console_proxy_url=http://172.16.20.111:6080 --vnc_enabled=True --vncproxy_host=172.16.20.111 --daemonize=1 --my_ip=172.16.20.111 --network_manager=nova.network.manager.FlatManager --fixed_range=172.16.20.0/25 --num_networks=1 --public_interface=eth0 --flat_injected=true --rabbit_host=172.16.20.111 --s3_host=172.16.20.111 --cc_host=172.16.20.111 --ec2_url=http://172.16.20.111:8773/services/Cloud --logdir=/var/log/nova --state_path=/var/lib/nova --verbose
glance.conf [DEFAULT] verbose = True debug = False [app:glance-api] paste.app_factory = glance.server:app_factory default_store = file bind_host = 0.0.0.0 bind_port = 9292 registry_host = 0.0.0.0 registry_port = 9191 filesystem_store_datadir=/var/lib/glance/images/ swift_store_auth_address = 127.0.0.1:8080/v1.0/ swift_store_user = chris swift_store_key = a86850deb2742ec3cb41518e26aa2d89 swift_store_container = glance swift_store_create_container_on_put = True [app:glance-registry] paste.app_factory = glance.registry.server:app_factory bind_host = 0.0.0.0 bind_port = 9191 sql_connection = sqlite:////var/lib/glance/glance.sqlite sql_idle_timeout = 3600
nova-manage service list nova-manage service list ubuntuServer nova-compute enabled :-) 2011-05-09 03:22:25.182752 ubuntuServer nova-scheduler enabled :-) 2011-05-09 03:22:25.498640 ubuntuServer nova-network enabled :-) 2011-05-09 03:22:25.287896 ubuntuServer nova-volume enabled :-) 2011-05-09 03:22:25.004466
sudo nova-manage vm list
instance node type state launched image kernel ramdisk project user zone index
i-00000001 ubuntuServer <nova.db.sqlalchemy.models.instancetypes object="" at="" 0x3183350=""> shutdown None 2 1 dev chris None 0
i-00000002 ubuntuServer <nova.db.sqlalchemy.models.instancetypes object="" at="" 0x3183350=""> shutdown None 2 1 dev chris None 0
i-00000003 ubuntuServer <nova.db.sqlalchemy.models.instancetypes object="" at="" 0x3183350=""> shutdown None 2 1 dev chris None 0
i-00000004 ubuntuServer <nova.db.sqlalchemy.models.instancetypes object="" at="" 0x3183350=""> shutdown None 2 1 dev chris None 0
i-00000005 ubuntuServer <nova.db.sqlalchemy.models.instancetypes object="" at="" 0x3183350=""> shutdown None 2 1 dev chris None 0
i-00000006 ubuntuServer <nova.db.sqlalchemy.models.instancetypes object="" at="" 0x3183350=""> shutdown None 2 1 dev chris None 0
i-00000007 ubuntuServer <nova.db.sqlalchemy.models.instancetypes object="" at="" 0x3183350=""> shutdown None 2 1 dev chris nova 0
i-00000008 ubuntuServer <nova.db ...