← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1710766] Re: video type error when launching instance in AArch64

 

Reviewed:  https://review.openstack.org/493822
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f0f09530ee9169eb29bc28d4f118676d7dc6640e
Submitter: Jenkins
Branch:    master

commit f0f09530ee9169eb29bc28d4f118676d7dc6640e
Author: Kevin Zhao <kevin.zhao@xxxxxxx>
Date:   Tue Aug 15 09:52:09 2017 +0000

    Add video type virtio for AArch64
    
    Currently only "virtio" type is supported on AArch64, and the
    other "virrus", "qxl" and "vga" don't work on AArch64 according to
    libvirt upstream:
    https://www.redhat.com/archives/libvir-list/2016-September/msg00546.html
    Then this patch adds the virtio for AArch64 and tweaks the related test cases.
    
    Closes-bug: #1710766
    
    Change-Id: Iba8a1e671f2b5759b3d9178aa1871d0cf888b26b
    Signed-off-by: Kevin Zhao <kevin.zhao@xxxxxxx>


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1710766

Title:
  video type error when launching instance in AArch64

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Aug 15 02:53:17 debian nova-compute[2699]: INFO os_vif [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] Successfully plugged vif VIFBridge(active=False,address=fa:16:3e:c9:32:61,bridge_name='qbredc3936d-c5',has_traffic_filtering=True,id=edc3936d-c542-430f-82f2-46e560f2774a,network=Network(e43bd212-675b-4c24-a714-437b57de70b7),plugin='ovs',port_profile=VIFPortProfileOpenVSwitch,preserve_on_delete=False,vif_name='tapedc3936d-c5')
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.virt.libvirt.guest [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] Error launching a defined domain with XML: <domain type='kvm'>
  Aug 15 02:53:18 debian nova-compute[2699]:   <name>instance-00000002</name>
  Aug 15 02:53:18 debian nova-compute[2699]:   <uuid>66569a7e-2695-4de7-868b-5645a6d87926</uuid>
  Aug 15 02:53:18 debian nova-compute[2699]:   <metadata>
  Aug 15 02:53:18 debian nova-compute[2699]:     <nova:instance xmlns:nova="http://openstack.org/xmlns/libvirt/nova/1.0";>
  Aug 15 02:53:18 debian nova-compute[2699]:       <nova:package version="16.0.0"/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <nova:name>test-cirros</nova:name>
  Aug 15 02:53:18 debian nova-compute[2699]:       <nova:creationTime>2017-08-15 02:53:17</nova:creationTime>
  Aug 15 02:53:18 debian nova-compute[2699]:       <nova:flavor name="m1.tiny">
  Aug 15 02:53:18 debian nova-compute[2699]:         <nova:memory>512</nova:memory>
  Aug 15 02:53:18 debian nova-compute[2699]:         <nova:disk>1</nova:disk>
  Aug 15 02:53:18 debian nova-compute[2699]:         <nova:swap>0</nova:swap>
  Aug 15 02:53:18 debian nova-compute[2699]:         <nova:ephemeral>0</nova:ephemeral>
  Aug 15 02:53:18 debian nova-compute[2699]:         <nova:vcpus>1</nova:vcpus>
  Aug 15 02:53:18 debian nova-compute[2699]:       </nova:flavor>
  Aug 15 02:53:18 debian nova-compute[2699]:       <nova:owner>
  Aug 15 02:53:18 debian nova-compute[2699]:         <nova:user uuid="e110fb78d78f4ddfab852f9583911f09">admin</nova:user>
  Aug 15 02:53:18 debian nova-compute[2699]:         <nova:project uuid="bfbe7f35095f462a9ade413c97c98147">admin</nova:project>
  Aug 15 02:53:18 debian nova-compute[2699]:       </nova:owner>
  Aug 15 02:53:18 debian nova-compute[2699]:       <nova:root type="image" uuid="00333e36-70ea-4da8-9508-95074d3612ef"/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </nova:instance>
  Aug 15 02:53:18 debian nova-compute[2699]:   </metadata>
  Aug 15 02:53:18 debian nova-compute[2699]:   <memory unit='KiB'>524288</memory>
  Aug 15 02:53:18 debian nova-compute[2699]:   <currentMemory unit='KiB'>524288</currentMemory>
  Aug 15 02:53:18 debian nova-compute[2699]:   <vcpu placement='static'>1</vcpu>
  Aug 15 02:53:18 debian nova-compute[2699]:   <cputune>
  Aug 15 02:53:18 debian nova-compute[2699]:     <shares>1024</shares>
  Aug 15 02:53:18 debian nova-compute[2699]:   </cputune>
  Aug 15 02:53:18 debian nova-compute[2699]:   <os>
  Aug 15 02:53:18 debian nova-compute[2699]:     <type arch='aarch64' machine='virt-2.9'>hvm</type>
  Aug 15 02:53:18 debian nova-compute[2699]:     <loader readonly='yes' type='pflash'>/usr/share/AAVMF/AAVMF_CODE.fd</loader>
  Aug 15 02:53:18 debian nova-compute[2699]:     <nvram>/var/lib/libvirt/qemu/nvram/instance-00000002_VARS.fd</nvram>
  Aug 15 02:53:18 debian nova-compute[2699]:     <boot dev='hd'/>
  Aug 15 02:53:18 debian nova-compute[2699]:   </os>
  Aug 15 02:53:18 debian nova-compute[2699]:   <features>
  Aug 15 02:53:18 debian nova-compute[2699]:     <acpi/>
  Aug 15 02:53:18 debian nova-compute[2699]:     <apic/>
  Aug 15 02:53:18 debian nova-compute[2699]:     <gic version='2'/>
  Aug 15 02:53:18 debian nova-compute[2699]:   </features>
  Aug 15 02:53:18 debian nova-compute[2699]:   <cpu mode='host-passthrough' check='none'>
  Aug 15 02:53:18 debian nova-compute[2699]:     <topology sockets='1' cores='1' threads='1'/>
  Aug 15 02:53:18 debian nova-compute[2699]:   </cpu>
  Aug 15 02:53:18 debian nova-compute[2699]:   <clock offset='utc'>
  Aug 15 02:53:18 debian nova-compute[2699]:     <timer name='pit' tickpolicy='delay'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     <timer name='rtc' tickpolicy='catchup'/>
  Aug 15 02:53:18 debian nova-compute[2699]:   </clock>
  Aug 15 02:53:18 debian nova-compute[2699]:   <on_poweroff>destroy</on_poweroff>
  Aug 15 02:53:18 debian nova-compute[2699]:   <on_reboot>restart</on_reboot>
  Aug 15 02:53:18 debian nova-compute[2699]:   <on_crash>destroy</on_crash>
  Aug 15 02:53:18 debian nova-compute[2699]:   <devices>
  Aug 15 02:53:18 debian nova-compute[2699]:     <emulator>/usr/bin/qemu-system-aarch64</emulator>
  Aug 15 02:53:18 debian nova-compute[2699]:     <disk type='file' device='disk'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <driver name='qemu' type='qcow2' cache='none'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <source file='/opt/stack/data/nova/instances/66569a7e-2695-4de7-868b-5645a6d87926/disk'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target dev='vda' bus='virtio'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </disk>
  Aug 15 02:53:18 debian nova-compute[2699]:     <controller type='pci' index='0' model='pcie-root'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     <controller type='virtio-serial' index='0'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </controller>
  Aug 15 02:53:18 debian nova-compute[2699]:     <controller type='pci' index='1' model='pcie-root-port'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <model name='pcie-root-port'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target chassis='1' port='0x8'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </controller>
  Aug 15 02:53:18 debian nova-compute[2699]:     <controller type='pci' index='2' model='pcie-root-port'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <model name='pcie-root-port'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target chassis='2' port='0x9'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </controller>
  Aug 15 02:53:18 debian nova-compute[2699]:     <controller type='pci' index='3' model='pcie-root-port'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <model name='pcie-root-port'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target chassis='3' port='0xa'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </controller>
  Aug 15 02:53:18 debian nova-compute[2699]:     <controller type='pci' index='4' model='pcie-root-port'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <model name='pcie-root-port'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target chassis='4' port='0xb'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </controller>
  Aug 15 02:53:18 debian nova-compute[2699]:     <controller type='pci' index='5' model='dmi-to-pci-bridge'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <model name='i82801b11-bridge'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </controller>
  Aug 15 02:53:18 debian nova-compute[2699]:     <controller type='pci' index='6' model='pci-bridge'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <model name='pci-bridge'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target chassisNr='6'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </controller>
  Aug 15 02:53:18 debian nova-compute[2699]:     <controller type='pci' index='7' model='pcie-root-port'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <model name='pcie-root-port'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target chassis='7' port='0xc'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </controller>
  Aug 15 02:53:18 debian nova-compute[2699]:     <interface type='bridge'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <mac address='fa:16:3e:c9:32:61'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <source bridge='qbredc3936d-c5'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target dev='tapedc3936d-c5'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <model type='virtio'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </interface>
  Aug 15 02:53:18 debian nova-compute[2699]:     <serial type='pty'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <log file='/opt/stack/data/nova/instances/66569a7e-2695-4de7-868b-5645a6d87926/console.log' append='off'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target port='0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </serial>
  Aug 15 02:53:18 debian nova-compute[2699]:     <console type='pty'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <log file='/opt/stack/data/nova/instances/66569a7e-2695-4de7-868b-5645a6d87926/console.log' append='off'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target type='serial' port='0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </console>
  Aug 15 02:53:18 debian nova-compute[2699]:     <channel type='spicevmc'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <target type='virtio' name='com.redhat.spice.0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='virtio-serial' controller='0' bus='0' port='1'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </channel>
  Aug 15 02:53:18 debian nova-compute[2699]:     <graphics type='spice' autoport='yes' listen='127.0.0.1' keymap='en-us'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <listen type='address' address='127.0.0.1'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </graphics>
  Aug 15 02:53:18 debian nova-compute[2699]:     <video>
  Aug 15 02:53:18 debian nova-compute[2699]:       <model type='cirrus' vram='16384' heads='1' primary='yes'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x06' slot='0x01' function='0x0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </video>
  Aug 15 02:53:18 debian nova-compute[2699]:     <memballoon model='virtio'>
  Aug 15 02:53:18 debian nova-compute[2699]:       <stats period='10'/>
  Aug 15 02:53:18 debian nova-compute[2699]:       <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
  Aug 15 02:53:18 debian nova-compute[2699]:     </memballoon>
  Aug 15 02:53:18 debian nova-compute[2699]:   </devices>
  Aug 15 02:53:18 debian nova-compute[2699]: </domain>
  Aug 15 02:53:18 debian nova-compute[2699]: : libvirtError: unsupported configuration: this QEMU does not support 'cirrus' video device
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.virt.libvirt.driver [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] [instance: 66569a7e-2695-4de7-868b-5645a6d87926] Failed to start libvirt guest: libvirtError: unsupported configuration: this QEMU does not support 'cirrus' video device
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG nova.virt.libvirt.vif [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] vif_type=ovs instance=Instance(access_ip_v4=None,access_ip_v6=None,architecture=None,auto_disk_config=False,availability_zone='nova',cell_name=None,cleaned=False,config_drive='',created_at=2017-08-15T02:53:07Z,default_ephemeral_device=None,default_swap_device=None,deleted=False,deleted_at=None,device_metadata=None,disable_terminate=False,display_description=None,display_name='test-cirros',ec2_ids=EC2Ids,ephemeral_gb=0,ephemeral_key_uuid=None,fault=<?>,flavor=Flavor(6),host='debian',hostname='test-cirros',id=2,image_ref='00333e36-70ea-4da8-9508-95074d3612ef',info_cache=InstanceInfoCache,instance_type_id=6,kernel_id='',key_data='ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCyvJAqnascMiFCmAe8KZwaC0uQoQ8IRZLAAThW20+WifDR0ZPyu8ba1KhaqEmC92XRQAZ4s1lulCyga4nzpmPXvD9qJKLUUgo1Mv8bsT+U/RGZ0SqMgGA5YRjK6xWXJCFnIsmWmszs/IUIaJkFCDjgeSTabsnrV/ZVgrlk9bp50XmmpmpjO2S4oPUydVgYZXYAqZ5ZWbe9/kYNGHz0K4LJ5UYQdigbEBNcjjDUJ0l6eEuvRKudSPYCkn6+20EldKP+ol/7vg1/G5zzbv2sandnF9bFRkfybVV+4Mfo+T/NvEYcGPTdroNDWU4xVvBYvv2NI/navLHY7b2g21ftZcIl stack@debian
  Aug 15 02:53:18 debian nova-compute[2699]: ',key_name='testkey',keypairs=KeyPairList,launch_index=0,launched_at=None,launched_on='debian',locked=False,locked_by=None,memory_mb=512,metadata={},migration_context=<?>,new_flavor=None,node='debian',numa_topology=None,old_flavor=None,os_type=None,pci_devices=PciDeviceList,pci_requests=InstancePCIRequests,power_state=0,progress=0,project_id='bfbe7f35095f462a9ade413c97c98147',ramdisk_id='',reservation_id='r-q1b340cf',root_device_name='/dev/vda',root_gb=1,security_groups=SecurityGroupList,services=<?>,shutdown_terminate=False,system_metadata={boot_roles='admin',image_base_image_ref='00333e36-70ea-4da8-9508-95074d3612ef',image_container_format='bare',image_disk_format='qcow2',image_hw_firmware_type='uefi',image_min_disk='1',image_min_ram='0',image_os_command_line='console=tty0 console=ttyAMA0',network_allocated='True',owner_project_name='admin',owner_user_name='admin'},tags=TagList,task_state='spawning',terminated_at=None,updated_at=2017-08-15T02:53:10Z,user_data=None,user_id='e110fb78d78f4ddfab852f9583911f09',uuid=66569a7e-2695-4de7-868b-5645a6d87926,vcpu_model=VirtCPUModel,vcpus=1,vm_mode=None,vm_state='building') vif={"profile": {}, "ovs_interfaceid": "edc3936d-c542-430f-82f2-46e560f2774a", "preserve_on_delete": false, "network": {"bridge": "br-int", "subnets": [{"ips": [{"meta": {}, "version": 6, "type": "fixed", "floating_ips": [], "address": "fd70:544e:d893:0:f816:3eff:fec9:3261"}], "version": 6, "meta": {"ipv6_address_mode": "slaac", "dhcp_server": "fd70:544e:d893:0:f816:3eff:fe0b:6092"}, "dns": [], "routes": [], "cidr": "fd70:544e:d893::/64", "gateway": {"meta": {}, "version": 6, "type": "gateway", "address": "fd70:544e:d893::1"}}, {"ips": [{"meta": {}, "version": 4, "type": "fixed", "floating_ips": [], "address": "10.0.0.11"}], "version": 4, "meta": {"dhcp_server": "10.0.0.2"}, "dns": [], "routes": [], "cidr": "10.0.0.0/26", "gateway": {"meta": {}, "version": 4, "type": "gateway", "address": "10.0.0.1"}}], "meta": {"injected": false, "tenant_id": "2f0d00add8774529b761d5ca2ada7f04", "mtu": 1450}, "id": "e43
  Aug 15 02:53:18 debian nova-compute[2699]: bd212-675b-4c24-a714-437b57de70b7", "label": "private"}, "devname": "tapedc3936d-c5", "vnic_type": "normal", "qbh_params": null, "meta": {}, "details": {"port_filter": true, "datapath_type": "system", "ovs_hybrid_plug": true}, "address": "fa:16:3e:c9:32:61", "active": false, "type": "ovs", "id": "edc3936d-c542-430f-82f2-46e560f2774a", "qbg_params": null} {{(pid=2699) unplug /opt/stack/nova/nova/virt/libvirt/vif.py:974}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG nova.network.os_vif_util [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] Converting VIF {"profile": {}, "ovs_interfaceid": "edc3936d-c542-430f-82f2-46e560f2774a", "preserve_on_delete": false, "network": {"bridge": "br-int", "subnets": [{"ips": [{"meta": {}, "version": 6, "type": "fixed", "floating_ips": [], "address": "fd70:544e:d893:0:f816:3eff:fec9:3261"}], "version": 6, "meta": {"ipv6_address_mode": "slaac", "dhcp_server": "fd70:544e:d893:0:f816:3eff:fe0b:6092"}, "dns": [], "routes": [], "cidr": "fd70:544e:d893::/64", "gateway": {"meta": {}, "version": 6, "type": "gateway", "address": "fd70:544e:d893::1"}}, {"ips": [{"meta": {}, "version": 4, "type": "fixed", "floating_ips": [], "address": "10.0.0.11"}], "version": 4, "meta": {"dhcp_server": "10.0.0.2"}, "dns": [], "routes": [], "cidr": "10.0.0.0/26", "gateway": {"meta": {}, "version": 4, "type": "gateway", "address": "10.0.0.1"}}], "meta": {"injected": false, "tenant_id": "2f0d00add8774529b761d5ca2ada7f04", "mtu": 1450}, "id": "e43bd212-675b-4c24-a714-437b57de70b7", "label": "private"}, "devname": "tapedc3936d-c5", "vnic_type": "normal", "qbh_params": null, "meta": {}, "details": {"port_filter": true, "datapath_type": "system", "ovs_hybrid_plug": true}, "address": "fa:16:3e:c9:32:61", "active": false, "type": "ovs", "id": "edc3936d-c542-430f-82f2-46e560f2774a", "qbg_params": null} {{(pid=2699) nova_to_osvif_vif /opt/stack/nova/nova/network/os_vif_util.py:478}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG nova.network.os_vif_util [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] Converted object VIFBridge(active=False,address=fa:16:3e:c9:32:61,bridge_name='qbredc3936d-c5',has_traffic_filtering=True,id=edc3936d-c542-430f-82f2-46e560f2774a,network=Network(e43bd212-675b-4c24-a714-437b57de70b7),plugin='ovs',port_profile=VIFPortProfileOpenVSwitch,preserve_on_delete=False,vif_name='tapedc3936d-c5') {{(pid=2699) nova_to_osvif_vif /opt/stack/nova/nova/network/os_vif_util.py:490}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG os_vif [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] Unplugging vif VIFBridge(active=False,address=fa:16:3e:c9:32:61,bridge_name='qbredc3936d-c5',has_traffic_filtering=True,id=edc3936d-c542-430f-82f2-46e560f2774a,network=Network(e43bd212-675b-4c24-a714-437b57de70b7),plugin='ovs',port_profile=VIFPortProfileOpenVSwitch,preserve_on_delete=False,vif_name='tapedc3936d-c5') {{(pid=2699) unplug /usr/local/lib/python2.7/dist-packages/os_vif/__init__.py:109}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo.privsep.daemon [-] privsep: request[281472656133808]: (3, 'vif_plug_ovs.linux_net.delete_bridge', (u'qbredc3936d-c5', 'qvbedc3936d-c5'), {}) {{(pid=2799) loop /usr/local/lib/python2.7/dist-packages/oslo_privsep/daemon.py:443}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): brctl delif qbredc3936d-c5 qvbedc3936d-c5 {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:355}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] CMD "brctl delif qbredc3936d-c5 qvbedc3936d-c5" returned: 0 in 0.055s {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:385}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ip link set qbredc3936d-c5 down {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:355}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] CMD "ip link set qbredc3936d-c5 down" returned: 0 in 0.012s {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:385}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): brctl delbr qbredc3936d-c5 {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:355}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] CMD "brctl delbr qbredc3936d-c5" returned: 0 in 0.066s {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:385}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo.privsep.daemon [-] privsep: reply[281472656133808]: (4, None) {{(pid=2799) loop /usr/local/lib/python2.7/dist-packages/oslo_privsep/daemon.py:456}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo.privsep.daemon [-] privsep: request[281472656133808]: (3, 'vif_plug_ovs.linux_net.delete_ovs_vif_port', (u'br-int', 'qvoedc3936d-c5'), {'timeout': 120}) {{(pid=2799) loop /usr/local/lib/python2.7/dist-packages/oslo_privsep/daemon.py:443}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ovs-vsctl --timeout=120 -- --if-exists del-port br-int qvoedc3936d-c5 {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:355}}
  Aug 15 02:53:18 debian ovs-vsctl[3078]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=120 -- --if-exists del-port br-int qvoedc3936d-c5
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] CMD "ovs-vsctl --timeout=120 -- --if-exists del-port br-int qvoedc3936d-c5" returned: 0 in 0.028s {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:385}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] Running cmd (subprocess): ip link delete qvoedc3936d-c5 {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:355}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [-] CMD "ip link delete qvoedc3936d-c5" returned: 0 in 0.054s {{(pid=2799) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:385}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG vif_plug_ovs.linux_net [-] Net device removed: 'qvoedc3936d-c5' {{(pid=2799) _delete_net_dev /usr/local/lib/python2.7/dist-packages/vif_plug_ovs/linux_net.py:116}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo.privsep.daemon [-] privsep: reply[281472656133808]: (4, None) {{(pid=2799) loop /usr/local/lib/python2.7/dist-packages/oslo_privsep/daemon.py:456}}
  Aug 15 02:53:18 debian nova-compute[2699]: INFO os_vif [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] Successfully unplugged vif VIFBridge(active=False,address=fa:16:3e:c9:32:61,bridge_name='qbredc3936d-c5',has_traffic_filtering=True,id=edc3936d-c542-430f-82f2-46e560f2774a,network=Network(e43bd212-675b-4c24-a714-437b57de70b7),plugin='ovs',port_profile=VIFPortProfileOpenVSwitch,preserve_on_delete=False,vif_name='tapedc3936d-c5')
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] Running cmd (subprocess): mv /opt/stack/data/nova/instances/66569a7e-2695-4de7-868b-5645a6d87926 /opt/stack/data/nova/instances/66569a7e-2695-4de7-868b-5645a6d87926_del {{(pid=2699) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:355}}
  Aug 15 02:53:18 debian nova-compute[2699]: DEBUG oslo_concurrency.processutils [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] CMD "mv /opt/stack/data/nova/instances/66569a7e-2695-4de7-868b-5645a6d87926 /opt/stack/data/nova/instances/66569a7e-2695-4de7-868b-5645a6d87926_del" returned: 0 in 0.021s {{(pid=2699) execute /usr/local/lib/python2.7/dist-packages/oslo_concurrency/processutils.py:385}}
  Aug 15 02:53:18 debian nova-compute[2699]: INFO nova.virt.libvirt.driver [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] [instance: 66569a7e-2695-4de7-868b-5645a6d87926] Deleting instance files /opt/stack/data/nova/instances/66569a7e-2695-4de7-868b-5645a6d87926_del
  Aug 15 02:53:18 debian nova-compute[2699]: INFO nova.virt.libvirt.driver [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] [instance: 66569a7e-2695-4de7-868b-5645a6d87926] Deletion of /opt/stack/data/nova/instances/66569a7e-2695-4de7-868b-5645a6d87926_del complete
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [None req-4d438048-b9f9-4879-869e-441e577af0a1 admin admin] [instance: 66569a7e-2695-4de7-868b-5645a6d87926] Instance failed to spawn: libvirtError: unsupported configuration: this QEMU does not support 'cirrus' video device
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926] Traceback (most recent call last):
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/opt/stack/nova/nova/compute/manager.py", line 2131, in _build_resources
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     yield resources
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/opt/stack/nova/nova/compute/manager.py", line 1946, in _build_and_run_instance
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     block_device_info=block_device_info)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 2805, in spawn
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     destroy_disks_on_failure=True)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 5276, in _create_domain_and_network
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     destroy_disks_on_failure)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     self.force_reraise()
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     six.reraise(self.type_, self.value, self.tb)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 5246, in _create_domain_and_network
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     post_xml_callback=post_xml_callback)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/opt/stack/nova/nova/virt/libvirt/driver.py", line 5164, in _create_domain
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     guest.launch(pause=pause)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/opt/stack/nova/nova/virt/libvirt/guest.py", line 144, in launch
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     self._encoded_xml, errors='ignore')
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     self.force_reraise()
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     six.reraise(self.type_, self.value, self.tb)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/opt/stack/nova/nova/virt/libvirt/guest.py", line 139, in launch
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     return self._domain.createWithFlags(flags)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/usr/local/lib/python2.7/dist-packages/eventlet/tpool.py", line 186, in doit
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     result = proxy_call(self._autowrap, f, *args, **kwargs)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/usr/local/lib/python2.7/dist-packages/eventlet/tpool.py", line 144, in proxy_call
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     rv = execute(f, *args, **kwargs)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/usr/local/lib/python2.7/dist-packages/eventlet/tpool.py", line 125, in execute
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     six.reraise(c, e, tb)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/usr/local/lib/python2.7/dist-packages/eventlet/tpool.py", line 83, in tworker
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     rv = meth(*args, **kwargs)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]   File "/usr/local/lib/python2.7/dist-packages/libvirt.py", line 1092, in createWithFlags
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926]     if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed', dom=self)
  Aug 15 02:53:18 debian nova-compute[2699]: ERROR nova.compute.manager [instance: 66569a7e-2695-4de7-868b-5645a6d87926] libvirtError: unsupported configuration: this QEMU does not support 'cirrus' video device
  Aug 15 02:53:18 debian nova-compute[2699


  Libvirt version : 3.4.0
  Qemu version: 2.9.0

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


References