Guest User

dumpxml

a guest
Apr 4th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. virsh dumpxml instance-0000020b
  2. setlocale: No such file or directory
  3. <domain type='kvm' id='23'>
  4. <name>instance-0000020b</name>
  5. <uuid>81f4aab5-db3b-40ce-97eb-ca436108c5ed</uuid>
  6. <memory unit='KiB'>2097152</memory>
  7. <currentMemory unit='KiB'>2097152</currentMemory>
  8. <vcpu placement='static'>1</vcpu>
  9. <resource>
  10. <partition>/machine</partition>
  11. </resource>
  12. <sysinfo type='smbios'>
  13. <system>
  14. <entry name='manufacturer'>OpenStack Foundation</entry>
  15. <entry name='product'>OpenStack Nova</entry>
  16. <entry name='version'>2013.2.2</entry>
  17. <entry name='serial'>33393138-3335-4742-3838-31364b524b4d</entry>
  18. <entry name='uuid'>81f4aab5-db3b-40ce-97eb-ca436108c5ed</entry>
  19. </system>
  20. </sysinfo>
  21. <os>
  22. <type arch='x86_64' machine='pc-i440fx-1.5'>hvm</type>
  23. <boot dev='hd'/>
  24. <smbios mode='sysinfo'/>
  25. </os>
  26. <features>
  27. <acpi/>
  28. <apic/>
  29. </features>
  30. <cpu mode='host-model'>
  31. <model fallback='allow'/>
  32. </cpu>
  33. <clock offset='utc'>
  34. <timer name='pit' tickpolicy='delay'/>
  35. <timer name='rtc' tickpolicy='catchup'/>
  36. </clock>
  37. <on_poweroff>destroy</on_poweroff>
  38. <on_reboot>restart</on_reboot>
  39. <on_crash>destroy</on_crash>
  40. <devices>
  41. <emulator>/usr/bin/kvm-spice</emulator>
  42. <disk type='file' device='disk'>
  43. <driver name='qemu' type='qcow2' cache='none'/>
  44. <source file='/var/lib/nova/instances/81f4aab5-db3b-40ce-97eb-ca436108c5ed/disk'/>
  45. <target dev='vda' bus='virtio'/>
  46. <alias name='virtio-disk0'/>
  47. <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  48. </disk>
  49. <controller type='usb' index='0'>
  50. <alias name='usb0'/>
  51. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
  52. </controller>
  53. <controller type='pci' index='0' model='pci-root'>
  54. <alias name='pci0'/>
  55. </controller>
  56. <controller type='virtio-serial' index='0'>
  57. <alias name='virtio-serial0'/>
  58. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  59. </controller>
  60. <interface type='bridge'>
  61. <mac address='fa:16:3e:90:b1:79'/>
  62. <source bridge='qbr03dfe9f1-eb'/>
  63. <target dev='tap03dfe9f1-eb'/>
  64. <model type='virtio'/>
  65. <alias name='net0'/>
  66. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  67. </interface>
  68. <serial type='file'>
  69. <source path='/var/lib/nova/instances/81f4aab5-db3b-40ce-97eb-ca436108c5ed/console.log'/>
  70. <target port='0'/>
  71. <alias name='serial0'/>
  72. </serial>
  73. <serial type='pty'>
  74. <source path='/dev/pts/1'/>
  75. <target port='1'/>
  76. <alias name='serial1'/>
  77. </serial>
  78. <console type='file'>
  79. <source path='/var/lib/nova/instances/81f4aab5-db3b-40ce-97eb-ca436108c5ed/console.log'/>
  80. <target type='serial' port='0'/>
  81. <alias name='serial0'/>
  82. </console>
  83. <channel type='pty'>
  84. <source path='/dev/pts/2'/>
  85. <target type='virtio' name='com.redhat.spice.0'/>
  86. <alias name='channel0'/>
  87. <address type='virtio-serial' controller='0' bus='0' port='1'/>
  88. </channel>
  89. <input type='tablet' bus='usb'>
  90. <alias name='input0'/>
  91. </input>
  92. <input type='mouse' bus='ps2'/>
  93. <graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1' keymap='en-us'>
  94. <listen type='address' address='127.0.0.1'/>
  95. </graphics>
  96. <graphics type='spice' port='5901' autoport='yes' listen='0.0.0.0' keymap='en-us'>
  97. <listen type='address' address='0.0.0.0'/>
  98. </graphics>
  99. <video>
  100. <model type='cirrus' vram='9216' heads='1'/>
  101. <alias name='video0'/>
  102. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  103. </video>
  104. <memballoon model='virtio'>
  105. <alias name='balloon0'/>
  106. <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  107. </memballoon>
  108. </devices>
  109. <seclabel type='dynamic' model='apparmor' relabel='yes'>
  110. <label>libvirt-81f4aab5-db3b-40ce-97eb-ca436108c5ed</label>
  111. <imagelabel>libvirt-81f4aab5-db3b-40ce-97eb-ca436108c5ed</imagelabel>
  112. </seclabel>
  113. </domain>
Add Comment
Please, Sign In to add comment