Unable to import guestfsfalling back to VFSLocalFS
Hi all,
we having a problem to create new instances on a new compute node. the compute node is installed with nova-compute version: 1:2014.2.2-0ubuntu1~cloud0
The main errors in the log file are:
- Unable to import guestfsfalling back to VFSLocalFS
- Error defining a domain with XML: domain type="kvm"
Any suggestions? Thanks in advance,
Alon here is the log file of nova-compute.log:
2015-04-01 20:13:31.652 4698 AUDIT nova.compute.manager [req-d77ecf7b-8e11-4686-9aa2-da61cc9f9a48 None] [instance: 50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6] Starting instance...
2015-04-01 20:13:31.760 4698 AUDIT nova.compute.claims [-] [instance: 50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6] Attempting claim: memory 512 MB, disk 1 GB
2015-04-01 20:13:31.761 4698 AUDIT nova.compute.claims [-] [instance: 50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6] Total memory: 3863 MB, used: 512.00 MB
2015-04-01 20:13:31.762 4698 AUDIT nova.compute.claims [-] [instance: 50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6] memory limit: 5794.50 MB, free: 5282.50 MB
2015-04-01 20:13:31.762 4698 AUDIT nova.compute.claims [-] [instance: 50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6] Total disk: 68 GB, used: 0.00 GB
2015-04-01 20:13:31.763 4698 AUDIT nova.compute.claims [-] [instance: 50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6] disk limit not specified, defaulting to unlimited
2015-04-01 20:13:31.775 4698 AUDIT nova.compute.claims [-] [instance: 50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6] Claim successful
2015-04-01 20:13:31.883 4698 INFO nova.scheduler.client.report [-] Compute_service record updated for ('ubuntuServer4', 'ubuntuServer4')
2015-04-01 20:13:32.001 4698 INFO nova.scheduler.client.report [-] Compute_service record updated for ('ubuntuServer4', 'ubuntuServer4')
2015-04-01 20:13:32.360 4698 INFO nova.virt.libvirt.driver [-] [instance: 50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6] Creating image
2015-04-01 20:13:32.543 4698 INFO nova.scheduler.client.report [-] Compute_service record updated for ('ubuntuServer4', 'ubuntuServer4')
2015-04-01 20:13:32.704 4698 INFO nova.virt.disk.vfs.api [-] Unable to import guestfsfalling back to VFSLocalFS
2015-04-01 20:13:34.019 4698 ERROR nova.virt.libvirt.driver [-] Error defining a domain with XML: <domain type="kvm">
<uuid>50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6</uuid>
<name>instance-0000002c</name>
<memory>524288</memory>
<vcpu cpuset="0-3">1</vcpu>
<metadata>
<nova:instance xmlns:nova="http://openstack.org/xmlns/libvirt/nova/1.0">
<nova:package version="2014.2.2"/>
<nova:name>three</nova:name>
<nova:creationTime>2015-04-01 17:13:32</nova:creationTime>
<nova:flavor name="m1.tiny">
<nova:memory>512</nova:memory>
<nova:disk>1</nova:disk>
<nova:swap>0</nova:swap>
<nova:ephemeral>0</nova:ephemeral>
<nova:vcpus>1</nova:vcpus>
</nova:flavor>
<nova:owner>
<nova:user uuid="268e9696ac504a34a9eb1cb75cb81e35">admin</nova:user>
<nova:project uuid="d21835e6ea054b6799fba4dceaf9edcc">admin</nova:project>
</nova:owner>
<nova:root type="image" uuid="77c39020-845a-487f-ab13-6f79310b78b1"/>
</nova:instance>
</metadata>
<sysinfo type="smbios">
<system>
<entry name="manufacturer">OpenStack Foundation</entry>
<entry name="product">OpenStack Nova</entry>
<entry name="version">2014.2.2</entry>
<entry name="serial">81d86ad7-2351-cb11-8423-e9dd7be011fa</entry>
<entry name="uuid">50a8caa4-dcc2-435d-a13a-0b9d7e9dfab6</entry>
</system>
</sysinfo>
<os>
<type>hvm</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"/>
<timer name="hpet" present="no"/>
</clock>
<cpu mode="host-model" match="exact">
<topology sockets="1" cores="1" threads="1"/>
</cpu>
<devices>
<disk type="file" device="disk">
<driver name="qemu" type="qcow2" cache ...