~ubuntu-branches/ubuntu/raring/virtinst/raring-proposed

« back to all changes in this revision

Viewing changes to tests/cli-test-xml/compare/clone-auto1.xml

  • Committer: Package Import Robot
  • Author(s): Laurent Léonard
  • Date: 2012-07-14 18:47:52 UTC
  • mfrom: (1.2.13)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: package-import@ubuntu.com-20120714184752-h7wf9o5bnkgemi52
Tags: 0.600.2-1
* [6e16ae7] Imported Upstream version 0.600.2
* [27d03b8] Drop patch
  - 0004-Fix-location-of-Debian-daily-builds.patch - fixed upstream
* [e040ecd] Bump Standards-Version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<domain type="test" id="3">
2
2
  <name>test-for-clone1</name>
3
3
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
4
 
  <memory>409600</memory>
5
 
  <currentMemory>204800</currentMemory>
 
4
  <memory unit="KiB">409600</memory>
 
5
  <currentMemory unit="KiB">204800</currentMemory>
6
6
  <vcpu>5</vcpu>
7
7
  <os>
8
8
    <type arch="i686">hvm</type>
22
22
    <disk type="block" device="disk">
23
23
      <source dev="/disk-pool/diskvol1-clone"/>
24
24
      <target dev="sda" bus="scsi"/>
25
 
      <address type="drive" controller="0" bus="0" unit="0"/>
 
25
      <address type="drive" controller="0" bus="0" target="0" unit="0"/>
 
26
      <driver name="qemu" type="raw"/>
26
27
    </disk>
27
28
    <disk type="block" device="cdrom">
28
29
      <target dev="sdb" bus="scsi"/>
29
30
      <readonly/>
30
 
      <address type="drive" controller="0" bus="0" unit="1"/>
 
31
      <address type="drive" controller="0" bus="0" target="0" unit="1"/>
31
32
    </disk>
32
33
    <disk type="block" device="disk">
33
34
      <source dev="/default-pool/collidevol1.img"/>
34
35
      <target dev="sdc" bus="scsi"/>
35
36
      <readonly/>
36
 
      <address type="drive" controller="0" bus="0" unit="2"/>
 
37
      <address type="drive" controller="0" bus="0" target="0" unit="2"/>
 
38
    </disk>
 
39
    <disk type="file" device="disk">
 
40
      <driver name="qemu" type="qcow2"/>
 
41
      <target dev="sdd" bus="scsi"/>
 
42
      <address type="drive" controller="0" bus="0" target="0" unit="3"/>
 
43
      <source file="/default-pool/default-vol-clone"/>
37
44
    </disk>
38
45
    <disk type="block" device="disk">
39
46
      <source dev="/default-pool/sharevol.img"/>
40
47
      <target dev="sdx" bus="scsi"/>
41
48
      <shareable/>
42
 
      <address type="drive" controller="3" bus="0" unit="2"/>
 
49
      <address type="drive" controller="3" bus="0" target="0" unit="2"/>
43
50
    </disk>
44
51
    <controller type="scsi" index="0"/>
45
52
    <controller type="scsi" index="1"/>