File: virt-clone-clone-auto1.xml

package info (click to toggle)
virt-manager 1%3A1.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,368 kB
  • ctags: 6,267
  • sloc: python: 39,151; xml: 14,807; makefile: 14; sh: 6
file content (84 lines) | stat: -rw-r--r-- 2,748 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<domain type="test">
  <name>test-for-clone1</name>
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
  <memory unit="KiB">409600</memory>
  <currentMemory unit="KiB">204800</currentMemory>
  <vcpu placement="static">5</vcpu>
  <os>
    <type arch="i686">hvm</type>
    <loader type="rom">/usr/lib/xen/boot/hvmloader</loader>
    <boot dev="hd"/>
  </os>
  <features>
    <acpi/>
    <apic/>
  </features>
  <clock offset="utc"/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/lib/xen/bin/qemu-dm</emulator>
    <disk type="block" device="floppy">
      <driver type="vmdk"/>
      <source dev="/dev/disk-pool/diskvol1-clone"/>
      <backingStore/>
      <target dev="fda" bus="fdc"/>
      <address type="drive" controller="0" bus="0" target="0" unit="0"/>
    </disk>
    <disk type="block" device="disk">
      <source dev="/dev/disk-pool/diskvol2"/>
      <backingStore/>
      <target dev="sda" bus="scsi"/>
      <readonly/>
      <address type="drive" controller="0" bus="0" target="0" unit="0"/>
    </disk>
    <disk type="block" device="cdrom">
      <backingStore/>
      <target dev="sdb" bus="scsi"/>
      <readonly/>
      <address type="drive" controller="0" bus="0" target="0" unit="1"/>
    </disk>
    <disk type="block" device="disk">
      <driver type="qcow2"/>
      <source dev="/dev/default-pool/collidevol1.img"/>
      <backingStore/>
      <target dev="sdc" bus="scsi"/>
      <readonly/>
      <shareable/>
      <address type="drive" controller="0" bus="0" target="0" unit="2"/>
    </disk>
    <disk type="file" device="disk">
      <source file="/dev/default-pool/default-vol-clone"/>
      <backingStore/>
      <target dev="hda" bus="ide"/>
      <address type="drive" controller="0" bus="0" target="0" unit="0"/>
    </disk>
    <disk type="file" device="disk">
      <source file="/dev/default-pool/testvol2-clone.img"/>
      <backingStore/>
      <target dev="hdb" bus="ide"/>
      <address type="drive" controller="0" bus="0" target="0" unit="1"/>
    </disk>
    <controller type="scsi" index="0"/>
    <controller type="fdc" index="0"/>
    <controller type="ide" index="0"/>
    <controller type="virtio-serial" index="0"/>
    <interface type="network">
      <mac address="00:11:22:33:44:55"/>
      <source network="default"/>
      <model type="e1000"/>
    </interface>
    <interface type="user">
      <mac address="00:11:22:33:44:55"/>
    </interface>
    <parallel type="file">
      <source path="/tmp/foo.log"/>
      <target port="0"/>
    </parallel>
    <channel type="unix">
      <source mode="bind"/>
      <target type="virtio" name="org.qemu.guest_agent.0"/>
    </channel>
  </devices>
</domain>