Advertisement
Guest User

KVM virt-clone log

a guest
Mar 14th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.63 KB | None | 0 0
  1. [root@topo ~]# cat ~/.virtinst/virt-clone.log
  2. [Sat, 14 Mar 2015 15:33:48 virt-clone 14105] DEBUG (cli:222) Launched with command line:
  3. /usr/share/virt-manager/virt-clone --original centos6 --name centos6_2 --file /var/lib/libvirt/images/centos6_2-disk1.raw
  4. [Sat, 14 Mar 2015 15:33:48 virt-clone 14105] DEBUG (cli:332) Requesting libvirt URI default
  5. [Sat, 14 Mar 2015 15:33:48 virt-clone 14105] DEBUG (cli:334) Received libvirt URI qemu:///system
  6. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (CloneManager:397) Validating original guest parameters
  7. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (CloneManager:406) Original XML:
  8. <domain type='kvm'>
  9. <name>centos6</name>
  10. <uuid>8cb23b96-e92b-4979-85f2-dd2583545921</uuid>
  11. <memory unit='KiB'>1048576</memory>
  12. <currentMemory unit='KiB'>1048576</currentMemory>
  13. <vcpu placement='static'>1</vcpu>
  14. <os>
  15. <type arch='x86_64' machine='pc-i440fx-rhel7.0.0'>hvm</type>
  16. <boot dev='hd'/>
  17. </os>
  18. <features>
  19. <acpi/>
  20. <apic/>
  21. <pae/>
  22. </features>
  23. <clock offset='utc'/>
  24. <on_poweroff>destroy</on_poweroff>
  25. <on_reboot>restart</on_reboot>
  26. <on_crash>restart</on_crash>
  27. <devices>
  28. <emulator>/usr/libexec/qemu-kvm</emulator>
  29. <disk type='file' device='disk'>
  30. <driver name='qemu' type='raw' cache='none'/>
  31. <source file='/junk/kvm/centos6-disk1.raw'/>
  32. <target dev='hda' bus='ide'/>
  33. <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  34. </disk>
  35. <disk type='block' device='cdrom'>
  36. <driver name='qemu' type='raw'/>
  37. <target dev='hdc' bus='ide'/>
  38. <readonly/>
  39. <address type='drive' controller='0' bus='1' target='0' unit='0'/>
  40. </disk>
  41. <controller type='usb' index='0'>
  42. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
  43. </controller>
  44. <controller type='pci' index='0' model='pci-root'/>
  45. <controller type='ide' index='0'>
  46. <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  47. </controller>
  48. <interface type='bridge'>
  49. <mac address='52:54:00:70:82:a5'/>
  50. <source bridge='br0'/>
  51. <model type='rtl8139'/>
  52. <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  53. </interface>
  54. <serial type='pty'>
  55. <target type='isa-serial' port='0'/>
  56. </serial>
  57. <console type='pty'>
  58. <target type='serial' port='0'/>
  59. </console>
  60. <input type='mouse' bus='ps2'/>
  61. <graphics type='vnc' port='5980' autoport='no' listen='0.0.0.0'>
  62. <listen type='address' address='0.0.0.0'/>
  63. </graphics>
  64. <video>
  65. <model type='cirrus' vram='9216' heads='1'/>
  66. <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  67. </video>
  68. <memballoon model='virtio'>
  69. <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  70. </memballoon>
  71. </devices>
  72. </domain>
  73.  
  74. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (CloneManager:415) Original paths: ['/junk/kvm/centos6-disk1.raw']
  75. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (CloneManager:416) Original sizes: [20.0]
  76. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (VirtualDisk:249) Path '/var/lib/libvirt/images' is target for pool 'default'. Creating volume 'centos6_2-disk1.raw'.
  77. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (VirtualDisk:249) Path '/var/lib/libvirt/images' is target for pool 'default'. Creating volume 'centos6_2-disk1.raw'.
  78. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (CloneManager:480) Validating clone parameters.
  79. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (CloneManager:490) Clone paths: ['/var/lib/libvirt/images/centos6_2-disk1.raw']
  80. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] WARNING (CloneManager:497) Setting the graphics device port to autoport, in order to avoid conflicting.
  81. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (CloneManager:536) Clone guest xml is
  82. <domain type="kvm">
  83. <name>centos6_2</name>
  84. <uuid>c9ebcfc7-6879-4eb5-ab40-e9ec089655e2</uuid>
  85. <memory unit="KiB">1048576</memory>
  86. <currentMemory unit="KiB">1048576</currentMemory>
  87. <vcpu placement="static">1</vcpu>
  88. <os>
  89. <type arch="x86_64" machine="pc-i440fx-rhel7.0.0">hvm</type>
  90. <boot dev="hd"/>
  91. </os>
  92. <features>
  93. <acpi/>
  94. <apic/>
  95. <pae/>
  96. </features>
  97. <clock offset="utc"/>
  98. <on_poweroff>destroy</on_poweroff>
  99. <on_reboot>restart</on_reboot>
  100. <on_crash>restart</on_crash>
  101. <devices>
  102. <emulator>/usr/libexec/qemu-kvm</emulator>
  103. <disk type="file" device="disk">
  104. <driver name="qemu" cache="none" type="raw"/>
  105. <target dev="hda" bus="ide"/>
  106. <address type="drive" controller="0" bus="0" target="0" unit="0"/>
  107. <source file="/var/lib/libvirt/images/centos6_2-disk1.raw"/>
  108. </disk>
  109. <disk type="block" device="cdrom">
  110. <driver name="qemu" type="raw"/>
  111. <target dev="hdc" bus="ide"/>
  112. <readonly/>
  113. <address type="drive" controller="0" bus="1" target="0" unit="0"/>
  114. </disk>
  115. <controller type="usb" index="0">
  116. <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x2"/>
  117. </controller>
  118. <controller type="pci" index="0" model="pci-root"/>
  119. <controller type="ide" index="0">
  120. <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x1"/>
  121. </controller>
  122. <interface type="bridge">
  123. <mac address="52:54:00:12:e6:8f"/>
  124. <source bridge="br0"/>
  125. <model type="rtl8139"/>
  126. <address type="pci" domain="0x0000" bus="0x00" slot="0x03" function="0x0"/>
  127. </interface>
  128. <serial type="pty">
  129. <target type="isa-serial" port="0"/>
  130. </serial>
  131. <console type="pty">
  132. <target type="serial" port="0"/>
  133. </console>
  134. <input type="mouse" bus="ps2"/>
  135. <graphics type="vnc" port="-1" autoport="no" listen="0.0.0.0">
  136. <listen type="address" address="0.0.0.0"/>
  137. </graphics>
  138. <video>
  139. <model type="cirrus" vram="9216" heads="1"/>
  140. <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x0"/>
  141. </video>
  142. <memballoon model="virtio">
  143. <address type="pci" domain="0x0000" bus="0x00" slot="0x04" function="0x0"/>
  144. </memballoon>
  145. </devices>
  146. </domain>
  147.  
  148. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (CloneManager:639) Starting duplicate.
  149. [Sat, 14 Mar 2015 15:33:49 virt-clone 14105] DEBUG (VirtualDisk:1418) Local Cloning /junk/kvm/centos6-disk1.raw to /var/lib/libvirt/images/centos6_2-disk1.raw, sparse=True, block_size=4096
  150. [Sat, 14 Mar 2015 15:38:15 virt-clone 14105] DEBUG (CloneManager:661) Duplicating finished.
  151. [Sat, 14 Mar 2015 15:38:15 virt-clone 14105] DEBUG (virt-clone:257) end clone
  152. [root@topo ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement