vmx2xml-esx-in-the-wild-2.xml 2.0 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<domain type='vmware'>
  <name>virtDebian1</name>
  <uuid>564dcd37-3685-8889-35ea-719fc93c983e</uuid>
  <memory>1024000</memory>
  <currentMemory>120832</currentMemory>
  <vcpu cpuset='0-2,5-7'>4</vcpu>
  <os>
    <type arch='x86_64'>hvm</type>
  </os>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <disk type='file' device='disk'>
16
      <driver cache='writethrough'/>
M
Matthias Bolte 已提交
17
      <source file='[datastore] directory/Debian1.vmdk'/>
18
      <target dev='sda' bus='scsi'/>
19
      <address type='drive' controller='0' bus='0' unit='0'/>
20 21
    </disk>
    <disk type='file' device='cdrom'>
M
Matthias Bolte 已提交
22
      <source file='[datastore] directory/Debian1-cdrom.iso'/>
23
      <target dev='sdp' bus='scsi'/>
24
      <address type='drive' controller='1' bus='0' unit='0'/>
25 26 27 28
    </disk>
    <disk type='file' device='cdrom'>
      <source file='/vmimages/tools-isoimages/linux.iso'/>
      <target dev='hda' bus='ide'/>
29
      <address type='drive' controller='0' bus='0' unit='0'/>
30 31 32 33
    </disk>
    <disk type='block' device='cdrom'>
      <source dev='/dev/scd0'/>
      <target dev='hdb' bus='ide'/>
34
      <address type='drive' controller='0' bus='0' unit='1'/>
35 36
    </disk>
    <disk type='file' device='disk'>
M
Matthias Bolte 已提交
37
      <source file='[datastore] directory/Debian1-IDE.vmdk'/>
38
      <target dev='hdd' bus='ide'/>
39
      <address type='drive' controller='0' bus='1' unit='1'/>
40 41 42 43
    </disk>
    <disk type='block' device='floppy'>
      <source dev='/dev/fd0'/>
      <target dev='fda' bus='fdc'/>
44
      <address type='drive' controller='0' bus='0' unit='0'/>
45
    </disk>
46 47 48 49
    <controller type='scsi' index='0' model='lsilogic'/>
    <controller type='scsi' index='1' model='buslogic'/>
    <controller type='fdc' index='0'/>
    <controller type='ide' index='0'/>
50 51 52 53 54
    <interface type='bridge'>
      <mac address='00:0c:29:3c:98:3e'/>
      <source bridge='VM Network'/>
      <model type='vlance'/>
    </interface>
55 56 57
    <video>
      <model type='vmvga' vram='4096'/>
    </video>
58 59
  </devices>
</domain>