Advertisement
Guest User

Untitled

a guest
Aug 27th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. root@server:~# virsh dumpxml v1465
  2. <domain type='kvm' id='24'>
  3. <name>v1465</name>
  4. <uuid>0410b2a5-1fb0-47ea-b825-ad7efabcfd87</uuid>
  5. <memory unit='KiB'>2097152</memory>
  6. <currentMemory unit='KiB'>2097152</currentMemory>
  7. <vcpu placement='static'>4</vcpu>
  8. <cputune>
  9. <shares>1000</shares>
  10. </cputune>
  11. <resource>
  12. <partition>/machine</partition>
  13. </resource>
  14. <os>
  15. <type arch='x86_64' machine='pc-i440fx-2.11'>hvm</type>
  16. <boot dev='cdrom'/>
  17. <bootmenu enable='yes'/>
  18. </os>
  19. <features>
  20. <acpi/>
  21. <apic/>
  22. <pae/>
  23. </features>
  24. <cpu mode='host-passthrough' check='none'>
  25. <cache mode='passthrough'/>
  26. </cpu>
  27. <clock offset='utc'>
  28. <timer name='pit' tickpolicy='delay'/>
  29. <timer name='rtc' tickpolicy='catchup'/>
  30. <timer name='hpet' present='no'/>
  31. </clock>
  32. <on_poweroff>destroy</on_poweroff>
  33. <on_reboot>restart</on_reboot>
  34. <on_crash>restart</on_crash>
  35. <devices>
  36. <emulator>/usr/bin/kvm</emulator>
  37. <disk type='block' device='disk'>
  38. <driver name='qemu' type='raw' cache='none'/>
  39. <source dev='/dev/vg2/vsv1465-dckxcsfyj7svuazn-ufmf9vjcrt3dynoe'/>
  40. <backingStore/>
  41. <target dev='vda' bus='virtio'/>
  42. <alias name='virtio-disk0'/>
  43. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  44. </disk>
  45. <disk type='file' device='cdrom'>
  46. <driver name='qemu' type='raw'/>
  47. <source file='/var/virtualizor/iso/ubuntu-20.04.2-live-server-amd64.iso'/>
  48. <backingStore/>
  49. <target dev='hda' bus='ide'/>
  50. <readonly/>
  51. <alias name='ide0-0-0'/>
  52. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  53. </disk>
  54. <controller type='usb' index='0' model='piix3-uhci'>
  55. <alias name='usb'/>
  56. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
  57. </controller>
  58. <controller type='pci' index='0' model='pci-root'>
  59. <alias name='pci.0'/>
  60. </controller>
  61. <controller type='ide' index='0'>
  62. <alias name='ide'/>
  63. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  64. </controller>
  65. <interface type='bridge'>
  66. <mac address='00:16:3e:46:82:22'/>
  67. <source bridge='viifbr0'/>
  68. <target dev='viifv1465'/>
  69. <model type='virtio'/>
  70. <alias name='net0'/>
  71. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  72. </interface>
  73. <serial type='pty'>
  74. <source path='/dev/pts/17'/>
  75. <target type='isa-serial' port='0'>
  76. <model name='isa-serial'/>
  77. </target>
  78. <alias name='serial0'/>
  79. </serial>
  80. <console type='pty' tty='/dev/pts/17'>
  81. <source path='/dev/pts/17'/>
  82. <target type='serial' port='0'/>
  83. <alias name='serial0'/>
  84. </console>
  85. <input type='tablet' bus='usb'>
  86. <alias name='input0'/>
  87. <address type='usb' bus='0' port='1'/>
  88. </input>
  89. <input type='mouse' bus='ps2'>
  90. <alias name='input1'/>
  91. </input>
  92. <input type='keyboard' bus='ps2'>
  93. <alias name='input2'/>
  94. </input>
  95. <graphics type='vnc' port='5967' autoport='no' listen='server-ip' keymap='en-us'>
  96. <listen type='address' address='server-ip'/>
  97. </graphics>
  98. <sound model='ich6'>
  99. <codec type='micro'/>
  100. <alias name='sound0'/>
  101. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  102. </sound>
  103. <video>
  104. <model type='cirrus' vram='16384' heads='1' primary='yes'/>
  105. <alias name='video0'/>
  106. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  107. </video>
  108. <memballoon model='virtio'>
  109. <alias name='balloon0'/>
  110. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  111. </memballoon>
  112. </devices>
  113. <seclabel type='dynamic' model='apparmor' relabel='yes'>
  114. <label>libvirt-0410b2a5-1fb0-47ea-b825-ad7efabcfd87</label>
  115. <imagelabel>libvirt-0410b2a5-1fb0-47ea-b825-ad7efabcfd87</imagelabel>
  116. </seclabel>
  117. <seclabel type='dynamic' model='dac' relabel='yes'>
  118. <label>+64055:+115</label>
  119. <imagelabel>+64055:+115</imagelabel>
  120. </seclabel>
  121. </domain>
  122.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement