[ovirt-users] low level Image copy failed
Jonas Israelsson
jonas.israelsson at elementary.se
Sun Oct 23 15:34:57 UTC 2016
Greetings.
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.
For the non critical vm:s we thought we try the "export vms --> move
storage domain to the other DC --> import vms" method.
While many imports are successful quite a few fails with 'low level
Image copy failed'
One of these vm impossible to import have the following disk layout.
* Disk 1 - 100GB (Thin)
* Disk2 - 32GB (Preallocated)
* Disk3 - 32GB (Thin)
Where the two thin disk (1 & 3) are successfully imported but disk2, the
preallocated always fail.
From engine.log
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.
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.
2016-10-19 18:50:40,231 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.HSMGetAllTasksStatusesVDSCommand]
(DefaultQuartzScheduler2) [2dc919bd] Failed in
'HSMGetAllTasksStatusesVDS' method
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
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'.
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:
-- Result: 'cleanSuccess'
-- Message: 'VDSGenericException: VDSErrorException: Failed to
HSMGetAllTasksStatusesVDS, error = low level Image copy failed, code =
261',
-- Exception: 'VDSGenericException: VDSErrorException: Failed to
HSMGetAllTasksStatusesVDS, error = low level Image copy failed, code = 261'
and from vdsm.log
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.
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
Traceback (most recent call last):
File "/usr/share/vdsm/storage/task.py", line 875, in _run
return fn(*args, **kargs)
File "/usr/share/vdsm/storage/task.py", line 334, in run
return self.cmd(*self.argslist, **self.argsdict)
File "/usr/lib/python2.7/site-packages/vdsm/storage/securable.py",
line 78, in wrapper
return method(self, *args, **kwargs)
File "/usr/share/vdsm/storage/sp.py", line 1558, in copyImage
postZero, force)
File "/usr/share/vdsm/storage/image.py", line 902, in copyCollapsed
raise se.CopyImageError(str(e))
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',)
To further figure out what is going on we created a wrapper, replacing
qemu-img with a script that runs qemu-img through strace.
What caught our attention is the following two lseek
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
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
fstat(12, {st_mode=S_IFREG|0660, st_size=37849399296, ...}) = 0
lseek(12, 0, SEEK_END) = 37849399296
AND
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
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
fstat(14, {st_mode=S_IFBLK|0660, st_rdev=makedev(253, 42), ...}) = 0
lseek(14, 0, SEEK_END) = 34359738368
The first checking the size of the image (37849399296) , and the second
the size of logical volume (34359738368) just created to hold this image.
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.
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)
<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="http://www.vmware.com/specifications/vmdk.html#sparse"
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>
## Some info ##
$ /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
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
file format: qcow2
virtual size: 32G (34359738368 bytes)
disk size: 26G
cluster_size: 65536
Format specific information:
compat: 0.10
refcount bits: 16
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
DOMAIN=61842ad9-42da-40a9-8ec8-dd7807a82916
VOLTYPE=LEAF
CTIME=1476880535
FORMAT=COW
IMAGE=0e7b6498-ae48-46c7-9f4b-2e3b71f1533d
DISKTYPE=2
PUUID=00000000-0000-0000-0000-000000000000
LEGALITY=LEGAL
MTIME=0
POOL_UUID=
SIZE=67108864
TYPE=SPARSE
DESCRIPTION=
EOF
$ 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
xml version="1.0" encoding="UTF-8"?><ovf:Envelope
xmlns:ovf="http://schemas.dmtf.org/ovf/envelope/1/"
xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData"
xmlns:vssd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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="http://www.gnome.org/~markmc/qcow-image-format.html"
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="http://www.gnome.org/~markmc/qcow-image-format.html"
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="http://www.vmware.com/specifications/vmdk.html#sparse"
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20161023/af067dff/attachment-0001.html>
More information about the Users
mailing list