<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>
</p>
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 12px;" lang="x-unicode">Greetings.
<br>
<br>
We are in the process of migrating from oVirt 3.6 to 4.0. To
properly test 4.0 we have setup a parallel 4.0 environment.
<br>
<br>
For the non critical vm:s we thought we try the "export vms -->
move storage domain to the other DC --> import vms" method.
<br>
<br>
While many imports are successful quite a few fails with 'low
level Image copy failed'
<br>
<br>
One of these vm impossible to import have the following disk
layout.
<br>
<br>
* Disk 1 - 100GB (Thin)
<br>
<br>
* Disk2 - 32GB (Preallocated)
<br>
<br>
* Disk3 - 32GB (Thin)
<br>
<br>
Where the two thin disk (1 & 3) are successfully imported but
disk2, the preallocated always fail.
<br>
<br>
From engine.log
<br>
<br>
2016-10-19 18:50:28,096 INFO
[org.ovirt.engine.core.bll.tasks.SPMAsyncTask]
(DefaultQuartzScheduler2) [2dc919bd]
BaseAsyncTask::onTaskEndSuccess: Task
'30832827-078e-4359-8552-0dccdc9821ff' (Parent Command 'ImportVm',
Parameters Type
'org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters')
ended successfully.
<br>
2016-10-19 18:50:28,096 INFO
[org.ovirt.engine.core.bll.CommandMultiAsyncTasks]
(DefaultQuartzScheduler2) [2dc919bd] Task with DB Task ID
'64829f3d-194b-434f-8997-4723770e4638' and VDSM Task ID
'bccae407-0c28-4556-80d3-6b61887ce045' is in state Polling. End
action for command 39bbd979-e9f8-4cf6-901f-55d109baa9cc will
proceed when all the entity's tasks are completed.
<br>
2016-10-19 18:50:40,231 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksStatusesVDSCommand]
(DefaultQuartzScheduler2) [2dc919bd] Failed in
'HSMGetAllTasksStatusesVDS' method
<br>
2016-10-19 18:50:40,243 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(DefaultQuartzScheduler2) [2dc919bd] Correlation ID: null, Call
Stack: null, Custom Event ID: -1, Message: VDSM fattony command
failed: low level Image copy failed
<br>
2016-10-19 18:50:40,243 INFO
[org.ovirt.engine.core.bll.tasks.SPMAsyncTask]
(DefaultQuartzScheduler2) [2dc919bd] SPMAsyncTask::PollTask:
Polling task 'bccae407-0c28-4556-80d3-6b61887ce045' (Parent
Command 'ImportVm', Parameters Type
'org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters')
returned status 'finished', result 'cleanSuccess'.
<br>
2016-10-19 18:50:40,296 ERROR
[org.ovirt.engine.core.bll.tasks.SPMAsyncTask]
(DefaultQuartzScheduler2) [2dc919bd]
BaseAsyncTask::logEndTaskFailure: Task
'bccae407-0c28-4556-80d3-6b61887ce045' (Parent Command 'ImportVm',
Parameters Type
'org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters')
ended with failure:
<br>
-- Result: 'cleanSuccess'
<br>
-- Message: 'VDSGenericException: VDSErrorException: Failed to
HSMGetAllTasksStatusesVDS, error = low level Image copy failed,
code = 261',
<br>
-- Exception: 'VDSGenericException: VDSErrorException: Failed to
HSMGetAllTasksStatusesVDS, error = low level Image copy failed,
code = 261'
<br>
<br>
and from vdsm.log
<br>
<br>
bccae407-0c28-4556-80d3-6b61887ce045::DEBUG::2016-10-19
18:50:36,451::resourceManager::661::Storage.ResourceManager::(releaseResource)
No one is waiting for resource
'61842ad9-42da-40a9-8ec8-dd7807a82916_imageNS.9eb60288-27b6-4fb1-aef1-4246455d588e',
Clearing records.
<br>
bccae407-0c28-4556-80d3-6b61887ce045::ERROR::2016-10-19
18:50:36,452::task::868::Storage.TaskManager.Task::(_setError)
Task=`bccae407-0c28-4556-80d3-6b61887ce045`::Unexpected error
<br>
Traceback (most recent call last):
<br>
File "/usr/share/vdsm/storage/task.py", line 875, in _run
<br>
return fn(*args, **kargs)
<br>
File "/usr/share/vdsm/storage/task.py", line 334, in run
<br>
return self.cmd(*self.argslist, **self.argsdict)
<br>
File
"/usr/lib/python2.7/site-packages/vdsm/storage/securable.py", line
78, in wrapper
<br>
return method(self, *args, **kwargs)
<br>
File "/usr/share/vdsm/storage/sp.py", line 1558, in copyImage
<br>
postZero, force)
<br>
File "/usr/share/vdsm/storage/image.py", line 902, in
copyCollapsed
<br>
raise se.CopyImageError(str(e))
<br>
CopyImageError: low level Image copy failed: ('ecode=1, stdout=,
stderr=qemu-img: error while writing sector 73912303: No space
left on device\n, message=None',)
<br>
<br>
<br>
To further figure out what is going on we created a wrapper,
replacing qemu-img with a script that runs qemu-img through
strace.
<br>
What caught our attention is the following two lseek
<br>
<br>
stat("/rhev/data-center/9d200b26-359e-48b6-972a-90da179e4829/61842ad9-42da-40a9-8ec8-dd7807a82916/images/9eb60288-27b6-4fb1-aef1-4246455d588e/ddf8b402-514c-4a3c-9683-26810a7c41c0",
{st_mode=S_IFREG|0660, st_size=37849399296, ...}) = 0
<br>
open("/rhev/data-center/9d200b26-359e-48b6-972a-90da179e4829/61842ad9-42da-40a9-8ec8-dd7807a82916/images/9eb60288-27b6-4fb1-aef1-4246455d588e/ddf8b402-514c-4a3c-9683-26810a7c41c0",
O_RDONLY|O_DIRECT|O_CLOEXEC) = 12
<br>
fstat(12, {st_mode=S_IFREG|0660, st_size=37849399296, ...}) = 0
<br>
lseek(12, 0, SEEK_END) = 37849399296
<br>
<br>
AND
<br>
<br>
stat("/rhev/data-center/mnt/blockSD/cb64e1fc-98b6-4b8c-916e-418d05bcd467/images/a1d70c22-cace-48d2-9809-caadc70b77e7/71f5fe82-81dd-47e9-aa3f-1a66622db4cb",
{st_mode=S_IFBLK|0660, st_rdev=makedev(253, 42), ...}) = 0
<br>
open("/rhev/data-center/mnt/blockSD/cb64e1fc-98b6-4b8c-916e-418d05bcd467/images/a1d70c22-cace-48d2-9809-caadc70b77e7/71f5fe82-81dd-47e9-aa3f-1a66622db4cb",
O_WRONLY|O_CLOEXEC) = 14
<br>
fstat(14, {st_mode=S_IFBLK|0660, st_rdev=makedev(253, 42), ...}) =
0
<br>
lseek(14, 0, SEEK_END) = 34359738368
<br>
<br>
The first checking the size of the image (37849399296) , and the
second the size of logical volume (34359738368) just created to
hold this image.
<br>
And as you can see the volume is smaller in size than the image it
should hold, whereas we are under the impression something made an
incorrect decision when creating that volume.
<br>
<br>
We are uncertain what decides the size of the volume to be
created. Could this from the exported vm;s ovf explain what we are
seeing ? (size vs actual size)<br>
<br>
<Disk ovf:diskId="ddf8b402-514c-4a3c-9683-26810a7c41c0"
ovf:size="32" ovf:actual_size="35"
ovf:vm_snapshot_id="79cf3b25-5211-4195-888b-847a1e085b76"
ovf:parentRef=""
ovf:fileRef="9eb60288-27b6-4fb1-aef1-4246455d588e/ddf8b402-514c-4a3c-9683-26810a7c41c0"
ovf:format=<a class="moz-txt-link-rfc2396E"
href="http://www.vmware.com/specifications/vmdk.html#sparse">"http://www.vmware.com/specifications/vmdk.html#sparse"</a>
ovf:volume-format="RAW" ovf:volume-type="Preallocated"
ovf:disk-interface="VirtIO" ovf:boot="false"
ovf:disk-alias="Elementary_Jenkins" ovf:disk-description="Mount me
as /elementary/jenkins and you should be ready to go (xfs with
label jenkins)" ovf:wipe-after-delete="false"></Disk>
<br>
<br>
<br>
## Some info ##
<br>
$ /usr/bin/qemu-img.org info
/rhev/data-center/9d200b26-359e-48b6-972a-90da179e4829/61842ad9-42da-40a9-8ec8-dd7807a82916/images/0e7b6498-ae48-46c7-9f4b-2e3b71f1533d/45b9a15b-c8eb-4a82-9a99-05e1e0fca706<br>
<br>
image:
/rhev/data-center/9d200b26-359e-48b6-972a-90da179e4829/61842ad9-42da-40a9-8ec8-dd7807a82916/images/0e7b6498-ae48-46c7-9f4b-2e3b71f1533d/45b9a15b-c8eb-4a82-9a99-05e1e0fca706<br>
file format: qcow2
<br>
virtual size: 32G (34359738368 bytes)
<br>
disk size: 26G
<br>
cluster_size: 65536
<br>
Format specific information:
<br>
compat: 0.10
<br>
refcount bits: 16
<br>
<br>
<br>
cat
/rhev/data-center/9d200b26-359e-48b6-972a-90da179e4829/61842ad9-42da-40a9-8ec8-dd7807a82916/images/0e7b6498-ae48-46c7-9f4b-2e3b71f1533d/45b9a15b-c8eb-4a82-9a99-05e1e0fca706.meta
<br>
DOMAIN=61842ad9-42da-40a9-8ec8-dd7807a82916
<br>
VOLTYPE=LEAF
<br>
CTIME=1476880535
<br>
FORMAT=COW
<br>
IMAGE=0e7b6498-ae48-46c7-9f4b-2e3b71f1533d
<br>
DISKTYPE=2
<br>
PUUID=00000000-0000-0000-0000-000000000000
<br>
LEGALITY=LEGAL
<br>
MTIME=0
<br>
POOL_UUID=
<br>
SIZE=67108864
<br>
TYPE=SPARSE
<br>
DESCRIPTION=
<br>
EOF
<br>
<br>
<br>
$ cat
/rhev/data-center/9d200b26-359e-48b6-972a-90da179e4829/61842ad9-42da-40a9-8ec8-dd7807a82916/master/vms/1eab49ff-f777-4a1e-9b94-04b7094b5d37/1eab49ff-f777-4a1e-9b94-04b7094b5d37.ovf
<br>
<br>
xml version="1.0" encoding="UTF-8"?><ovf:Envelope xmlns:ovf=<a
class="moz-txt-link-rfc2396E"
href="http://schemas.dmtf.org/ovf/envelope/1/">"http://schemas.dmtf.org/ovf/envelope/1/"</a>
xmlns:rasd=<a class="moz-txt-link-rfc2396E"
href="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData">"http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData"</a>
xmlns:vssd=<a class="moz-txt-link-rfc2396E"
href="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData">"http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData"</a>
xmlns:xsi=<a class="moz-txt-link-rfc2396E"
href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a>
ovf:version="3.6.0.0"><References><File
ovf:href="810f083a-7a04-46ac-906b-f5ceeec5228d/9bc6f479-fdcd-4915-b23e-520348d9adbe"
ovf:id="9bc6f479-fdcd-4915-b23e-520348d9adbe"
ovf:size="107374182400" ovf:description="Active VM"
ovf:disk_storage_type="IMAGE"
ovf:cinder_volume_type=""></File><File
ovf:href="0e7b6498-ae48-46c7-9f4b-2e3b71f1533d/45b9a15b-c8eb-4a82-9a99-05e1e0fca706"
ovf:id="45b9a15b-c8eb-4a82-9a99-05e1e0fca706"
ovf:size="34359738368" ovf:description="Active VM"
ovf:disk_storage_type="IMAGE"
ovf:cinder_volume_type=""></File><File
ovf:href="9eb60288-27b6-4fb1-aef1-4246455d588e/ddf8b402-514c-4a3c-9683-26810a7c41c0"
ovf:id="ddf8b402-514c-4a3c-9683-26810a7c41c0"
ovf:size="34359738368" ovf:description="Active VM"
ovf:disk_storage_type="IMAGE"
ovf:cinder_volume_type=""></File><Nic
ovf:id="9d1f9824-d841-4170-90d3-b9ff40e2d2ee"></Nic></References><Section
xsi:type="ovf:NetworkSection_Type"><Info>List of
networks</Info><Network ovf:name="Network
1"></Network></Section><Section
xsi:type="ovf:DiskSection_Type"><Info>List of Virtual
Disks</Info><Disk
ovf:diskId="9bc6f479-fdcd-4915-b23e-520348d9adbe" ovf:size="100"
ovf:actual_size="3"
ovf:vm_snapshot_id="79cf3b25-5211-4195-888b-847a1e085b76"
ovf:parentRef=""
ovf:fileRef="810f083a-7a04-46ac-906b-f5ceeec5228d/9bc6f479-fdcd-4915-b23e-520348d9adbe"
ovf:format=<a class="moz-txt-link-rfc2396E"
href="http://www.gnome.org/%7Emarkmc/qcow-image-format.html">"http://www.gnome.org/~markmc/qcow-image-format.html"</a>
ovf:volume-format="COW" ovf:volume-type="Sparse"
ovf:disk-interface="VirtIO" ovf:boot="false"
ovf:disk-alias="Elementary_Build42.1"
ovf:disk-description="Sources for Opensuse leap (42.1)"
ovf:wipe-after-delete="false"></Disk><Disk
ovf:diskId="45b9a15b-c8eb-4a82-9a99-05e1e0fca706" ovf:size="32"
ovf:actual_size="29"
ovf:vm_snapshot_id="79cf3b25-5211-4195-888b-847a1e085b76"
ovf:parentRef=""
ovf:fileRef="0e7b6498-ae48-46c7-9f4b-2e3b71f1533d/45b9a15b-c8eb-4a82-9a99-05e1e0fca706"
ovf:format=<a class="moz-txt-link-rfc2396E"
href="http://www.gnome.org/%7Emarkmc/qcow-image-format.html">"http://www.gnome.org/~markmc/qcow-image-format.html"</a>
ovf:volume-format="COW" ovf:volume-type="Sparse"
ovf:disk-interface="VirtIO" ovf:boot="true"
ovf:disk-alias="Opensuse42.1-Build_Disk1"
ovf:wipe-after-delete="false"></Disk><Disk
ovf:diskId="ddf8b402-514c-4a3c-9683-26810a7c41c0" ovf:size="32"
ovf:actual_size="35"
ovf:vm_snapshot_id="79cf3b25-5211-4195-888b-847a1e085b76"
ovf:parentRef=""
ovf:fileRef="9eb60288-27b6-4fb1-aef1-4246455d588e/ddf8b402-514c-4a3c-9683-26810a7c41c0"
ovf:format=<a class="moz-txt-link-rfc2396E"
href="http://www.vmware.com/specifications/vmdk.html#sparse">"http://www.vmware.com/specifications/vmdk.html#sparse"</a>
ovf:volume-format="RAW" ovf:volume-type="Preallocated"
ovf:disk-interface="VirtIO" ovf:boot="false"
ovf:disk-alias="Elementary_Jenkins" ovf:disk-description="Mount me
as /elementary/jenkins and you should be ready to go (xfs with
label jenkins)"
ovf:wipe-after-delete="false"></Disk></Section><Content
ovf:id="out"
xsi:type="ovf:VirtualSystem_Type"><Comment>Buildserver
for opensuse 42.1</Comment><CreationDate>2015/10/30
20:21:03</CreationDate><ExportDate>2016/10/19
14:28:50</ExportDate><DeleteProtected>false</DeleteProtected><SsoMethod>guest_agent</SsoMethod><IsSmartcardEnabled>false</IsSmartcardEnabled><TimeZone>Etc/GMT</TimeZone><default_boot_sequence>9</default_boot_sequence><Generation>26</Generation><VmType>1</VmType><ClusterCompatibilityVersion>3.6</ClusterCompatibilityVersion><VncKeyboardLayout>sv</VncKeyboardLayout><MinAllocatedMem>4096</MinAllocatedMem><IsStateless>false</IsStateless><IsRunAndPause>false</IsRunAndPause><AutoStartup>false</AutoStartup><Priority>1</Priority><CreatedByUserId>4fcd3f7e-54e3-4e8e-8f08-08e088f91caa</CreatedByUserId><MigrationSupport>0</MigrationSupport><IsBootMenuEnabled>false</IsBootMenuEnabled><IsSpiceFileTransferEnabled>true</IsSpiceFileTransferEnabled><IsSpiceCopyPasteEnabled>true</IsSpiceCopyPasteEnabled><CustomEmulatedMachine></CustomEmulatedMachine><CustomCpuName></CustomCpuName><PredefinedProperties></PredefinedProperties><UserDefinedProperties></UserDefinedProperties><Name>Opensuse42.1-Build</Name><TemplateId>00000000-0000-0000-0000-000000000000</TemplateId><TemplateName>Blank</TemplateName><IsInitilized>true</IsInitilized><Origin>3</Origin><app_list>kernel-default-4.1.12-1.1,kernel-default-4.1.27-27.1,ovirt-guest-agent-common-1.0.11-1.1,cloud-init-0.7.6-26.1</app_list><DefaultDisplayType>1</DefaultDisplayType><TrustedService>false</TrustedService><OriginalTemplateId>00000000-0000-0000-0000-000000000000</OriginalTemplateId><OriginalTemplateName>Blank</OriginalTemplateName><UseHostCpu>false</UseHostCpu><UseLatestVersion>false</UseLatestVersion><Section
ovf:id="1eab49ff-f777-4a1e-9b94-04b7094b5d37" ovf:required="false"
xsi:type="ovf:OperatingSystemSection_Type"><Info>Guest
Operating
System</Info><Description>other_linux</Description></Section><Section
xsi:type="ovf:VirtualHardwareSection_Type"><Info>2 CPU,
4096
Memeory</Info><System><vssd:VirtualSystemType>ENGINE
3.6.0.0</vssd:VirtualSystemType></System><Item><rasd:Caption>2
virtual cpu</rasd:Caption><rasd:Description>Number of
virtual
CPU</rasd:Description><rasd:InstanceId>1</rasd:InstanceId><rasd:ResourceType>3</rasd:ResourceType><rasd:num_of_sockets>2</rasd:num_of_sockets><rasd:cpu_per_socket>1</rasd:cpu_per_socket><rasd:threads_per_cpu>1</rasd:threads_per_cpu></Item><Item><rasd:Caption>4096
MB of memory</rasd:Caption><rasd:Description>Memory
Size</rasd:Description><rasd:InstanceId>2</rasd:InstanceId><rasd:ResourceType>4</rasd:ResourceType><rasd:AllocationUnits>MegaBytes</rasd:AllocationUnits><rasd:VirtualQuantity>4096</rasd:VirtualQuantity></Item><Item><rasd:Caption>Elementary_Build42.1</rasd:Caption><rasd:InstanceId>9bc6f479-fdcd-4915-b23e-520348d9adbe</rasd:InstanceId><rasd:ResourceType>17</rasd:ResourceType><rasd:HostResource>810f083a-7a04-46ac-906b-f5ceeec5228d/9bc6f479-fdcd-4915-b23e-520348d9adbe</rasd:HostResource><rasd:Parent>00000000-0000-0000-0000-000000000000</rasd:Parent><rasd:Template>00000000-0000-0000-0000-000000000000</rasd:Template><rasd:ApplicationList></rasd:ApplicationList><rasd:StorageId>61842ad9-42da-40a9-8ec8-dd7807a82916</rasd:StorageId><rasd:StoragePoolId>69a691bf-5cf3-48d7-8b4c-2671694333e0</rasd:StoragePoolId><rasd:CreationDate>2016/10/06
10:18:22</rasd:CreationDate><rasd:LastModified>1970/01/01
00:00:00</rasd:LastModified><rasd:last_modified_date>2016/10/19
14:28:48</rasd:last_modified_date><Type>disk</Type><Device>disk</Device><rasd:Address>{slot=0x07,
bus=0x00, domain=0x0000, type=pci,
function=0x0}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>virtio-disk1</Alias></Item><Item><rasd:Caption>Opensuse42.1-Build_Disk1</rasd:Caption><rasd:InstanceId>45b9a15b-c8eb-4a82-9a99-05e1e0fca706</rasd:InstanceId><rasd:ResourceType>17</rasd:ResourceType><rasd:HostResource>0e7b6498-ae48-46c7-9f4b-2e3b71f1533d/45b9a15b-c8eb-4a82-9a99-05e1e0fca706</rasd:HostResource><rasd:Parent>00000000-0000-0000-0000-000000000000</rasd:Parent><rasd:Template>00000000-0000-0000-0000-000000000000</rasd:Template><rasd:ApplicationList></rasd:ApplicationList><rasd:StorageId>61842ad9-42da-40a9-8ec8-dd7807a82916</rasd:StorageId><rasd:StoragePoolId>69a691bf-5cf3-48d7-8b4c-2671694333e0</rasd:StoragePoolId><rasd:CreationDate>2015/10/30
20:21:12</rasd:CreationDate><rasd:LastModified>1970/01/01
00:00:00</rasd:LastModified><rasd:last_modified_date>2016/10/19
14:28:48</rasd:last_modified_date><Type>disk</Type><Device>disk</Device><rasd:Address>{slot=0x06,
bus=0x00, domain=0x0000, type=pci,
function=0x0}</rasd:Address><BootOrder>1</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>virtio-disk0</Alias></Item><Item><rasd:Caption>Elementary_Jenkins</rasd:Caption><rasd:InstanceId>ddf8b402-514c-4a3c-9683-26810a7c41c0</rasd:InstanceId><rasd:ResourceType>17</rasd:ResourceType><rasd:HostResource>9eb60288-27b6-4fb1-aef1-4246455d588e/ddf8b402-514c-4a3c-9683-26810a7c41c0</rasd:HostResource><rasd:Parent>00000000-0000-0000-0000-000000000000</rasd:Parent><rasd:Template>00000000-0000-0000-0000-000000000000</rasd:Template><rasd:ApplicationList></rasd:ApplicationList><rasd:StorageId>61842ad9-42da-40a9-8ec8-dd7807a82916</rasd:StorageId><rasd:StoragePoolId>69a691bf-5cf3-48d7-8b4c-2671694333e0</rasd:StoragePoolId><rasd:CreationDate>2016/01/18
12:06:55</rasd:CreationDate><rasd:LastModified>1970/01/01
00:00:00</rasd:LastModified><rasd:last_modified_date>2016/10/19
14:28:48</rasd:last_modified_date><Type>disk</Type><Device>disk</Device><rasd:Address>{slot=0x09,
bus=0x00, domain=0x0000, type=pci,
function=0x0}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>virtio-disk2</Alias></Item><Item><rasd:Caption>Ethernet
adapter on
ElementaryDMZ</rasd:Caption><rasd:InstanceId>9d1f9824-d841-4170-90d3-b9ff40e2d2ee</rasd:InstanceId><rasd:ResourceType>10</rasd:ResourceType><rasd:OtherResourceType>ElementaryDMZ</rasd:OtherResourceType><rasd:ResourceSubType>3</rasd:ResourceSubType><rasd:Connection>ElementaryDMZ</rasd:Connection><rasd:Linked>true</rasd:Linked><rasd:Name>nic1</rasd:Name><rasd:MACAddress>00:1a:4a:16:01:53</rasd:MACAddress><rasd:speed>1000</rasd:speed><Type>interface</Type><Device>bridge</Device><rasd:Address>{slot=0x03,
bus=0x00, domain=0x0000, type=pci,
function=0x0}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>net0</Alias></Item><Item><rasd:Caption>USB
Controller</rasd:Caption><rasd:InstanceId>3</rasd:InstanceId><rasd:ResourceType>23</rasd:ResourceType><rasd:UsbPolicy>DISABLED</rasd:UsbPolicy></Item><Item><rasd:Caption>Graphical
Controller</rasd:Caption><rasd:InstanceId>7acf3777-2eb0-44e6-859f-326697fa6b70</rasd:InstanceId><rasd:ResourceType>20</rasd:ResourceType><rasd:VirtualQuantity>1</rasd:VirtualQuantity><rasd:SinglePciQxl>false</rasd:SinglePciQxl><Type>video</Type><Device>qxl</Device><rasd:Address>{slot=0x02,
bus=0x00, domain=0x0000, type=pci,
function=0x0}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>video0</Alias><SpecParams><heads>1</heads><vram>32768</vram></SpecParams></Item><Item><rasd:Caption>Graphical
Framebuffer</rasd:Caption><rasd:InstanceId>f5cf12fc-412b-49d5-8589-a17a55b21bec</rasd:InstanceId><rasd:ResourceType>26</rasd:ResourceType><Type>graphics</Type><Device>spice</Device><rasd:Address></rasd:Address><BootOrder>0</BootOrder><IsPlugged>false</IsPlugged><IsReadOnly>false</IsReadOnly><Alias></Alias></Item><Item><rasd:Caption>Graphical
Framebuffer</rasd:Caption><rasd:InstanceId>53f51e09-04e9-465f-9528-69056711df1a</rasd:InstanceId><rasd:ResourceType>26</rasd:ResourceType><Type>graphics</Type><Device>vnc</Device><rasd:Address></rasd:Address><BootOrder>0</BootOrder><IsPlugged>false</IsPlugged><IsReadOnly>false</IsReadOnly><Alias></Alias></Item><Item><rasd:Caption>CDROM</rasd:Caption><rasd:InstanceId>058dcab1-e224-4962-81ba-70c31d8f00e1</rasd:InstanceId><rasd:ResourceType>15</rasd:ResourceType><Type>disk</Type><Device>cdrom</Device><rasd:Address>{bus=1,
controller=0, type=drive, target=0,
unit=0}</rasd:Address><BootOrder>2</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>true</IsReadOnly><Alias>ide0-1-0</Alias><SpecParams><path></path></SpecParams></Item><Item><rasd:ResourceType>0</rasd:ResourceType><rasd:InstanceId>ea949d9a-7844-435e-9743-8bb65cd997d3</rasd:InstanceId><Type>channel</Type><Device>unix</Device><rasd:Address>{bus=0,
controller=0, type=virtio-serial,
port=1}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>channel0</Alias></Item><Item><rasd:ResourceType>0</rasd:ResourceType><rasd:InstanceId>f736e755-bd21-4436-88fe-a29feb2dbee4</rasd:InstanceId><Type>channel</Type><Device>unix</Device><rasd:Address>{bus=0,
controller=0, type=virtio-serial,
port=2}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>channel1</Alias></Item><Item><rasd:ResourceType>0</rasd:ResourceType><rasd:InstanceId>f437cfb2-0964-4130-ad97-6710ac19106c</rasd:InstanceId><Type>channel</Type><Device>spicevmc</Device><rasd:Address>{bus=0,
controller=0, type=virtio-serial,
port=3}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>channel2</Alias></Item><Item><rasd:ResourceType>0</rasd:ResourceType><rasd:InstanceId>ff2c6399-16df-4ca2-9e15-3938eb57390f</rasd:InstanceId><Type>controller</Type><Device>usb</Device><rasd:Address>{slot=0x01,
bus=0x00, domain=0x0000, type=pci,
function=0x2}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>usb0</Alias></Item><Item><rasd:ResourceType>0</rasd:ResourceType><rasd:InstanceId>92c3bc00-9e1b-4dc0-9575-1837ca4f5778</rasd:InstanceId><Type>controller</Type><Device>ide</Device><rasd:Address>{slot=0x01,
bus=0x00, domain=0x0000, type=pci,
function=0x1}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>ide0</Alias></Item><Item><rasd:ResourceType>0</rasd:ResourceType><rasd:InstanceId>f71413a8-dd1b-41ea-a443-6ecc6616cbad</rasd:InstanceId><Type>controller</Type><Device>virtio-scsi</Device><rasd:Address>{slot=0x04,
bus=0x00, domain=0x0000, type=pci,
function=0x0}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>scsi0</Alias></Item><Item><rasd:ResourceType>0</rasd:ResourceType><rasd:InstanceId>a31495be-c2e7-4f2e-8ad4-08dc6fa74061</rasd:InstanceId><Type>controller</Type><Device>virtio-serial</Device><rasd:Address>{slot=0x05,
bus=0x00, domain=0x0000, type=pci,
function=0x0}</rasd:Address><BootOrder>0</BootOrder><IsPlugged>true</IsPlugged><IsReadOnly>false</IsReadOnly><Alias>virtio-serial0</Alias></Item></Section><Section
xsi:type="ovf:SnapshotsSection_Type"><Snapshot
ovf:id="79cf3b25-5211-4195-888b-847a1e085b76"><Type>ACTIVE</Type><Description>Active
VM</Description><CreationDate>2015/10/30
20:21:03</CreationDate><ApplicationList></ApplicationList></Snapshot></Section></Content></ovf:Envelope><br>
<br>
</div>
</body>
</html>