------- Comment From [email protected] 2016-12-12 03:13 EDT------- Tested in my env aswell with the proposed stream,it is working as expected and issue is fixed # dpkg -l|grep libvirt ii libvirt-bin 2.1.0-1ubuntu9.1 ppc64el programs for the libvirt library ii libvirt-clients 2.1.0-1ubuntu9.1 ppc64el Programs for the libvirt library ii libvirt-daemon 2.1.0-1ubuntu9.1 ppc64el Virtualization daemon ii libvirt-daemon-system 2.1.0-1ubuntu9.1 ppc64el Libvirt daemon configuration files ii libvirt-dev:ppc64el 2.1.0-1ubuntu9.1 ppc64el development files for the libvirt library ii libvirt-glib-1.0-0:ppc64el 0.2.3-2 ppc64el libvirt GLib and GObject mapping library ii libvirt0:ppc64el 2.1.0-1ubuntu9.1 ppc64el library for interfacing with different virtualization systems ii python-libvirt 2.0.0-1 ppc64el libvirt Python bindings
#virsh dumpxml virt-tests-vm1 <domain type='kvm' id='4'> <name>virt-tests-vm1</name> <uuid>e0e543b0-c05d-4653-8436-b6c4e4eca978</uuid> <memory unit='KiB'>33554432</memory> <currentMemory unit='KiB'>33554432</currentMemory> <vcpu placement='static'>32</vcpu> <resource> <partition>/machine</partition> </resource> <os> <type arch='ppc64le' machine='pseries-yakkety'>hvm</type> <boot dev='hd'/> </os> <cpu> <topology sockets='1' cores='4' threads='8'/> </cpu> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/kvm</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/var/lib/libvirt/images/workspace/runAvocadoFVTTest/avocado-fvt-wrapper/data/avocado-vt/images/ubuntu-16.10-ppc64le.qcow2'/> <backingStore/> <target dev='sda' bus='scsi'/> <alias name='scsi0-0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='scsi' index='0' model='virtio-scsi'> <alias name='scsi0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </controller> <controller type='usb' index='0'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <interface type='bridge'> <mac address='52:54:00:23:24:25'/> <source bridge='virbr0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/1'/> <target port='0'/> <alias name='serial0'/> <address type='spapr-vio' reg='0x30000000'/> </serial> <console type='pty' tty='/dev/pts/1'> <source path='/dev/pts/1'/> <target type='serial' port='0'/> <alias name='serial0'/> <address type='spapr-vio' reg='0x30000000'/> </console> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </memballoon> <panic model='pseries'/> </devices> <seclabel type='dynamic' model='apparmor' relabel='yes'> <label>libvirt-e0e543b0-c05d-4653-8436-b6c4e4eca978</label> <imagelabel>libvirt-e0e543b0-c05d-4653-8436-b6c4e4eca978</imagelabel> </seclabel> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+113:+113</label> <imagelabel>+113:+113</imagelabel> </seclabel> </domain> #virsh destroy virt-tests-vm1;virsh start --console virt-tests-vm1 Domain virt-tests-vm1 destroyed Domain virt-tests-vm1 started Connected to domain virt-tests-vm1 Escape character is ^] SLOF ********************************************************************** QEMU Starting Build Date = Jan 1 1970 00:00:00 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1633207 Title: VM fails to start with dac security driver added To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1633207/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
