Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.05 KB | None | 0 0
  1. <domain type='qemu' id='1'>
  2.   <name>default_vm1</name>
  3.   <uuid>2108ac07-32dd-4ad7-8b40-2666dbb51aad</uuid>
  4.   <metadata>
  5.     <kubevirt xmlns="http://kubevirt.io">
  6.       <uid>7ab1c2cf-2c5e-11e8-9850-e0db5574412f</uid>
  7.       <graceperiod>
  8.         <deletionGracePeriodSeconds>0</deletionGracePeriodSeconds>
  9.       </graceperiod>
  10.     </kubevirt>
  11.   </metadata>
  12.   <memory unit='KiB'>8389632</memory>
  13.   <currentMemory unit='KiB'>8389632</currentMemory>
  14.   <vcpu placement='static'>4</vcpu>
  15.   <resource>
  16.     <partition>/machine</partition>
  17.   </resource>
  18.   <sysinfo type='smbios'>
  19.     <system>
  20.       <entry name='uuid'>2108ac07-32dd-4ad7-8b40-2666dbb51aad</entry>
  21.     </system>
  22.   </sysinfo>
  23.   <os>
  24.     <type arch='x86_64' machine='pc-q35-2.10'>hvm</type>
  25.     <boot dev='hd'/>
  26.   </os>
  27.   <features>
  28.     <acpi/>
  29.     <apic/>
  30.     <hyperv>
  31.       <relaxed state='on'/>
  32.       <vapic state='on'/>
  33.       <spinlocks state='on' retries='8191'/>
  34.     </hyperv>
  35.   </features>
  36.   <cpu>
  37.     <topology sockets='1' cores='4' threads='1'/>
  38.   </cpu>
  39.   <clock offset='utc' adjustment='reset'>
  40.     <timer name='rtc' present='yes' tickpolicy='catchup'/>
  41.     <timer name='pit' present='yes' tickpolicy='delay'/>
  42.     <timer name='hpet' present='no'/>
  43.     <timer name='hypervclock' present='yes'/>
  44.   </clock>
  45.   <on_poweroff>destroy</on_poweroff>
  46.   <on_reboot>restart</on_reboot>
  47.   <on_crash>destroy</on_crash>
  48.   <devices>
  49.     <emulator>/usr/bin/qemu-system-x86_64</emulator>
  50.     <disk type='file' device='disk'>
  51.       <driver name='qemu' type='raw'/>
  52.       <source file='/var/run/kubevirt-private/vm-disks/disk0-pvc/disk.img'/>
  53.       <backingStore/>
  54.       <target dev='sda' bus='sata'/>
  55.       <alias name='sata0-0-0'/>
  56.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  57.     </disk>
  58.     <controller type='usb' index='0' model='nec-xhci'>
  59.       <alias name='usb'/>
  60.       <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
  61.     </controller>
  62.     <controller type='sata' index='0'>
  63.       <alias name='ide'/>
  64.       <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
  65.     </controller>
  66.     <controller type='pci' index='0' model='pcie-root'>
  67.       <alias name='pcie.0'/>
  68.     </controller>
  69.     <controller type='pci' index='1' model='dmi-to-pci-bridge'>
  70.       <model name='i82801b11-bridge'/>
  71.       <alias name='pci.1'/>
  72.       <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/>
  73.     </controller>
  74.     <controller type='pci' index='2' model='pci-bridge'>
  75.       <model name='pci-bridge'/>
  76.       <target chassisNr='2'/>
  77.       <alias name='pci.2'/>
  78.       <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  79.     </controller>
  80.     <controller type='pci' index='3' model='pcie-root-port'>
  81.       <model name='pcie-root-port'/>
  82.       <target chassis='3' port='0x10'/>
  83.       <alias name='pci.3'/>
  84.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
  85.     </controller>
  86.     <controller type='pci' index='4' model='pcie-root-port'>
  87.       <model name='pcie-root-port'/>
  88.       <target chassis='4' port='0x11'/>
  89.       <alias name='pci.4'/>
  90.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
  91.     </controller>
  92.     <controller type='pci' index='5' model='pcie-root-port'>
  93.       <model name='pcie-root-port'/>
  94.       <target chassis='5' port='0x12'/>
  95.       <alias name='pci.5'/>
  96.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
  97.     </controller>
  98.     <interface type='bridge'>
  99.       <mac address='0a:58:0a:80:00:34'/>
  100.       <source bridge='br1'/>
  101.       <target dev='vnet0'/>
  102.       <model type='e1000'/>
  103.       <alias name='net0'/>
  104.       <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/>
  105.     </interface>
  106.     <serial type='unix'>
  107.       <source mode='bind' path='/var/run/kubevirt-private/default/vm1/virt-serial0'/>
  108.       <target port='0'/>
  109.       <alias name='serial0'/>
  110.     </serial>
  111.     <console type='unix'>
  112.       <source mode='bind' path='/var/run/kubevirt-private/default/vm1/virt-serial0'/>
  113.       <target type='serial' port='0'/>
  114.       <alias name='serial0'/>
  115.     </console>
  116.     <input type='mouse' bus='ps2'>
  117.       <alias name='input0'/>
  118.     </input>
  119.     <input type='keyboard' bus='ps2'>
  120.       <alias name='input1'/>
  121.     </input>
  122.     <graphics type='vnc' socket='/var/run/kubevirt-private/default/vm1/virt-vnc'>
  123.       <listen type='socket' socket='/var/run/kubevirt-private/default/vm1/virt-vnc'/>
  124.     </graphics>
  125.     <video>
  126.       <model type='vga' vram='16384' heads='1' primary='yes'/>
  127.       <alias name='video0'/>
  128.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
  129.     </video>
  130.     <memballoon model='virtio'>
  131.       <alias name='balloon0'/>
  132.       <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
  133.     </memballoon>
  134.   </devices>
  135.   <seclabel type='dynamic' model='dac' relabel='yes'>
  136.     <label>+107:+107</label>
  137.     <imagelabel>+107:+107</imagelabel>
  138.   </seclabel>
  139. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement