Re: Permission to disk set wrong when restoring from memory snapshot?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Tue, Jun 9, 2020 at 4:14 PM Peter Krempa <pkrempa@xxxxxxxxxx> wrote:
On Tue, Jun 09, 2020 at 16:00:02 +0300, Liran Rotenberg wrote:
> On Tue, Jun 9, 2020 at 3:46 PM Peter Krempa <pkrempa@xxxxxxxxxx> wrote:
>
> > On Tue, Jun 09, 2020 at 15:38:53 +0300, Liran Rotenberg wrote:
> > > Hi all,
> > > Passing on Bug 1840609 <
> > https://bugzilla.redhat.com/show_bug.cgi?id=1840609>
> > > - Wake up from hibernation failed:internal error: unable to execute QEMU
> > > command 'cont': Failed to get "write" lock.
> > >
> > > In Ovirt/RHV there is a specific flow that prevents the VM from starting
> > on
> > > the first host.
> > > The result is:
> > > 2020-06-09T12:12:58.111610Z qemu-kvm: Failed to get "write" lock
> > > Is another process using the image
> > >
> > [/rhev/data-center/3b67fb92-906b-11ea-bb36-482ae35a5f83/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe]?
> > > 2020-06-09T12:12:58.668140Z qemu-kvm: terminating on signal 15 from pid
> > > 177876 (<unknown process>)
> >
> > This error comes from qemu's internal file locking. It usually means
> > that there is another qemu or qemu-img which has the given image open.
> >
> > Is there anything which would access the image at that specific time or
> > slightly around?
> >
> I don't think so. The volumes are created and added to the volume chain on
> the VM metadata domxml(two snapshots created). Then the user restores the
> latest snapshot and deletes them (while the VM is down) - they are removed.
> The VM is set with the volume and going up, restoring the memory. The
> mounting place (in /rhev/data-center) points to the same disk and volume.
> On the first run I see the new place /rhev/data-center/<uuid>... that I
> can't tell why or where it comes from. It is set with 'rw', while the
> normal destination to the shared NFS is only with 'r'.

That's definitely something not related to the locking itself.

Please attach the XML document used to start the VM in both places
(working and non-working). I can't tell if there's a difference without
seeing those.

The difference might very well be in the XMLs.
I added a snippet from the engine log. The two first domxmls are from the first attempt on 'host_mixed_1' resulting in:
"unable to execute QEMU command 'cont': Failed to get "write" lock."
From this point, it's the second attempt on 'host_mixed_2' (2020-06-09 15:13:00,308+03 in log time). 

> > It might be a race condition from something trying to modify the image
> > perhaps combined with propagation of locks via NFS.
> >
> I can't see any race from the RHV point of view. The strangest thing is why
> it works on the second host?
> In RHV after the VM is up we remove the memory disk, but that doesn't
> happen in this case, since the VM wasn't up.

I'd speculate that it's timing. There's more time for the locks to
propagate or an offending process to terminate. The error message
definitely does not look like a permission issue, and
qemuSetupImagePathCgroup:75 is in the end a no-op on on non-device
paths (makes sense only for LVM logical volumes, partitions etc).

2020-06-09 15:12:43,964+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateBrokerVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2511) [f8dad9f1-080f-45a1-b781-c44029bdca93] START, CreateBrokerVDSCommand(HostName = host_mixed_1, CreateVDSCommandParameters:{hostId='c861e3c5-70c9-4ce7-abd9-989c7b8b6f6d', vmId='bebec40d-03f9-40d3-acb9-37ddadc67849', vm='VM [snapshot_test]'}), log id: 236571bd
2020-06-09 15:12:43,985+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateBrokerVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2511) [f8dad9f1-080f-45a1-b781-c44029bdca93] VM <?xml version="1.0" encoding="UTF-8"?><domain type="kvm" xmlns:ovirt-tune="http://ovirt.org/vm/tune/1.0"; xmlns:ovirt-vm="http://ovirt.org/vm/1.0"; xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0";>
  <name>snapshot_test</name>
  <uuid>bebec40d-03f9-40d3-acb9-37ddadc67849</uuid>
  <memory>1048576</memory>
  <currentMemory>1048576</currentMemory>
  <iothreads>1</iothreads>
  <maxMemory slots="16">4194304</maxMemory>
  <vcpu current="1">16</vcpu>
  <sysinfo type="smbios">
    <system>
      <entry name="manufacturer">oVirt</entry>
      <entry name="product">OS-NAME:</entry>
      <entry name="version">OS-VERSION:</entry>
      <entry name="family">oVirt</entry>
      <entry name="serial">HOST-SERIAL:</entry>
      <entry name="uuid">bebec40d-03f9-40d3-acb9-37ddadc67849</entry>
    </system>
  </sysinfo>
  <clock offset="variable" adjustment="0">
    <timer name="rtc" tickpolicy="catchup"/>
    <timer name="pit" tickpolicy="delay"/>
    <timer name="hpet" present="no"/>
  </clock>
  <features>
    <acpi/>
  </features>
  <cpu match="exact">
    <model>Skylake-Client</model>
    <feature name="hle" policy="disable"/>
    <feature name="rtm" policy="disable"/>
    <topology cores="1" threads="1" sockets="16"/>
    <numa>
      <cell id="0" cpus="0-15" memory="1048576"/>
    </numa>
  </cpu>
  <cputune/>
  <qemu:capabilities>
    <qemu:add capability="blockdev"/>
    <qemu:add capability="incremental-backup"/>
  </qemu:capabilities>
  <devices>
    <input type="tablet" bus="usb"/>
    <channel type="unix">
      <target type="virtio" name="ovirt-guest-agent.0"/>
      <source mode="bind" path="/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.ovirt-guest-agent.0"/>
    </channel>
    <channel type="unix">
      <target type="virtio" name="org.qemu.guest_agent.0"/>
      <source mode="bind" path="/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.org.qemu.guest_agent.0"/>
    </channel>
    <controller type="pci" model="pcie-root-port" index="12">
      <address bus="0x00" domain="0x0000" function="0x3" slot="0x03" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="16">
      <address bus="0x00" domain="0x0000" function="0x7" slot="0x03" type="pci"/>
    </controller>
    <graphics type="spice" port="-1" autoport="yes" passwd="*****" passwdValidTo="1970-01-01T00:00:01" tlsPort="-1">
      <channel name="main" mode="secure"/>
      <channel name="inputs" mode="secure"/>
      <channel name="cursor" mode="secure"/>
      <channel name="playback" mode="secure"/>
      <channel name="record" mode="secure"/>
      <channel name="display" mode="secure"/>
      <channel name="smartcard" mode="secure"/>
      <channel name="usbredir" mode="secure"/>
      <listen type="network" network="vdsm-ovirtmgmt"/>
    </graphics>
    <controller type="pci" model="pcie-root-port" index="15">
      <address bus="0x00" domain="0x0000" function="0x6" slot="0x03" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="10">
      <address bus="0x00" domain="0x0000" function="0x1" slot="0x03" type="pci"/>
    </controller>
    <video>
      <model type="qxl" vram="8192" heads="1" ram="65536" vgamem="16384"/>
      <alias name="ua-5bbf733a-776b-48bb-a9f2-ab6695e639f7"/>
      <address bus="0x00" domain="0x0000" function="0x0" slot="0x01" type="pci"/>
    </video>
    <controller type="pci" model="pcie-root-port" index="2">
      <address bus="0x00" domain="0x0000" function="0x1" slot="0x02" type="pci"/>
    </controller>
    <rng model="virtio">
      <backend model="random">/dev/urandom</backend>
      <alias name="ua-5cd1b231-159f-4bcd-a41e-07787075552b"/>
    </rng>
    <controller type="pci" model="pcie-root-port" index="4">
      <address bus="0x00" domain="0x0000" function="0x3" slot="0x02" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="5">
      <address bus="0x00" domain="0x0000" function="0x4" slot="0x02" type="pci"/>
    </controller>
    <controller type="virtio-serial" index="0" ports="16">
      <alias name="ua-766135c4-4549-4f31-8075-0c5deb925c69"/>
      <address bus="0x02" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
    </controller>
    <memballoon model="virtio">
      <stats period="5"/>
      <alias name="ua-7e8c0a4d-e92e-4b48-93d9-5e3b1881c315"/>
      <address bus="0x05" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
    </memballoon>
    <controller type="scsi" model="virtio-scsi" index="0">
      <alias name="ua-814411cd-e6c1-4034-b428-7fe3754d4891"/>
      <address bus="0x01" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="7">
      <address bus="0x00" domain="0x0000" function="0x6" slot="0x02" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="9">
      <address bus="0x00" domain="0x0000" function="0x0" slot="0x03" type="pci" multifunction="on"/>
    </controller>
    <graphics type="vnc" port="-1" autoport="yes" passwd="*****" passwdValidTo="1970-01-01T00:00:01" keymap="en-us">
      <listen type="network" network="vdsm-ovirtmgmt"/>
    </graphics>
    <controller type="pci" model="pcie-root-port" index="8">
      <address bus="0x00" domain="0x0000" function="0x7" slot="0x02" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="11">
      <address bus="0x00" domain="0x0000" function="0x2" slot="0x03" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="1">
      <address bus="0x00" domain="0x0000" function="0x0" slot="0x02" type="pci" multifunction="on"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="6">
      <address bus="0x00" domain="0x0000" function="0x5" slot="0x02" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="14">
      <address bus="0x00" domain="0x0000" function="0x5" slot="0x03" type="pci"/>
    </controller>
    <controller type="sata" index="0">
      <address bus="0x00" domain="0x0000" function="0x2" slot="0x1f" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="13">
      <address bus="0x00" domain="0x0000" function="0x4" slot="0x03" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="3">
      <address bus="0x00" domain="0x0000" function="0x2" slot="0x02" type="pci"/>
    </controller>
    <controller type="usb" model="qemu-xhci" index="0" ports="8">
      <alias name="ua-faa19377-fdb1-4bdb-bd19-1c4beea6cb9a"/>
      <address bus="0x03" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
    </controller>
    <channel type="spicevmc">
      <target type="virtio" name="com.redhat.spice.0"/>
    </channel>
    <controller type="pci" model="pcie-root"/>
    <disk type="file" device="cdrom" snapshot="no">
      <driver name="qemu" type="raw" error_policy="report"/>
      <source file="" startupPolicy="optional">
        <seclabel model="dac" type="none" relabel="no"/>
      </source>
      <target dev="sdc" bus="sata"/>
      <readonly/>
      <alias name="ua-6b39c3a4-09ff-40b2-83fc-8c27a11cf9e9"/>
      <address bus="0" controller="0" unit="2" type="drive" target="0"/>
    </disk>
    <disk snapshot="no" type="file" device="disk">
      <target dev="vda" bus="virtio"/>
      <source file="/rhev/data-center/3b67fb92-906b-11ea-bb36-482ae35a5f83/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe">
        <seclabel model="dac" type="none" relabel="no"/>
      </source>
      <driver name="qemu" iothread="1" io="threads" type="qcow2" error_policy="stop" cache="none"/>
      <alias name="ua-0191384a-3e0a-472f-a889-d95622cb6916"/>
      <address bus="0x04" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
      <boot order="1"/>
      <serial>0191384a-3e0a-472f-a889-d95622cb6916</serial>
    </disk>
  </devices>
  <pm>
    <suspend-to-disk enabled="no"/>
    <suspend-to-mem enabled="no"/>
  </pm>
  <os>
    <type arch="x86_64" machine="pc-q35-rhel8.1.0">hvm</type>
    <smbios mode="sysinfo"/>
  </os>
  <metadata>
    <ovirt-tune:qos/>
    <ovirt-vm:vm>
      <ovirt-vm:minGuaranteedMemoryMb type="int">1024</ovirt-vm:minGuaranteedMemoryMb>
      <ovirt-vm:clusterVersion>4.4</ovirt-vm:clusterVersion>
      <ovirt-vm:custom/>
      <ovirt-vm:device devtype="disk" name="vda">
        <ovirt-vm:poolID>3b67fb92-906b-11ea-bb36-482ae35a5f83</ovirt-vm:poolID>
        <ovirt-vm:volumeID>7f553f44-db08-480e-8c86-cbdeccedfafe</ovirt-vm:volumeID>
        <ovirt-vm:imageID>0191384a-3e0a-472f-a889-d95622cb6916</ovirt-vm:imageID>
        <ovirt-vm:domainID>4fd23357-6047-46c9-aa81-ba6a12a9e8bd</ovirt-vm:domainID>
      </ovirt-vm:device>
      <ovirt-vm:launchPaused>false</ovirt-vm:launchPaused>
      <ovirt-vm:resumeBehavior>auto_resume</ovirt-vm:resumeBehavior>
    </ovirt-vm:vm>
  </metadata>
</domain>

2020-06-09 15:12:44,313+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateBrokerVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2511) [f8dad9f1-080f-45a1-b781-c44029bdca93] FINISH, CreateBrokerVDSCommand, return: , log id: 236571bd
2020-06-09 15:12:44,316+03 INFO  [org.ovirt.engine.core.vdsbroker.CreateVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2511) [f8dad9f1-080f-45a1-b781-c44029bdca93] FINISH, CreateVDSCommand, return: RestoringState, log id: 39f9d487
2020-06-09 15:12:44,316+03 INFO  [org.ovirt.engine.core.bll.RunVmCommand] (EE-ManagedThreadFactory-engine-Thread-2511) [f8dad9f1-080f-45a1-b781-c44029bdca93] Lock freed to object 'EngineLock:{exclusiveLocks='[bebec40d-03f9-40d3-acb9-37ddadc67849=VM]', sharedLocks=''}'
2020-06-09 15:12:44,320+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-2511) [f8dad9f1-080f-45a1-b781-c44029bdca93] EVENT_ID: USER_STARTED_VM(153), VM snapshot_test was started by admin@internal-authz (Host: host_mixed_1).
2020-06-09 15:12:45,807+03 INFO  [org.ovirt.engine.core.vdsbroker.monitoring.PollVmStatsRefresher] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-77) [] Fetched 1 VMs from VDS 'c861e3c5-70c9-4ce7-abd9-989c7b8b6f6d'
2020-06-09 15:12:45,818+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.DumpXmlsVDSCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-77) [] START, DumpXmlsVDSCommand(HostName = host_mixed_1, Params:{hostId='c861e3c5-70c9-4ce7-abd9-989c7b8b6f6d', vmIds='[bebec40d-03f9-40d3-acb9-37ddadc67849]'}), log id: f9a227d
2020-06-09 15:12:45,864+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.DumpXmlsVDSCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-77) [] FINISH, DumpXmlsVDSCommand, return: {bebec40d-03f9-40d3-acb9-37ddadc67849=<?xml version='1.0' encoding='utf-8'?>
<domain xmlns:ns0="http://libvirt.org/schemas/domain/qemu/1.0"; xmlns:ovirt-vm="http://ovirt.org/vm/1.0"; type="kvm">
    <name>snapshot_test</name>
    <uuid>bebec40d-03f9-40d3-acb9-37ddadc67849</uuid>
    <maxMemory slots="16" unit="KiB">4194304</maxMemory>
    <memory unit="KiB">1048576</memory>
    <currentMemory unit="KiB">1048576</currentMemory>
    <vcpu current="1" placement="static">16</vcpu>
    <iothreads>1</iothreads>
    <resource>
        <partition>/machine</partition>
    </resource>
    <sysinfo type="smbios">
        <system>
            <entry name="manufacturer">oVirt</entry>
            <entry name="product">RHEL</entry>
            <entry name="version">8.2-1.0.el8</entry>
            <entry name="serial">0a5988d9-00cf-4220-9ca1-2c79edbb18db</entry>
            <entry name="uuid">bebec40d-03f9-40d3-acb9-37ddadc67849</entry>
            <entry name="family">oVirt</entry>
        </system>
    </sysinfo>
    <os>
        <type arch="x86_64" machine="pc-q35-rhel8.1.0">hvm</type>
        <smbios mode="sysinfo" />
    </os>
    <features>
        <acpi />
    </features>
    <cpu check="partial" match="exact" mode="custom">
        <model fallback="forbid">Skylake-Client</model>
        <topology cores="1" dies="1" sockets="16" threads="1" />
        <feature name="hle" policy="disable" />
        <feature name="rtm" policy="disable" />
        <numa>
            <cell cpus="0-15" id="0" memory="1048576" unit="KiB" />
        </numa>
    </cpu>
    <clock adjustment="0" basis="utc" offset="variable">
        <timer name="rtc" tickpolicy="catchup" />
        <timer name="pit" tickpolicy="delay" />
        <timer name="hpet" present="no" />
    </clock>
    <on_poweroff>destroy</on_poweroff>
    <on_reboot>restart</on_reboot>
    <on_crash>destroy</on_crash>
    <pm>
        <suspend-to-mem enabled="no" />
        <suspend-to-disk enabled="no" />
    </pm>
    <devices>
        <emulator>/usr/libexec/qemu-kvm</emulator>
        <disk device="cdrom" type="file">
            <driver error_policy="report" name="qemu" type="raw" />
            <source startupPolicy="optional" />
            <target bus="sata" dev="sdc" />
            <readonly />
            <alias name="ua-e766f8d2-30ff-471b-8b25-39a5e2bbcdb4" />
            <address bus="0" controller="0" target="0" type="drive" unit="2" />
        </disk>
        <disk device="disk" snapshot="no" type="file">
            <driver cache="none" error_policy="stop" io="threads" iothread="1" name="qemu" type="qcow2" />
            <source file="/rhev/data-center/3b67fb92-906b-11ea-bb36-482ae35a5f83/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe">
                <seclabel model="dac" relabel="no" />
            </source>
            <backingStore type="file">
                <format type="qcow2" />
                <source file="/rhev/data-center/mnt/yellow-vdsb.qa.lab.tlv.redhat.com:_Compute__NFS_GE_compute-ge-4_nfs__0/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe">
                    <seclabel model="dac" relabel="no" />
                </source>
                <backingStore />
            </backingStore>
            <target bus="virtio" dev="vda" />
            <serial>0191384a-3e0a-472f-a889-d95622cb6916</serial>
            <boot order="1" />
            <alias name="ua-0191384a-3e0a-472f-a889-d95622cb6916" />
            <address bus="0x04" domain="0x0000" function="0x0" slot="0x00" type="pci" />
        </disk>
        <controller index="0" model="virtio-scsi" type="scsi">
            <driver iothread="1" />
            <alias name="ua-4b808e77-c561-4d7d-93a2-15fd5911ed43" />
            <address bus="0x01" domain="0x0000" function="0x0" slot="0x00" type="pci" />
        </controller>
        <controller index="0" ports="16" type="virtio-serial">
            <alias name="ua-c79bd8b4-4711-4753-a04d-6cd36621b118" />
            <address bus="0x02" domain="0x0000" function="0x0" slot="0x00" type="pci" />
        </controller>
        <controller index="0" model="qemu-xhci" ports="8" type="usb">
            <alias name="ua-f31c1851-5e07-490c-8e48-18fd71cf7c8c" />
            <address bus="0x03" domain="0x0000" function="0x0" slot="0x00" type="pci" />
        </controller>
        <controller index="0" model="pcie-root" type="pci" />
        <controller index="1" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="1" port="0x10" />
            <address bus="0x00" domain="0x0000" function="0x0" multifunction="on" slot="0x02" type="pci" />
        </controller>
        <controller index="2" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="2" port="0x11" />
            <address bus="0x00" domain="0x0000" function="0x1" slot="0x02" type="pci" />
        </controller>
        <controller index="3" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="3" port="0x12" />
            <address bus="0x00" domain="0x0000" function="0x2" slot="0x02" type="pci" />
        </controller>
        <controller index="4" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="4" port="0x13" />
            <address bus="0x00" domain="0x0000" function="0x3" slot="0x02" type="pci" />
        </controller>
        <controller index="5" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="5" port="0x14" />
            <address bus="0x00" domain="0x0000" function="0x4" slot="0x02" type="pci" />
        </controller>
        <controller index="6" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="6" port="0x15" />
            <address bus="0x00" domain="0x0000" function="0x5" slot="0x02" type="pci" />
        </controller>
        <controller index="7" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="7" port="0x16" />
            <address bus="0x00" domain="0x0000" function="0x6" slot="0x02" type="pci" />
        </controller>
        <controller index="8" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="8" port="0x17" />
            <address bus="0x00" domain="0x0000" function="0x7" slot="0x02" type="pci" />
        </controller>
        <controller index="9" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="9" port="0x18" />
            <address bus="0x00" domain="0x0000" function="0x0" multifunction="on" slot="0x03" type="pci" />
        </controller>
        <controller index="10" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="10" port="0x19" />
            <address bus="0x00" domain="0x0000" function="0x1" slot="0x03" type="pci" />
        </controller>
        <controller index="11" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="11" port="0x1a" />
            <address bus="0x00" domain="0x0000" function="0x2" slot="0x03" type="pci" />
        </controller>
        <controller index="12" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="12" port="0x1b" />
            <address bus="0x00" domain="0x0000" function="0x3" slot="0x03" type="pci" />
        </controller>
        <controller index="13" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="13" port="0x1c" />
            <address bus="0x00" domain="0x0000" function="0x4" slot="0x03" type="pci" />
        </controller>
        <controller index="14" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="14" port="0x1d" />
            <address bus="0x00" domain="0x0000" function="0x5" slot="0x03" type="pci" />
        </controller>
        <controller index="15" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="15" port="0x1e" />
            <address bus="0x00" domain="0x0000" function="0x6" slot="0x03" type="pci" />
        </controller>
        <controller index="16" model="pcie-root-port" type="pci">
            <model name="pcie-root-port" />
            <target chassis="16" port="0x1f" />
            <address bus="0x00" domain="0x0000" function="0x7" slot="0x03" type="pci" />
        </controller>
        <controller index="0" type="sata">
            <address bus="0x00" domain="0x0000" function="0x2" slot="0x1f" type="pci" />
        </controller>
        <channel type="unix">
            <source mode="bind" path="/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.ovirt-guest-agent.0" />
            <target name="ovirt-guest-agent.0" type="virtio" />
            <address bus="0" controller="0" port="1" type="virtio-serial" />
        </channel>
        <channel type="unix">
            <source mode="bind" path="/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.org.qemu.guest_agent.0" />
            <target name="org.qemu.guest_agent.0" type="virtio" />
            <address bus="0" controller="0" port="2" type="virtio-serial" />
        </channel>
        <channel type="spicevmc">
            <target name="com.redhat.spice.0" type="virtio" />
            <address bus="0" controller="0" port="3" type="virtio-serial" />
        </channel>
        <input bus="usb" type="tablet">
            <address bus="0" port="1" type="usb" />
        </input>
        <input bus="ps2" type="mouse" />
        <graphics autoport="yes" passwd="*****" passwdValidTo="1970-01-01T00:00:01" type="spice">
            <listen network="vdsm-ovirtmgmt" type="network" />
            <channel mode="secure" name="main" />
            <channel mode="secure" name="display" />
            <channel mode="secure" name="inputs" />
            <channel mode="secure" name="cursor" />
            <channel mode="secure" name="playback" />
            <channel mode="secure" name="record" />
            <channel mode="secure" name="smartcard" />
            <channel mode="secure" name="usbredir" />
        </graphics>
        <graphics autoport="yes" keymap="en-us" passwd="*****" passwdValidTo="1970-01-01T00:00:01" port="-1" type="vnc">
            <listen network="vdsm-ovirtmgmt" type="network" />
        </graphics>
        <video>
            <model heads="1" primary="yes" ram="65536" type="qxl" vgamem="16384" vram="8192" />
            <alias name="ua-7518fd07-697e-4f0b-a04b-4fce3d25ddc6" />
            <address bus="0x00" domain="0x0000" function="0x0" slot="0x01" type="pci" />
        </video>
        <memballoon model="virtio">
            <stats period="5" />
            <alias name="ua-790679c9-f5cc-4d44-94cf-6e11b7c090f7" />
            <address bus="0x05" domain="0x0000" function="0x0" slot="0x00" type="pci" />
        </memballoon>
        <rng model="virtio">
            <backend model="random">/dev/urandom</backend>
            <alias name="ua-1e2f5d86-198c-44a3-83c0-09507f8f97db" />
            <address bus="0x06" domain="0x0000" function="0x0" slot="0x00" type="pci" />
        </rng>
    </devices>
    <seclabel model="selinux" relabel="yes" type="dynamic" />
    <ns0:capabilities>
        <ns0:add capability="blockdev" />
        <ns0:add capability="incremental-backup" />
    </ns0:capabilities>
    <metadata>
        <ovirt-vm:vm>
            <ovirt-vm:balloonTarget type="int">1048576</ovirt-vm:balloonTarget>
            <ovirt-vm:clusterVersion>4.4</ovirt-vm:clusterVersion>
            <ovirt-vm:destroy_on_reboot type="bool">False</ovirt-vm:destroy_on_reboot>
            <ovirt-vm:launchPaused>false</ovirt-vm:launchPaused>
            <ovirt-vm:memGuaranteedSize type="int">1024</ovirt-vm:memGuaranteedSize>
            <ovirt-vm:minGuaranteedMemoryMb type="int">1024</ovirt-vm:minGuaranteedMemoryMb>
            <ovirt-vm:resumeBehavior>auto_resume</ovirt-vm:resumeBehavior>
            <ovirt-vm:snapshot_job>{"startTime": "161813.764039741", "timeout": "1800", "abort": false, "completed": false, "jobUUID": "81629e7c-73e2-4f11-98f0-806cd20e85df", "frozen": false, "memoryParams": {"dst": {"domainID": "4fd23357-6047-46c9-aa81-ba6a12a9e8bd", "poolID": "3b67fb92-906b-11ea-bb36-482ae35a5f83", "imageID": "cee76f4d-2d73-4a01-9ea9-26267c617dc1", "volumeID": "26809663-ac21-4b67-b14f-8077fe244648", "device": "disk"}, "dstparams": {"domainID": "4fd23357-6047-46c9-aa81-ba6a12a9e8bd", "poolID": "3b67fb92-906b-11ea-bb36-482ae35a5f83", "imageID": "d0e5efb6-9817-4478-9622-fc74bb30537e", "volumeID": "adb948ea-f5be-4815-896b-dbc979a5fc39", "device": "disk"}}}</ovirt-vm:snapshot_job>
            <ovirt-vm:startTime type="float">1591704073.9041996</ovirt-vm:startTime>
            <ovirt-vm:device devtype="disk" name="vda">
                <ovirt-vm:domainID>4fd23357-6047-46c9-aa81-ba6a12a9e8bd</ovirt-vm:domainID>
                <ovirt-vm:imageID>0191384a-3e0a-472f-a889-d95622cb6916</ovirt-vm:imageID>
                <ovirt-vm:poolID>3b67fb92-906b-11ea-bb36-482ae35a5f83</ovirt-vm:poolID>
                <ovirt-vm:volumeID>7f553f44-db08-480e-8c86-cbdeccedfafe</ovirt-vm:volumeID>
            </ovirt-vm:device>
        </ovirt-vm:vm>
    </metadata>
</domain>
}, log id: f9a227d
2020-06-09 15:12:45,911+03 WARN  [org.ovirt.engine.core.vdsbroker.libvirt.VmDevicesConverter] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-77) [] unmanaged video device with address '{type=pci, slot=0x01, bus=0x00, domain=0x0000, function=0x0}' is ignored
2020-06-09 15:12:45,912+03 WARN  [org.ovirt.engine.core.vdsbroker.libvirt.VmDevicesConverter] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-77) [] unmanaged disk with path '' is ignored
2020-06-09 15:12:58,665+03 INFO  [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer] (ForkJoinPool-1-worker-5) [71934a00] VM 'bebec40d-03f9-40d3-acb9-37ddadc67849' was reported as Down on VDS 'c861e3c5-70c9-4ce7-abd9-989c7b8b6f6d'(host_mixed_1)
2020-06-09 15:12:58,666+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ForkJoinPool-1-worker-5) [71934a00] START, DestroyVDSCommand(HostName = host_mixed_1, DestroyVmVDSCommandParameters:{hostId='c861e3c5-70c9-4ce7-abd9-989c7b8b6f6d', vmId='bebec40d-03f9-40d3-acb9-37ddadc67849', secondsToWait='0', gracefully='false', reason='', ignoreNoVm='true'}), log id: 3df2328e
2020-06-09 15:13:00,168+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.DestroyVDSCommand] (ForkJoinPool-1-worker-5) [71934a00] FINISH, DestroyVDSCommand, return: , log id: 3df2328e
2020-06-09 15:13:00,168+03 INFO  [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer] (ForkJoinPool-1-worker-5) [71934a00] VM 'bebec40d-03f9-40d3-acb9-37ddadc67849'(snapshot_test) moved from 'RestoringState' --> 'Down'
2020-06-09 15:13:00,197+03 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ForkJoinPool-1-worker-5) [71934a00] EVENT_ID: VM_DOWN_ERROR(119), VM snapshot_test is down with error. Exit message: Wake up from hibernation failed:internal error: unable to execute QEMU command 'cont': Failed to get "write" lock.
2020-06-09 15:13:00,200+03 INFO  [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer] (ForkJoinPool-1-worker-5) [71934a00] add VM 'bebec40d-03f9-40d3-acb9-37ddadc67849'(snapshot_test) to rerun treatment
2020-06-09 15:13:00,206+03 ERROR [org.ovirt.engine.core.vdsbroker.monitoring.VmsMonitoring] (ForkJoinPool-1-worker-5) [71934a00] Rerun VM 'bebec40d-03f9-40d3-acb9-37ddadc67849'. Called from VDS 'host_mixed_1'
2020-06-09 15:13:00,229+03 WARN  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] EVENT_ID: USER_INITIATED_RUN_VM_FAILED(151), Failed to run VM snapshot_test on Host host_mixed_1.
2020-06-09 15:13:00,236+03 INFO  [org.ovirt.engine.core.bll.RunVmCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] Lock Acquired to object 'EngineLock:{exclusiveLocks='[bebec40d-03f9-40d3-acb9-37ddadc67849=VM]', sharedLocks=''}'
2020-06-09 15:13:00,240+03 INFO  [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] START, IsVmDuringInitiatingVDSCommand( IsVmDuringInitiatingVDSCommandParameters:{vmId='bebec40d-03f9-40d3-acb9-37ddadc67849'}), log id: 5ca4ba2
2020-06-09 15:13:00,240+03 INFO  [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 5ca4ba2
2020-06-09 15:13:00,269+03 INFO  [org.ovirt.engine.core.bll.RunVmCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] Running command: RunVmCommand internal: false. Entities affected :  ID: bebec40d-03f9-40d3-acb9-37ddadc67849 Type: VMAction group RUN_VM with role type USER
2020-06-09 15:13:00,295+03 INFO  [org.ovirt.engine.core.vdsbroker.UpdateVmDynamicDataVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] START, UpdateVmDynamicDataVDSCommand( UpdateVmDynamicDataVDSCommandParameters:{hostId='null', vmId='bebec40d-03f9-40d3-acb9-37ddadc67849', vmDynamic='org.ovirt.engine.core.common.businessentities.VmDynamic@776e848'}), log id: 2e57eb88
2020-06-09 15:13:00,297+03 INFO  [org.ovirt.engine.core.vdsbroker.UpdateVmDynamicDataVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] FINISH, UpdateVmDynamicDataVDSCommand, return: , log id: 2e57eb88
2020-06-09 15:13:00,298+03 INFO  [org.ovirt.engine.core.vdsbroker.CreateVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] START, CreateVDSCommand( CreateVDSCommandParameters:{hostId='b3a25def-24e7-44bb-bbe9-4aa8a5dd888b', vmId='bebec40d-03f9-40d3-acb9-37ddadc67849', vm='VM [snapshot_test]'}), log id: 3ea1a248
2020-06-09 15:13:00,298+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateBrokerVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] START, CreateBrokerVDSCommand(HostName = host_mixed_2, CreateVDSCommandParameters:{hostId='b3a25def-24e7-44bb-bbe9-4aa8a5dd888b', vmId='bebec40d-03f9-40d3-acb9-37ddadc67849', vm='VM [snapshot_test]'}), log id: 6c773bff
2020-06-09 15:13:00,308+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateBrokerVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] VM <?xml version="1.0" encoding="UTF-8"?><domain type="kvm" xmlns:ovirt-tune="http://ovirt.org/vm/tune/1.0"; xmlns:ovirt-vm="http://ovirt.org/vm/1.0"; xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0";>
  <name>snapshot_test</name>
  <uuid>bebec40d-03f9-40d3-acb9-37ddadc67849</uuid>
  <memory>1048576</memory>
  <currentMemory>1048576</currentMemory>
  <iothreads>1</iothreads>
  <maxMemory slots="16">4194304</maxMemory>
  <vcpu current="1">16</vcpu>
  <sysinfo type="smbios">
    <system>
      <entry name="manufacturer">oVirt</entry>
      <entry name="product">OS-NAME:</entry>
      <entry name="version">OS-VERSION:</entry>
      <entry name="family">oVirt</entry>
      <entry name="serial">HOST-SERIAL:</entry>
      <entry name="uuid">bebec40d-03f9-40d3-acb9-37ddadc67849</entry>
    </system>
  </sysinfo>
  <clock offset="variable" adjustment="0">
    <timer name="rtc" tickpolicy="catchup"/>
    <timer name="pit" tickpolicy="delay"/>
    <timer name="hpet" present="no"/>
  </clock>
  <features>
    <acpi/>
  </features>
  <cpu match="exact">
    <model>Skylake-Client</model>
    <feature name="hle" policy="disable"/>
    <feature name="rtm" policy="disable"/>
    <topology cores="1" threads="1" sockets="16"/>
    <numa>
      <cell id="0" cpus="0-15" memory="1048576"/>
    </numa>
  </cpu>
  <cputune/>
  <qemu:capabilities>
    <qemu:add capability="blockdev"/>
    <qemu:add capability="incremental-backup"/>
  </qemu:capabilities>
  <devices>
    <input type="tablet" bus="usb"/>
    <channel type="unix">
      <target type="virtio" name="ovirt-guest-agent.0"/>
      <source mode="bind" path="/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.ovirt-guest-agent.0"/>
    </channel>
    <channel type="unix">
      <target type="virtio" name="org.qemu.guest_agent.0"/>
      <source mode="bind" path="/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.org.qemu.guest_agent.0"/>
    </channel>
    <controller type="pci" model="pcie-root-port" index="10">
      <address bus="0x00" domain="0x0000" function="0x1" slot="0x03" type="pci"/>
    </controller>
    <graphics type="spice" port="-1" autoport="yes" passwd="*****" passwdValidTo="1970-01-01T00:00:01" tlsPort="-1">
      <channel name="main" mode="secure"/>
      <channel name="inputs" mode="secure"/>
      <channel name="cursor" mode="secure"/>
      <channel name="playback" mode="secure"/>
      <channel name="record" mode="secure"/>
      <channel name="display" mode="secure"/>
      <channel name="smartcard" mode="secure"/>
      <channel name="usbredir" mode="secure"/>
      <listen type="network" network="vdsm-ovirtmgmt"/>
    </graphics>
    <controller type="pci" model="pcie-root-port" index="16">
      <address bus="0x00" domain="0x0000" function="0x7" slot="0x03" type="pci"/>
    </controller>
    <controller type="usb" model="qemu-xhci" index="0" ports="8">
      <alias name="ua-28d96ac7-9488-4b3e-9c7c-7324330382da"/>
      <address bus="0x03" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="13">
      <address bus="0x00" domain="0x0000" function="0x4" slot="0x03" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="12">
      <address bus="0x00" domain="0x0000" function="0x3" slot="0x03" type="pci"/>
    </controller>
    <controller type="scsi" model="virtio-scsi" index="0">
      <driver iothread="1"/>
      <address bus="0x01" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
    </controller>
    <rng model="virtio">
      <backend model="random">/dev/urandom</backend>
      <alias name="ua-5cd1b231-159f-4bcd-a41e-07787075552b"/>
    </rng>
    <controller type="pci" model="pcie-root-port" index="14">
      <address bus="0x00" domain="0x0000" function="0x5" slot="0x03" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="15">
      <address bus="0x00" domain="0x0000" function="0x6" slot="0x03" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="3">
      <address bus="0x00" domain="0x0000" function="0x2" slot="0x02" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="2">
      <address bus="0x00" domain="0x0000" function="0x1" slot="0x02" type="pci"/>
    </controller>
    <controller type="virtio-serial" index="0" ports="16">
      <alias name="ua-766135c4-4549-4f31-8075-0c5deb925c69"/>
      <address bus="0x02" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
    </controller>
    <memballoon model="virtio">
      <stats period="5"/>
      <alias name="ua-7e8c0a4d-e92e-4b48-93d9-5e3b1881c315"/>
      <address bus="0x05" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
    </memballoon>
    <controller type="pci" model="pcie-root-port" index="7">
      <address bus="0x00" domain="0x0000" function="0x6" slot="0x02" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="1">
      <address bus="0x00" domain="0x0000" function="0x0" slot="0x02" type="pci" multifunction="on"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="11">
      <address bus="0x00" domain="0x0000" function="0x2" slot="0x03" type="pci"/>
    </controller>
    <controller type="sata" index="0">
      <address bus="0x00" domain="0x0000" function="0x2" slot="0x1f" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="9">
      <address bus="0x00" domain="0x0000" function="0x0" slot="0x03" type="pci" multifunction="on"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="5">
      <address bus="0x00" domain="0x0000" function="0x4" slot="0x02" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="4">
      <address bus="0x00" domain="0x0000" function="0x3" slot="0x02" type="pci"/>
    </controller>
    <graphics type="vnc" port="-1" autoport="yes" passwd="*****" passwdValidTo="1970-01-01T00:00:01" keymap="en-us">
      <listen type="network" network="vdsm-ovirtmgmt"/>
    </graphics>
    <controller type="pci" model="pcie-root-port" index="8">
      <address bus="0x00" domain="0x0000" function="0x7" slot="0x02" type="pci"/>
    </controller>
    <controller type="pci" model="pcie-root-port" index="6">
      <address bus="0x00" domain="0x0000" function="0x5" slot="0x02" type="pci"/>
    </controller>
    <video>
      <model type="none"/>
    </video>
    <channel type="spicevmc">
      <target type="virtio" name="com.redhat.spice.0"/>
    </channel>
    <controller type="pci" model="pcie-root"/>
    <disk snapshot="no" type="file" device="disk">
      <target dev="vda" bus="virtio"/>
      <source file="/rhev/data-center/3b67fb92-906b-11ea-bb36-482ae35a5f83/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe">
        <seclabel model="dac" type="none" relabel="no"/>
      </source>
      <driver name="qemu" iothread="1" io="threads" type="qcow2" error_policy="stop" cache="none"/>
      <alias name="ua-0191384a-3e0a-472f-a889-d95622cb6916"/>
      <address bus="0x04" domain="0x0000" function="0x0" slot="0x00" type="pci"/>
      <boot order="1"/>
      <serial>0191384a-3e0a-472f-a889-d95622cb6916</serial>
    </disk>
  </devices>
  <pm>
    <suspend-to-disk enabled="no"/>
    <suspend-to-mem enabled="no"/>
  </pm>
  <os>
    <type arch="x86_64" machine="pc-q35-rhel8.1.0">hvm</type>
    <smbios mode="sysinfo"/>
  </os>
  <metadata>
    <ovirt-tune:qos/>
    <ovirt-vm:vm>
      <ovirt-vm:minGuaranteedMemoryMb type="int">1024</ovirt-vm:minGuaranteedMemoryMb>
      <ovirt-vm:clusterVersion>4.4</ovirt-vm:clusterVersion>
      <ovirt-vm:custom/>
      <ovirt-vm:device devtype="disk" name="vda">
        <ovirt-vm:poolID>3b67fb92-906b-11ea-bb36-482ae35a5f83</ovirt-vm:poolID>
        <ovirt-vm:volumeID>7f553f44-db08-480e-8c86-cbdeccedfafe</ovirt-vm:volumeID>
        <ovirt-vm:imageID>0191384a-3e0a-472f-a889-d95622cb6916</ovirt-vm:imageID>
        <ovirt-vm:domainID>4fd23357-6047-46c9-aa81-ba6a12a9e8bd</ovirt-vm:domainID>
      </ovirt-vm:device>
      <ovirt-vm:launchPaused>false</ovirt-vm:launchPaused>
      <ovirt-vm:resumeBehavior>auto_resume</ovirt-vm:resumeBehavior>
    </ovirt-vm:vm>
  </metadata>
</domain>

2020-06-09 15:13:00,366+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateBrokerVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] FINISH, CreateBrokerVDSCommand, re
turn: , log id: 6c773bff
2020-06-09 15:13:00,368+03 INFO  [org.ovirt.engine.core.vdsbroker.CreateVDSCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] FINISH, CreateVDSCommand, return: WaitForLaunch, log id: 3ea1a248
2020-06-09 15:13:00,368+03 INFO  [org.ovirt.engine.core.bll.RunVmCommand] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] Lock freed to object 'EngineLock:{exclusiveLocks='[bebec40d-03f9-40d3-acb9-37ddadc67849=VM]', sharedLocks=''}'
2020-06-09 15:13:00,371+03 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engine-Thread-2516) [71934a00] EVENT_ID: USER_STARTED_VM(153), VM snapshot_test was started by admin@internal-authz (Host: host_mixed_2).
2020-06-09 15:13:00,957+03 INFO  [org.ovirt.engine.core.vdsbroker.monitoring.PollVmStatsRefresher] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-65) [] Fetched 0 VMs from VDS 'c861e3c5-70c9-4ce7-abd9-989c7b8b6f6d'
2020-06-09 15:13:03,756+03 INFO  [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer] (ForkJoinPool-1-worker-31) [71934a00] VM 'bebec40d-03f9-40d3-acb9-37ddadc67849'(snapshot_test) moved from 'WaitForLaunch' --> 'PoweringUp'
2020-06-09 15:13:03,777+03 INFO  [org.ovirt.engine.core.vdsbroker.VdsManager] (ForkJoinPool-1-worker-31) [71934a00] VMs initialization finished for Host: 'host_mixed_2:b3a25def-24e7-44bb-bbe9-4aa8a5dd888b'
2020-06-09 15:13:03,778+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.DumpXmlsVDSCommand] (ForkJoinPool-1-worker-31) [71934a00] START, DumpXmlsVDSCommand(HostName = host_mixed_2, Params:{hostId='b3a25def-24e7-44bb-bbe9-4aa8a5dd888b', vmIds='[bebec40d-03f9-40d3-acb9-37ddadc67849]'}), log id: 5ec3e13c
2020-06-09 15:13:03,825+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.DumpXmlsVDSCommand] (ForkJoinPool-1-worker-31) [71934a00] FINISH, DumpXmlsVDSCommand, return: {bebec40d-03f9-40d3-
acb9-37ddadc67849=<domain type='kvm' id='1' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  <name>snapshot_test</name>
  <uuid>bebec40d-03f9-40d3-acb9-37ddadc67849</uuid>
  <metadata xmlns:ns1="http://ovirt.org/vm/tune/1.0"; xmlns:ovirt-vm="http://ovirt.org/vm/1.0";>
    <ns1:qos/>
    <ovirt-vm:vm xmlns:ovirt-vm="http://ovirt.org/vm/1.0";>
    <ovirt-vm:balloonTarget type="int">1048576</ovirt-vm:balloonTarget>
    <ovirt-vm:clusterVersion>4.4</ovirt-vm:clusterVersion>
    <ovirt-vm:destroy_on_reboot type="bool">False</ovirt-vm:destroy_on_reboot>
    <ovirt-vm:launchPaused>false</ovirt-vm:launchPaused>
    <ovirt-vm:memGuaranteedSize type="int">1024</ovirt-vm:memGuaranteedSize>
    <ovirt-vm:minGuaranteedMemoryMb type="int">1024</ovirt-vm:minGuaranteedMemoryMb>
    <ovirt-vm:resumeBehavior>auto_resume</ovirt-vm:resumeBehavior>
    <ovirt-vm:startTime type="float">1591704780.3419867</ovirt-vm:startTime>
    <ovirt-vm:device devtype="disk" name="vda">
        <ovirt-vm:domainID>4fd23357-6047-46c9-aa81-ba6a12a9e8bd</ovirt-vm:domainID>
        <ovirt-vm:imageID>0191384a-3e0a-472f-a889-d95622cb6916</ovirt-vm:imageID>
        <ovirt-vm:poolID>3b67fb92-906b-11ea-bb36-482ae35a5f83</ovirt-vm:poolID>
        <ovirt-vm:volumeID>7f553f44-db08-480e-8c86-cbdeccedfafe</ovirt-vm:volumeID>
        <ovirt-vm:specParams>
            <ovirt-vm:pinToIoThread>1</ovirt-vm:pinToIoThread>
        </ovirt-vm:specParams>
        <ovirt-vm:volumeChain>
            <ovirt-vm:volumeChainNode>
                <ovirt-vm:domainID>4fd23357-6047-46c9-aa81-ba6a12a9e8bd</ovirt-vm:domainID>
                <ovirt-vm:imageID>0191384a-3e0a-472f-a889-d95622cb6916</ovirt-vm:imageID>
                <ovirt-vm:leaseOffset type="int">0</ovirt-vm:leaseOffset>
                <ovirt-vm:leasePath>/rhev/data-center/mnt/yellow-vdsb.qa.lab.tlv.redhat.com:_Compute__NFS_GE_compute-ge-4_nfs__0/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe.lease</ovirt-vm:leasePath>
                <ovirt-vm:path>/rhev/data-center/mnt/yellow-vdsb.qa.lab.tlv.redhat.com:_Compute__NFS_GE_compute-ge-4_nfs__0/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe</ovirt-vm:path>
                <ovirt-vm:volumeID>7f553f44-db08-480e-8c86-cbdeccedfafe</ovirt-vm:volumeID>
            </ovirt-vm:volumeChainNode>
        </ovirt-vm:volumeChain>
    </ovirt-vm:device>
</ovirt-vm:vm>
  </metadata>
  <maxMemory slots='16' unit='KiB'>4194304</maxMemory>
  <memory unit='KiB'>1048576</memory>
  <currentMemory unit='KiB'>1048576</currentMemory>
  <vcpu placement='static' current='1'>16</vcpu>
  <iothreads>1</iothreads>
  <resource>
    <partition>/machine</partition>
  </resource>
  <sysinfo type='smbios'>
    <system>
      <entry name='manufacturer'>oVirt</entry>
      <entry name='product'>RHEL</entry>
      <entry name='version'>8.2-1.0.el8</entry>
      <entry name='serial'>5b70fa2d-8f4b-401f-aa09-2480e1a0adac</entry>
      <entry name='uuid'>bebec40d-03f9-40d3-acb9-37ddadc67849</entry>
      <entry name='family'>oVirt</entry>
    </system>
  </sysinfo>
  <os>
    <type arch='x86_64' machine='pc-q35-rhel8.1.0'>hvm</type>
    <smbios mode='sysinfo'/>
  </os>
  <features>
    <acpi/>
  </features>
  <cpu mode='custom' match='exact' check='full'>
    <model fallback='forbid'>Skylake-Client</model>
    <topology sockets='16' dies='1' cores='1' threads='1'/>
    <feature policy='disable' name='hle'/>
    <feature policy='disable' name='rtm'/>
    <feature policy='require' name='hypervisor'/>
    <feature policy='disable' name='mpx'/>
    <numa>
      <cell id='0' cpus='0-15' memory='1048576' unit='KiB'/>
    </numa>
  </cpu>
  <clock offset='variable' adjustment='0' basis='utc'>
    <timer name='rtc' tickpolicy='catchup'/>
    <timer name='pit' tickpolicy='delay'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <pm>
    <suspend-to-mem enabled='no'/>
    <suspend-to-disk enabled='no'/>
  </pm>
  <devices>
    <emulator>/usr/libexec/qemu-kvm</emulator>
    <disk type='file' device='disk' snapshot='no'>
      <driver name='qemu' type='qcow2' cache='none' error_policy='stop' io='threads' iothread='1'/>
      <source file='/rhev/data-center/mnt/yellow-vdsb.qa.lab.tlv.redhat.com:_Compute__NFS_GE_compute-ge-4_nfs__0/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe' index='1'>
        <seclabel model='dac' relabel='no'/>
      </source>
      <backingStore/>
      <target dev='vda' bus='virtio'/>
      <serial>0191384a-3e0a-472f-a889-d95622cb6916</serial>
      <boot order='1'/>
      <alias name='ua-0191384a-3e0a-472f-a889-d95622cb6916'/>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
    </disk>
    <controller type='pci' index='1' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='1' port='0x10'/>
      <alias name='pci.1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='2' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='2' port='0x11'/>
      <alias name='pci.2'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
    </controller>
    <controller type='pci' index='3' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='3' port='0x12'/>
      <alias name='pci.3'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
    </controller>
    <controller type='pci' index='4' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='4' port='0x13'/>
      <alias name='pci.4'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
    </controller>
    <controller type='pci' index='5' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='5' port='0x14'/>
      <alias name='pci.5'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
    </controller>
    <controller type='pci' index='6' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='6' port='0x15'/>
      <alias name='pci.6'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/>
    </controller>
    <controller type='pci' index='7' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='7' port='0x16'/>
      <alias name='pci.7'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x6'/>
    </controller>
    <controller type='pci' index='8' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='8' port='0x17'/>
      <alias name='pci.8'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x7'/>
    </controller>
    <controller type='pci' index='9' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='9' port='0x18'/>
      <alias name='pci.9'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='10' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='10' port='0x19'/>
      <alias name='pci.10'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/>
    </controller>
    <controller type='pci' index='11' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='11' port='0x1a'/>
      <alias name='pci.11'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/>
    </controller>
    <controller type='pci' index='12' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='12' port='0x1b'/>
      <alias name='pci.12'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x3'/>
    </controller>
    <controller type='pci' index='13' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='13' port='0x1c'/>
      <alias name='pci.13'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x4'/>
    </controller>
    <controller type='pci' index='14' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='14' port='0x1d'/>
      <alias name='pci.14'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x5'/>
    </controller>
    <controller type='pci' index='15' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='15' port='0x1e'/>
      <alias name='pci.15'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x6'/>
    </controller>
    <controller type='pci' index='16' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='16' port='0x1f'/>
      <alias name='pci.16'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x7'/>
    </controller>
    <controller type='pci' index='0' model='pcie-root'>
      <alias name='pcie.0'/>
    </controller>
    <controller type='usb' index='0' model='qemu-xhci' ports='8'>
      <alias name='ua-28d96ac7-9488-4b3e-9c7c-7324330382da'/>
      <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
    </controller>
    <controller type='scsi' index='0' model='virtio-scsi'>
      <driver iothread='1'/>
      <alias name='scsi0'/>
      <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
    </controller>
    <controller type='virtio-serial' index='0' ports='16'>
      <alias name='ua-766135c4-4549-4f31-8075-0c5deb925c69'/>
      <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
    </controller>
    <controller type='sata' index='0'>
      <alias name='ide'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
    </controller>
    <channel type='unix'>
      <source mode='bind' path='/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.ovirt-guest-agent.0'/>
      <target type='virtio' name='ovirt-guest-agent.0' state='disconnected'/>
      <alias name='channel0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
    <channel type='unix'>
      <source mode='bind' path='/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.org.qemu.guest_agent.0'/>
      <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
      <alias name='channel1'/>
      <address type='virtio-serial' controller='0' bus='0' port='2'/>
    </channel>
    <channel type='spicevmc'>
      <target type='virtio' name='com.redhat.spice.0' state='disconnected'/>
      <alias name='channel2'/>
      <address type='virtio-serial' controller='0' bus='0' port='3'/>
    </channel>
    <input type='tablet' bus='usb'>
      <alias name='input0'/>
      <address type='usb' bus='0' port='1'/>
    </input>
    <input type='mouse' bus='ps2'>
      <alias name='input1'/>
    </input>
    <input type='keyboard' bus='ps2'>
      <alias name='input2'/>
    </input>
    <graphics type='spice' port='5900' tlsPort='5901' autoport='yes' listen='10.46.9.68' passwdValidTo='1970-01-01T00:00:01'>
      <listen type='network' address='10.46.9.68' network='vdsm-ovirtmgmt'/>
      <channel name='main' mode='secure'/>
      <channel name='display' mode='secure'/>
      <channel name='inputs' mode='secure'/>
      <channel name='cursor' mode='secure'/>
      <channel name='playback' mode='secure'/>
      <channel name='record' mode='secure'/>
      <channel name='smartcard' mode='secure'/>
      <channel name='usbredir' mode='secure'/>
    </graphics>
    <graphics type='vnc' port='5902' autoport='yes' listen='10.46.9.68' keymap='en-us' passwdValidTo='1970-01-01T00:00:01'>
      <listen type='network' address='10.46.9.68' network='vdsm-ovirtmgmt'/>
    </graphics>
    <video>
      <model type='none'/>
      <alias name='video0'/>
    </video>
    <memballoon model='virtio'>
      <stats period='5'/>
      <alias name='ua-7e8c0a4d-e92e-4b48-93d9-5e3b1881c315'/>
      <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
    </memballoon>
    <rng model='virtio'>
      <backend model='random'>/dev/urandom</backend>
      <alias name='ua-5cd1b231-159f-4bcd-a41e-07787075552b'/>
      <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
    </rng>
  </devices>
  <seclabel type='dynamic' model='selinux' relabel='yes'>
    <label>system_u:system_r:svirt_t:s0:c59,c71</label>
    <imagelabel>system_u:object_r:svirt_image_t:s0:c59,c71</imagelabel>
  </seclabel>
  <seclabel type='dynamic' model='dac' relabel='yes'>
    <label>+107:+107</label>
    <imagelabel>+107:+107</imagelabel>
  </seclabel>
  <qemu:capabilities>
    <qemu:add capability='blockdev'/>
    <qemu:add capability='incremental-backup'/>
  </qemu:capabilities>
</domain>
}, log id: 5ec3e13c
2020-06-09 15:13:03,870+03 WARN  [org.ovirt.engine.core.vdsbroker.libvirt.VmDevicesConverter] (ForkJoinPool-1-worker-31) [71934a00] Received unexpected user-alias: video0
2020-06-09 15:13:03,870+03 WARN  [org.ovirt.engine.core.vdsbroker.libvirt.VmDevicesConverter] (ForkJoinPool-1-worker-31) [71934a00] unmanaged video device with address '' is ignored
2020-06-09 15:13:03,874+03 ERROR [org.ovirt.engine.core.vdsbroker.monitoring.VmDevicesMonitoring] (ForkJoinPool-1-worker-31) [71934a00] VM 'bebec40d-03f9-40d3-acb9-37ddadc67849' managed non 
pluggable device was removed unexpectedly from libvirt: 'VmDevice:{id='VmDeviceId:{deviceId='5bbf733a-776b-48bb-a9f2-ab6695e639f7', vmId='bebec40d-03f9-40d3-acb9-37ddadc67849'}', device='qxl
', type='VIDEO', specParams='[vgamem=16384, heads=1, ram=65536, vram=8192]', address='', managed='true', plugged='false', readOnly='false', deviceAlias='ua-7518fd07-697e-4f0b-a04b-4fce3d25dd
c6', customProperties='[]', snapshotId='null', logicalName='null', hostDevice='null'}'
2020-06-09 15:13:03,875+03 ERROR [org.ovirt.engine.core.vdsbroker.monitoring.VmDevicesMonitoring] (ForkJoinPool-1-worker-31) [71934a00] VM 'bebec40d-03f9-40d3-acb9-37ddadc67849' managed non 
pluggable device was removed unexpectedly from libvirt: 'VmDevice:{id='VmDeviceId:{deviceId='6b39c3a4-09ff-40b2-83fc-8c27a11cf9e9', vmId='bebec40d-03f9-40d3-acb9-37ddadc67849'}', device='cdr
om', type='DISK', specParams='[]', address='', managed='true', plugged='false', readOnly='true', deviceAlias='ua-e766f8d2-30ff-471b-8b25-39a5e2bbcdb4', customProperties='[]', snapshotId='nul
l', logicalName='null', hostDevice='null'}'
2020-06-09 15:13:03,875+03 ERROR [org.ovirt.engine.core.vdsbroker.monitoring.VmDevicesMonitoring] (ForkJoinPool-1-worker-31) [71934a00] VM 'bebec40d-03f9-40d3-acb9-37ddadc67849' managed non 
pluggable device was removed unexpectedly from libvirt: 'VmDevice:{id='VmDeviceId:{deviceId='814411cd-e6c1-4034-b428-7fe3754d4891', vmId='bebec40d-03f9-40d3-acb9-37ddadc67849'}', device='vir
tio-scsi', type='CONTROLLER', specParams='[]', address='', managed='true', plugged='false', readOnly='false', deviceAlias='ua-4b808e77-c561-4d7d-93a2-15fd5911ed43', customProperties='[]', sn
apshotId='null', logicalName='null', hostDevice='null'}'
2020-06-09 15:13:05,152+03 INFO  [org.ovirt.engine.core.vdsbroker.monitoring.PollVmStatsRefresher] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-74) [] Fetched 1 VMs f
rom VDS 'b3a25def-24e7-44bb-bbe9-4aa8a5dd888b'
2020-06-09 15:13:50,409+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.DumpXmlsVDSCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-74) [] START, DumpXmlsVDS
Command(HostName = host_mixed_2, Params:{hostId='b3a25def-24e7-44bb-bbe9-4aa8a5dd888b', vmIds='[bebec40d-03f9-40d3-acb9-37ddadc67849]'}), log id: 5654161a
2020-06-09 15:13:50,454+03 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.DumpXmlsVDSCommand] (EE-ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-74) [] FINISH, DumpXmlsVD
SCommand, return: {bebec40d-03f9-40d3-acb9-37ddadc67849=<domain type='kvm' id='1' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  <name>snapshot_test</name>
  <uuid>bebec40d-03f9-40d3-acb9-37ddadc67849</uuid>
  <metadata xmlns:ns1="http://ovirt.org/vm/tune/1.0"; xmlns:ovirt-vm="http://ovirt.org/vm/1.0";>
    <ns1:qos/>
    <ovirt-vm:vm xmlns:ovirt-vm="http://ovirt.org/vm/1.0";>
    <ovirt-vm:balloonTarget type="int">1048576</ovirt-vm:balloonTarget>
    <ovirt-vm:clusterVersion>4.4</ovirt-vm:clusterVersion>
    <ovirt-vm:destroy_on_reboot type="bool">False</ovirt-vm:destroy_on_reboot>
    <ovirt-vm:launchPaused>false</ovirt-vm:launchPaused>
    <ovirt-vm:memGuaranteedSize type="int">1024</ovirt-vm:memGuaranteedSize>
    <ovirt-vm:minGuaranteedMemoryMb type="int">1024</ovirt-vm:minGuaranteedMemoryMb>
    <ovirt-vm:resumeBehavior>auto_resume</ovirt-vm:resumeBehavior>
    <ovirt-vm:startTime type="float">1591704780.3419867</ovirt-vm:startTime>
    <ovirt-vm:device devtype="disk" name="vda">
        <ovirt-vm:domainID>4fd23357-6047-46c9-aa81-ba6a12a9e8bd</ovirt-vm:domainID>
        <ovirt-vm:guestName>/dev/vda2</ovirt-vm:guestName>
        <ovirt-vm:imageID>0191384a-3e0a-472f-a889-d95622cb6916</ovirt-vm:imageID>
        <ovirt-vm:poolID>3b67fb92-906b-11ea-bb36-482ae35a5f83</ovirt-vm:poolID>
        <ovirt-vm:volumeID>7f553f44-db08-480e-8c86-cbdeccedfafe</ovirt-vm:volumeID>
        <ovirt-vm:specParams>
            <ovirt-vm:pinToIoThread>1</ovirt-vm:pinToIoThread>
        </ovirt-vm:specParams>
        <ovirt-vm:volumeChain>
            <ovirt-vm:volumeChainNode>
                <ovirt-vm:domainID>4fd23357-6047-46c9-aa81-ba6a12a9e8bd</ovirt-vm:domainID>
                <ovirt-vm:imageID>0191384a-3e0a-472f-a889-d95622cb6916</ovirt-vm:imageID>
                <ovirt-vm:leaseOffset type="int">0</ovirt-vm:leaseOffset>
                <ovirt-vm:leasePath>/rhev/data-center/mnt/yellow-vdsb.qa.lab.tlv.redhat.com:_Compute__NFS_GE_compute-ge-4_nfs__0/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe.lease</ovirt-vm:leasePath>
                <ovirt-vm:path>/rhev/data-center/mnt/yellow-vdsb.qa.lab.tlv.redhat.com:_Compute__NFS_GE_compute-ge-4_nfs__0/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe</ovirt-vm:path>
                <ovirt-vm:volumeID>7f553f44-db08-480e-8c86-cbdeccedfafe</ovirt-vm:volumeID>
            </ovirt-vm:volumeChainNode>
        </ovirt-vm:volumeChain>
    </ovirt-vm:device>
</ovirt-vm:vm>
  </metadata>
  <maxMemory slots='16' unit='KiB'>4194304</maxMemory>
  <memory unit='KiB'>1048576</memory>
  <currentMemory unit='KiB'>1048576</currentMemory>
  <vcpu placement='static' current='1'>16</vcpu>
  <iothreads>1</iothreads>
  <resource>
    <partition>/machine</partition>
  </resource>
  <sysinfo type='smbios'>
    <system>
      <entry name='manufacturer'>oVirt</entry>
      <entry name='product'>RHEL</entry>
      <entry name='version'>8.2-1.0.el8</entry>
      <entry name='serial'>5b70fa2d-8f4b-401f-aa09-2480e1a0adac</entry>
      <entry name='uuid'>bebec40d-03f9-40d3-acb9-37ddadc67849</entry>
      <entry name='family'>oVirt</entry>
    </system>
  </sysinfo>
  <os>
    <type arch='x86_64' machine='pc-q35-rhel8.1.0'>hvm</type>
    <smbios mode='sysinfo'/>
  </os>
  <features>
    <acpi/>
  </features>
  <cpu mode='custom' match='exact' check='full'>
    <model fallback='forbid'>Skylake-Client</model>
    <topology sockets='16' dies='1' cores='1' threads='1'/>
    <feature policy='disable' name='hle'/>
    <feature policy='disable' name='rtm'/>
    <feature policy='require' name='hypervisor'/>
    <feature policy='disable' name='mpx'/>
    <numa>
      <cell id='0' cpus='0-15' memory='1048576' unit='KiB'/>
    </numa>
  </cpu>
  <clock offset='variable' adjustment='0' basis='utc'>
    <timer name='rtc' tickpolicy='catchup'/>
    <timer name='pit' tickpolicy='delay'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <pm>
    <suspend-to-mem enabled='no'/>
    <suspend-to-disk enabled='no'/>
  </pm>
  <devices>
    <emulator>/usr/libexec/qemu-kvm</emulator>
    <disk type='file' device='disk' snapshot='no'>
      <driver name='qemu' type='qcow2' cache='none' error_policy='stop' io='threads' iothread='1'/>
      <source file='/rhev/data-center/mnt/yellow-vdsb.qa.lab.tlv.redhat.com:_Compute__NFS_GE_compute-ge-4_nfs__0/4fd23357-6047-46c9-aa81-ba6a12a9e8bd/images/0191384a-3e0a-472f-a889-d95622cb6916/7f553f44-db08-480e-8c86-cbdeccedfafe' index='1'>
        <seclabel model='dac' relabel='no'/>
      </source>
      <backingStore/>
      <target dev='vda' bus='virtio'/>
      <serial>0191384a-3e0a-472f-a889-d95622cb6916</serial>
      <boot order='1'/>
      <alias name='ua-0191384a-3e0a-472f-a889-d95622cb6916'/>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
    </disk>
    <controller type='pci' index='1' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='1' port='0x10'/>
      <alias name='pci.1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='2' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='2' port='0x11'/>
      <alias name='pci.2'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
    </controller>
    <controller type='pci' index='3' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='3' port='0x12'/>
      <alias name='pci.3'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
    </controller>
    <controller type='pci' index='4' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='4' port='0x13'/>
      <alias name='pci.4'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
    </controller>
    <controller type='pci' index='5' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='5' port='0x14'/>
      <alias name='pci.5'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/>
    </controller>
    <controller type='pci' index='6' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='6' port='0x15'/>
      <alias name='pci.6'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/>
    </controller>
    <controller type='pci' index='7' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='7' port='0x16'/>
      <alias name='pci.7'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x6'/>
    </controller>
    <controller type='pci' index='8' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='8' port='0x17'/>
      <alias name='pci.8'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x7'/>
    </controller>
    <controller type='pci' index='9' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='9' port='0x18'/>
      <alias name='pci.9'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='10' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='10' port='0x19'/>
      <alias name='pci.10'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/>
    </controller>
    <controller type='pci' index='11' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='11' port='0x1a'/>
      <alias name='pci.11'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/>
    </controller>
    <controller type='pci' index='12' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='12' port='0x1b'/>
      <alias name='pci.12'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x3'/>
    </controller>
    <controller type='pci' index='13' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='13' port='0x1c'/>
      <alias name='pci.13'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x4'/>
    </controller>
    <controller type='pci' index='14' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='14' port='0x1d'/>
      <alias name='pci.14'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x5'/>
    </controller>
    <controller type='pci' index='15' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='15' port='0x1e'/>
      <alias name='pci.15'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x6'/>
    </controller>
    <controller type='pci' index='16' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='16' port='0x1f'/>
      <alias name='pci.16'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x7'/>
    </controller>
    <controller type='pci' index='0' model='pcie-root'>
      <alias name='pcie.0'/>
    </controller>
    <controller type='usb' index='0' model='qemu-xhci' ports='8'>
      <alias name='ua-28d96ac7-9488-4b3e-9c7c-7324330382da'/>
      <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
    </controller>
    <controller type='scsi' index='0' model='virtio-scsi'>
      <driver iothread='1'/>
      <alias name='scsi0'/>
      <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
    </controller>
    <controller type='virtio-serial' index='0' ports='16'>
      <alias name='ua-766135c4-4549-4f31-8075-0c5deb925c69'/>
      <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
    </controller>
    <controller type='sata' index='0'>
      <alias name='ide'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
    </controller>
    <channel type='unix'>
      <source mode='bind' path='/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.ovirt-guest-agent.0'/>
      <target type='virtio' name='ovirt-guest-agent.0' state='disconnected'/>
      <alias name='channel0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
    <channel type='unix'>
      <source mode='bind' path='/var/lib/libvirt/qemu/channels/bebec40d-03f9-40d3-acb9-37ddadc67849.org.qemu.guest_agent.0'/>
      <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/>
      <alias name='channel1'/>
      <address type='virtio-serial' controller='0' bus='0' port='2'/>
    </channel>
    <channel type='spicevmc'>
      <target type='virtio' name='com.redhat.spice.0' state='disconnected'/>
      <alias name='channel2'/>
      <address type='virtio-serial' controller='0' bus='0' port='3'/>
    </channel>
    <input type='tablet' bus='usb'>
      <alias name='input0'/>
      <address type='usb' bus='0' port='1'/>
    </input>
    <input type='mouse' bus='ps2'>
      <alias name='input1'/>
    </input>
    <input type='keyboard' bus='ps2'>
      <alias name='input2'/>
    </input>
    <graphics type='spice' port='5900' tlsPort='5901' autoport='yes' listen='10.46.9.68' passwdValidTo='1970-01-01T00:00:01'>
      <listen type='network' address='10.46.9.68' network='vdsm-ovirtmgmt'/>
      <channel name='main' mode='secure'/>
      <channel name='display' mode='secure'/>
      <channel name='inputs' mode='secure'/>
      <channel name='cursor' mode='secure'/>
      <channel name='playback' mode='secure'/>
      <channel name='record' mode='secure'/>
      <channel name='smartcard' mode='secure'/>
      <channel name='usbredir' mode='secure'/>
    </graphics>
    <graphics type='vnc' port='5902' autoport='yes' listen='10.46.9.68' keymap='en-us' passwdValidTo='1970-01-01T00:00:01'>
      <listen type='network' address='10.46.9.68' network='vdsm-ovirtmgmt'/>
    </graphics>
    <video>
      <model type='none'/>
      <alias name='video0'/>
    </video>
    <memballoon model='virtio'>
      <stats period='5'/>
      <alias name='ua-7e8c0a4d-e92e-4b48-93d9-5e3b1881c315'/>
      <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
    </memballoon>
    <rng model='virtio'>
      <backend model='random'>/dev/urandom</backend>
      <alias name='ua-5cd1b231-159f-4bcd-a41e-07787075552b'/>
      <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
    </rng>
  </devices>
  <seclabel type='dynamic' model='selinux' relabel='yes'>
    <label>system_u:system_r:svirt_t:s0:c59,c71</label>
    <imagelabel>system_u:object_r:svirt_image_t:s0:c59,c71</imagelabel>
  </seclabel>
  <seclabel type='dynamic' model='dac' relabel='yes'>
    <label>+107:+107</label>
    <imagelabel>+107:+107</imagelabel>
  </seclabel>
  <qemu:capabilities>
    <qemu:add capability='blockdev'/>
    <qemu:add capability='incremental-backup'/>
  </qemu:capabilities>
</domain>
}, log id: 5654161a


[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux