Re: LIBVIRT migration

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello:

I did the migration test again and this are the result:
a) I define the guest scmpich1 on "santacruz"
b) scmpich1  started and I connected to it (ssh) OK (the debug is on create_scmpich.log)
c) I migrate it to rionegro host.
virsh # migrate scmpich1 qemu+ssh://rionegro/system
It finish with error: Unknown failure
(the debug of this is on mig_scmpich1.log)

d) I send you the log of /var/log/libvirt/qemu/scmpich1 on origin (santacruz) and on target (rionegro).

Thank you very much for your help.

Marcela.



2011/4/5 Michal Novotny <minovotn@xxxxxxxxxx>
[snip]

Are you sure the domain name is OK for the case of this attempt where
you got the log files ?

error: failed to get domain 'scmpich1'
error: Domain not found: no domain with matching name 'scmpich1'

This seems like the domain doesn't exist neither on source nor on target system.

Michal


--
Michal Novotny <minovotn@xxxxxxxxxx>, RHCE
Virtualization Team (xen userspace), Red Hat


radic@santacruz:~/mvdata/xml$ virsh
10:57:32.207: debug : virInitialize:336 : register drivers
10:57:32.207: debug : virRegisterDriver:837 : registering Test as driver 0
10:57:32.207: debug : virRegisterNetworkDriver:675 : registering Test as network driver 0
10:57:32.207: debug : virRegisterInterfaceDriver:706 : registering Test as interface driver 0
10:57:32.207: debug : virRegisterStorageDriver:737 : registering Test as storage driver 0
10:57:32.207: debug : virRegisterDeviceMonitor:768 : registering Test as device driver 0
10:57:32.207: debug : virRegisterSecretDriver:799 : registering Test as secret driver 0
10:57:32.208: debug : virRegisterDriver:837 : registering Xen as driver 1
10:57:32.208: debug : virRegisterDriver:837 : registering OPENVZ as driver 2
10:57:32.208: debug : vboxRegister:109 : VBoxCGlueInit failed, using dummy driver
10:57:32.208: debug : virRegisterDriver:837 : registering VBOX as driver 3
10:57:32.208: debug : virRegisterNetworkDriver:675 : registering VBOX as network driver 1
10:57:32.208: debug : virRegisterStorageDriver:737 : registering VBOX as storage driver 1
10:57:32.208: debug : virRegisterDriver:837 : registering remote as driver 4
10:57:32.208: debug : virRegisterNetworkDriver:675 : registering remote as network driver 2
10:57:32.208: debug : virRegisterInterfaceDriver:706 : registering remote as interface driver 1
10:57:32.208: debug : virRegisterStorageDriver:737 : registering remote as storage driver 2
10:57:32.208: debug : virRegisterDeviceMonitor:768 : registering remote as device driver 1
10:57:32.208: debug : virRegisterSecretDriver:799 : registering remote as secret driver 1
10:57:32.208: debug : virConnectOpenAuth:1337 : name=qemu:///system, auth=0x7fc7a9faab80, flags=0
10:57:32.208: debug : do_open:1106 : name "qemu:///system" to URI components:
  scheme qemu
  opaque (null)
  authority (null)
  server (null)
  user (null)
  port 0
  path /system

10:57:32.208: debug : do_open:1116 : trying driver 0 (Test) ...
10:57:32.208: debug : do_open:1122 : driver 0 Test returned DECLINED
10:57:32.208: debug : do_open:1116 : trying driver 1 (Xen) ...
10:57:32.208: debug : do_open:1122 : driver 1 Xen returned DECLINED
10:57:32.208: debug : do_open:1116 : trying driver 2 (OPENVZ) ...
10:57:32.208: debug : do_open:1122 : driver 2 OPENVZ returned DECLINED
10:57:32.208: debug : do_open:1116 : trying driver 3 (VBOX) ...
10:57:32.208: debug : do_open:1122 : driver 3 VBOX returned DECLINED
10:57:32.208: debug : do_open:1116 : trying driver 4 (remote) ...
10:57:32.208: debug : doRemoteOpen:564 : proceeding with name = qemu:///system
10:57:32.208: debug : remoteIO:8455 : Do proc=66 serial=0 length=28 wait=(nil)
10:57:32.208: debug : remoteIO:8517 : We have the buck 66 0x7fc7aa1fd010 0x7fc7aa1fd010
10:57:32.209: debug : remoteIODecodeMessageLength:7939 : Got length, now need 64 total (60 more)
10:57:32.209: debug : remoteIOEventLoop:8381 : Giving up the buck 66 0x7fc7aa1fd010 (nil)
10:57:32.209: debug : remoteIO:8548 : All done with our call 66 (nil) 0x7fc7aa1fd010
10:57:32.209: debug : remoteIO:8455 : Do proc=1 serial=1 length=56 wait=(nil)
10:57:32.209: debug : remoteIO:8517 : We have the buck 1 0x75c280 0x75c280
10:57:32.209: debug : remoteIODecodeMessageLength:7939 : Got length, now need 56 total (52 more)
10:57:32.209: debug : remoteIOEventLoop:8381 : Giving up the buck 1 0x75c280 (nil)
10:57:32.209: debug : remoteIO:8548 : All done with our call 1 (nil) 0x75c280
10:57:32.209: debug : doRemoteOpen:917 : Adding Handler for remote events
10:57:32.209: debug : doRemoteOpen:924 : virEventAddHandle failed: No addHandleImpl defined. continuing without events.
10:57:32.209: debug : do_open:1122 : driver 4 remote returned SUCCESS
10:57:32.209: debug : do_open:1142 : network driver 0 Test returned DECLINED
10:57:32.209: debug : do_open:1142 : network driver 1 VBOX returned DECLINED
10:57:32.209: debug : do_open:1142 : network driver 2 remote returned SUCCESS
10:57:32.209: debug : do_open:1161 : interface driver 0 Test returned DECLINED
10:57:32.209: debug : do_open:1161 : interface driver 1 remote returned SUCCESS
10:57:32.209: debug : do_open:1181 : storage driver 0 Test returned DECLINED
10:57:32.209: debug : do_open:1181 : storage driver 1 VBOX returned DECLINED
10:57:32.209: debug : do_open:1181 : storage driver 2 remote returned SUCCESS
10:57:32.209: debug : do_open:1201 : node driver 0 Test returned DECLINED
10:57:32.209: debug : do_open:1201 : node driver 1 remote returned SUCCESS
10:57:32.209: debug : do_open:1228 : secret driver 0 Test returned DECLINED
10:57:32.209: debug : do_open:1228 : secret driver 1 remote returned SUCCESS
Welcome to virsh, the virtualization interactive terminal.

Type:  'help' for help with commands
       'quit' to quit

virsh # define scmpich1
error: Failed to open file 'scmpich1': No such file or directory

virsh # define scmpich1.xml
10:57:59.871: debug : virDomainDefineXML:4474 : conn=0x756750, xml=<domain type='kvm' id='5'>
  <name>scmpich1</name>
  <memory>4194304</memory>
  <currentMemory>1048576</currentMemory>
  <vcpu>4</vcpu>
  <os>
    <type arch='x86_64' machine='pc-0.12'>hvm</type>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/bin/qemu-system-x86_64</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw'/>
      <source file='/home/radic/mvdata/imagenes/scmpich1.img'/>
      <target dev='hda' bus='ide'/>
    </disk>
    <disk type='block' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <target dev='hdc' bus='ide'/>
      <readonly/>
    </disk>
    <interface type='bridge'>
      <mac address='52:54:00:28:77:19'/>
      <source bridge='br0'/>
      <target dev='vnet0'/>
      <model type='virtio'/>
    </interface>
    <console type='pty' tty='/dev/pts/1'>
      <source path='/dev/pts/1'/>
      <target port='0'/>
    </console>
    <console type='pty' tty='/dev/pts/1'>
      <source path='/dev/pts/1'/>
      <target port='0'/>
    </console>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='5900' autoport='yes'/>
    <video>
      <model type='cirrus' vram='9216' heads='1'/>
    </video>
  </devices>
  <seclabel type='dynamic' model='apparmor'>
    <label>libvirt-4c3fda19-01c8-b04a-b478-749ea5e89ba0</label>
    <imagelabel>libvirt-4c3fda19-01c8-b04a-b478-749ea5e89ba0</imagelabel>
  </seclabel>
</domain>

10:57:59.871: debug : remoteIO:8455 : Do proc=11 serial=2 length=1636 wait=(nil)
10:57:59.871: debug : remoteIO:8517 : We have the buck 11 0x779400 0x779400
10:57:59.872: debug : remoteIODecodeMessageLength:7939 : Got length, now need 88 total (84 more)
10:57:59.872: debug : remoteIOEventLoop:8381 : Giving up the buck 11 0x779400 (nil)
10:57:59.872: debug : remoteIO:8548 : All done with our call 11 (nil) 0x779400
10:57:59.872: debug : virGetDomain:345 : New hash entry 0x777050
10:57:59.872: debug : virDomainGetName:2524 : domain=0x777050
Domain scmpich1 defined from scmpich1.xml
10:57:59.872: debug : virDomainFree:2062 : domain=0x777050
10:57:59.872: debug : virUnrefDomain:422 : unref domain 0x777050 scmpich1 1
10:57:59.872: debug : virReleaseDomain:376 : release domain 0x777050 scmpich1
10:57:59.872: debug : virReleaseDomain:392 : unref connection 0x756750 2

virsh # start scmpich1
10:58:07.430: debug : virDomainLookupByName:1974 : conn=0x756750, name=scmpich1
10:58:07.431: debug : remoteIO:8455 : Do proc=23 serial=3 length=40 wait=(nil)
10:58:07.431: debug : remoteIO:8517 : We have the buck 23 0x7773f0 0x7773f0
10:58:07.431: debug : remoteIODecodeMessageLength:7939 : Got length, now need 88 total (84 more)
10:58:07.431: debug : remoteIOEventLoop:8381 : Giving up the buck 23 0x7773f0 (nil)
10:58:07.431: debug : remoteIO:8548 : All done with our call 23 (nil) 0x7773f0
10:58:07.431: debug : virGetDomain:345 : New hash entry 0x777050
10:58:07.431: debug : virDomainGetID:2617 : domain=0x777050
10:58:07.431: debug : virDomainCreate:4640 : domain=0x777050
10:58:07.431: debug : remoteIO:8455 : Do proc=9 serial=4 length=60 wait=(nil)
10:58:07.431: debug : remoteIO:8517 : We have the buck 9 0x7773f0 0x7773f0
10:58:07.746: debug : remoteIODecodeMessageLength:7939 : Got length, now need 56 total (52 more)
10:58:07.746: debug : remoteIOEventLoop:8381 : Giving up the buck 9 0x7773f0 (nil)
10:58:07.746: debug : remoteIO:8548 : All done with our call 9 (nil) 0x7773f0
10:58:07.746: debug : remoteIO:8455 : Do proc=24 serial=5 length=44 wait=(nil)
10:58:07.746: debug : remoteIO:8517 : We have the buck 24 0x7773f0 0x7773f0
10:58:07.747: debug : remoteIODecodeMessageLength:7939 : Got length, now need 88 total (84 more)
10:58:07.747: debug : remoteIOEventLoop:8381 : Giving up the buck 24 0x7773f0 (nil)
10:58:07.747: debug : remoteIO:8548 : All done with our call 24 (nil) 0x7773f0
10:58:07.747: debug : virDomainGetName:2524 : domain=0x777050
Domain scmpich1 started
10:58:07.747: debug : virDomainFree:2062 : domain=0x777050
10:58:07.747: debug : virUnrefDomain:422 : unref domain 0x777050 scmpich1 1
10:58:07.747: debug : virReleaseDomain:376 : release domain 0x777050 scmpich1
10:58:07.747: debug : virReleaseDomain:392 : unref connection 0x756750 2

virsh # 

radic@santacruz:/var/log/libvirt/qemu$ sudo cat scmpich1.log 
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/qemu-system-x86_64 -S -M pc-0.12 -enable-kvm -m 4096 -smp 4 -name scmpich1 -uuid e25a59f5-774c-6805-bb8b-6d73801186d3 -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/scmpich1.monitor,server,nowait -monitor chardev:monitor -boot c -drive file=/home/radic/mvdata/imagenes/scmpich1.img,if=ide,index=0,boot=on,format=raw -drive if=ide,media=cdrom,index=2,format=raw -net nic,macaddr=52:54:00:28:77:19,vlan=0,model=virtio,name=virtio.0 -net tap,fd=32,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 -parallel none -usb -vnc 0.0.0.0:0 -vga cirrus 
char device redirected to /dev/pts/4
radic@santacruz:/var/log/libvirt/qemu$ cd
radic@santacruz:~$ virsh
11:00:45.166: debug : virInitialize:336 : register drivers
11:00:45.166: debug : virRegisterDriver:837 : registering Test as driver 0
11:00:45.166: debug : virRegisterNetworkDriver:675 : registering Test as network driver 0
11:00:45.166: debug : virRegisterInterfaceDriver:706 : registering Test as interface driver 0
11:00:45.166: debug : virRegisterStorageDriver:737 : registering Test as storage driver 0
11:00:45.166: debug : virRegisterDeviceMonitor:768 : registering Test as device driver 0
11:00:45.166: debug : virRegisterSecretDriver:799 : registering Test as secret driver 0
11:00:45.166: debug : virRegisterDriver:837 : registering Xen as driver 1
11:00:45.166: debug : virRegisterDriver:837 : registering OPENVZ as driver 2
11:00:45.166: debug : vboxRegister:109 : VBoxCGlueInit failed, using dummy driver
11:00:45.166: debug : virRegisterDriver:837 : registering VBOX as driver 3
11:00:45.166: debug : virRegisterNetworkDriver:675 : registering VBOX as network driver 1
11:00:45.166: debug : virRegisterStorageDriver:737 : registering VBOX as storage driver 1
11:00:45.166: debug : virRegisterDriver:837 : registering remote as driver 4
11:00:45.166: debug : virRegisterNetworkDriver:675 : registering remote as network driver 2
11:00:45.166: debug : virRegisterInterfaceDriver:706 : registering remote as interface driver 1
11:00:45.166: debug : virRegisterStorageDriver:737 : registering remote as storage driver 2
11:00:45.166: debug : virRegisterDeviceMonitor:768 : registering remote as device driver 1
11:00:45.166: debug : virRegisterSecretDriver:799 : registering remote as secret driver 1
11:00:45.166: debug : virConnectOpenAuth:1337 : name=qemu:///system, auth=0x7f0f02263b80, flags=0
11:00:45.166: debug : do_open:1106 : name "qemu:///system" to URI components:
  scheme qemu
  opaque (null)
  authority (null)
  server (null)
  user (null)
  port 0
  path /system

11:00:45.166: debug : do_open:1116 : trying driver 0 (Test) ...
11:00:45.166: debug : do_open:1122 : driver 0 Test returned DECLINED
11:00:45.166: debug : do_open:1116 : trying driver 1 (Xen) ...
11:00:45.166: debug : do_open:1122 : driver 1 Xen returned DECLINED
11:00:45.167: debug : do_open:1116 : trying driver 2 (OPENVZ) ...
11:00:45.167: debug : do_open:1122 : driver 2 OPENVZ returned DECLINED
11:00:45.167: debug : do_open:1116 : trying driver 3 (VBOX) ...
11:00:45.167: debug : do_open:1122 : driver 3 VBOX returned DECLINED
11:00:45.167: debug : do_open:1116 : trying driver 4 (remote) ...
11:00:45.167: debug : doRemoteOpen:564 : proceeding with name = qemu:///system
11:00:45.167: debug : remoteIO:8455 : Do proc=66 serial=0 length=28 wait=(nil)
11:00:45.167: debug : remoteIO:8517 : We have the buck 66 0x7f0f024b6010 0x7f0f024b6010
11:00:45.167: debug : remoteIODecodeMessageLength:7939 : Got length, now need 64 total (60 more)
11:00:45.167: debug : remoteIOEventLoop:8381 : Giving up the buck 66 0x7f0f024b6010 (nil)
11:00:45.167: debug : remoteIO:8548 : All done with our call 66 (nil) 0x7f0f024b6010
11:00:45.167: debug : remoteIO:8455 : Do proc=1 serial=1 length=56 wait=(nil)
11:00:45.167: debug : remoteIO:8517 : We have the buck 1 0x2028280 0x2028280
11:00:45.167: debug : remoteIODecodeMessageLength:7939 : Got length, now need 56 total (52 more)
11:00:45.167: debug : remoteIOEventLoop:8381 : Giving up the buck 1 0x2028280 (nil)
11:00:45.167: debug : remoteIO:8548 : All done with our call 1 (nil) 0x2028280
11:00:45.168: debug : doRemoteOpen:917 : Adding Handler for remote events
11:00:45.168: debug : doRemoteOpen:924 : virEventAddHandle failed: No addHandleImpl defined. continuing without events.
11:00:45.168: debug : do_open:1122 : driver 4 remote returned SUCCESS
11:00:45.168: debug : do_open:1142 : network driver 0 Test returned DECLINED
11:00:45.168: debug : do_open:1142 : network driver 1 VBOX returned DECLINED
11:00:45.168: debug : do_open:1142 : network driver 2 remote returned SUCCESS
11:00:45.168: debug : do_open:1161 : interface driver 0 Test returned DECLINED
11:00:45.168: debug : do_open:1161 : interface driver 1 remote returned SUCCESS
11:00:45.168: debug : do_open:1181 : storage driver 0 Test returned DECLINED
11:00:45.168: debug : do_open:1181 : storage driver 1 VBOX returned DECLINED
11:00:45.168: debug : do_open:1181 : storage driver 2 remote returned SUCCESS
11:00:45.168: debug : do_open:1201 : node driver 0 Test returned DECLINED
11:00:45.168: debug : do_open:1201 : node driver 1 remote returned SUCCESS
11:00:45.168: debug : do_open:1228 : secret driver 0 Test returned DECLINED
11:00:45.168: debug : do_open:1228 : secret driver 1 remote returned SUCCESS
Welcome to virsh, the virtualization interactive terminal.

Type:  'help' for help with commands
       'quit' to quit

virsh # migrate scmpich1 qemu+ssh://rionegro/system
11:01:18.541: debug : virDomainLookupByName:1974 : conn=0x2022750, name=scmpich1
11:01:18.541: debug : remoteIO:8455 : Do proc=23 serial=2 length=40 wait=(nil)
11:01:18.541: debug : remoteIO:8517 : We have the buck 23 0x20431f0 0x20431f0
11:01:18.541: debug : remoteIODecodeMessageLength:7939 : Got length, now need 88 total (84 more)
11:01:18.541: debug : remoteIOEventLoop:8381 : Giving up the buck 23 0x20431f0 (nil)
11:01:18.541: debug : remoteIO:8548 : All done with our call 23 (nil) 0x20431f0
11:01:18.541: debug : virGetDomain:345 : New hash entry 0x2039a20
11:01:18.541: debug : virConnectOpenAuth:1337 : name=qemu+ssh://rionegro/system, auth=0x7f0f02263b80, flags=0
11:01:18.541: debug : do_open:1106 : name "qemu+ssh://rionegro/system" to URI components:
  scheme qemu+ssh
  opaque (null)
  authority (null)
  server rionegro
  user (null)
  port 0
  path /system

11:01:18.541: debug : do_open:1116 : trying driver 0 (Test) ...
11:01:18.541: debug : do_open:1122 : driver 0 Test returned DECLINED
11:01:18.541: debug : do_open:1116 : trying driver 1 (Xen) ...
11:01:18.541: debug : do_open:1122 : driver 1 Xen returned DECLINED
11:01:18.541: debug : do_open:1116 : trying driver 2 (OPENVZ) ...
11:01:18.541: debug : do_open:1122 : driver 2 OPENVZ returned DECLINED
11:01:18.541: debug : do_open:1116 : trying driver 3 (VBOX) ...
11:01:18.541: debug : do_open:1122 : driver 3 VBOX returned DECLINED
11:01:18.541: debug : do_open:1116 : trying driver 4 (remote) ...
11:01:18.541: debug : doRemoteOpen:564 : proceeding with name = qemu:///system
11:01:18.541: debug : virExecWithHook:620 : ssh rionegro nc -q 2>&1 | grep -q 'requires an argument';if [ $? -eq 0 ] ; then   CMD='-q 0';else   CMD='';fi;nc $CMD -U /var/run/libvirt/libvirt-sock
11:01:18.542: debug : remoteIO:8455 : Do proc=66 serial=0 length=28 wait=(nil)
11:01:18.542: debug : remoteIO:8517 : We have the buck 66 0x2086a70 0x2086a70
11:01:18.750: debug : remoteIODecodeMessageLength:7939 : Got length, now need 64 total (60 more)
11:01:18.750: debug : remoteIOEventLoop:8381 : Giving up the buck 66 0x2086a70 (nil)
11:01:18.750: debug : remoteIO:8548 : All done with our call 66 (nil) 0x2086a70
11:01:18.750: debug : remoteIO:8455 : Do proc=1 serial=1 length=56 wait=(nil)
11:01:18.750: debug : remoteIO:8517 : We have the buck 1 0x2086a70 0x2086a70
11:01:18.751: debug : remoteIODecodeMessageLength:7939 : Got length, now need 56 total (52 more)
11:01:18.751: debug : remoteIOEventLoop:8381 : Giving up the buck 1 0x2086a70 (nil)
11:01:18.751: debug : remoteIO:8548 : All done with our call 1 (nil) 0x2086a70
11:01:18.751: debug : doRemoteOpen:917 : Adding Handler for remote events
11:01:18.751: debug : doRemoteOpen:924 : virEventAddHandle failed: No addHandleImpl defined. continuing without events.
11:01:18.751: debug : do_open:1122 : driver 4 remote returned SUCCESS
11:01:18.751: debug : do_open:1142 : network driver 0 Test returned DECLINED
11:01:18.751: debug : do_open:1142 : network driver 1 VBOX returned DECLINED
11:01:18.751: debug : do_open:1142 : network driver 2 remote returned SUCCESS
11:01:18.751: debug : do_open:1161 : interface driver 0 Test returned DECLINED
11:01:18.751: debug : do_open:1161 : interface driver 1 remote returned SUCCESS
11:01:18.751: debug : do_open:1181 : storage driver 0 Test returned DECLINED
11:01:18.751: debug : do_open:1181 : storage driver 1 VBOX returned DECLINED
11:01:18.751: debug : do_open:1181 : storage driver 2 remote returned SUCCESS
11:01:18.751: debug : do_open:1201 : node driver 0 Test returned DECLINED
11:01:18.751: debug : do_open:1201 : node driver 1 remote returned SUCCESS
11:01:18.751: debug : do_open:1228 : secret driver 0 Test returned DECLINED
11:01:18.751: debug : do_open:1228 : secret driver 1 remote returned SUCCESS
11:01:18.751: debug : virDomainMigrate:3312 : domain=0x2039a20, dconn=0x2043320, flags=0, dname=(null), uri=(null), bandwidth=0
11:01:18.751: debug : remoteIO:8455 : Do proc=60 serial=3 length=32 wait=(nil)
11:01:18.751: debug : remoteIO:8517 : We have the buck 60 0x2086610 0x2086610
11:01:18.751: debug : remoteIODecodeMessageLength:7939 : Got length, now need 60 total (56 more)
11:01:18.751: debug : remoteIOEventLoop:8381 : Giving up the buck 60 0x2086610 (nil)
11:01:18.751: debug : remoteIO:8548 : All done with our call 60 (nil) 0x2086610
11:01:18.751: debug : remoteIO:8455 : Do proc=60 serial=4 length=32 wait=(nil)
11:01:18.751: debug : remoteIO:8517 : We have the buck 60 0x2086610 0x2086610
11:01:18.751: debug : remoteIODecodeMessageLength:7939 : Got length, now need 60 total (56 more)
11:01:18.751: debug : remoteIOEventLoop:8381 : Giving up the buck 60 0x2086610 (nil)
11:01:18.751: debug : remoteIO:8548 : All done with our call 60 (nil) 0x2086610
11:01:18.751: debug : remoteIO:8455 : Do proc=60 serial=2 length=32 wait=(nil)
11:01:18.751: debug : remoteIO:8517 : We have the buck 60 0x2086610 0x2086610
11:01:18.752: debug : remoteIODecodeMessageLength:7939 : Got length, now need 60 total (56 more)
11:01:18.752: debug : remoteIOEventLoop:8381 : Giving up the buck 60 0x2086610 (nil)
11:01:18.752: debug : remoteIO:8548 : All done with our call 60 (nil) 0x2086610
11:01:18.752: debug : remoteIO:8455 : Do proc=14 serial=5 length=64 wait=(nil)
11:01:18.752: debug : remoteIO:8517 : We have the buck 14 0x2086610 0x2086610
11:01:18.753: debug : remoteIODecodeMessageLength:7939 : Got length, now need 1716 total (1712 more)
11:01:18.753: debug : remoteIOEventLoop:8381 : Giving up the buck 14 0x2086610 (nil)
11:01:18.753: debug : remoteIO:8548 : All done with our call 14 (nil) 0x2086610
11:01:18.753: debug : virDomainGetInfo:2825 : domain=0x2039a20, info=0x7fff475a9070
11:01:18.753: debug : remoteIO:8455 : Do proc=16 serial=6 length=60 wait=(nil)
11:01:18.753: debug : remoteIO:8517 : We have the buck 16 0x2086610 0x2086610
11:01:18.753: debug : remoteIODecodeMessageLength:7939 : Got length, now need 88 total (84 more)
11:01:18.753: debug : remoteIOEventLoop:8381 : Giving up the buck 16 0x2086610 (nil)
11:01:18.753: debug : remoteIO:8548 : All done with our call 16 (nil) 0x2086610
11:01:18.753: debug : remoteIO:8455 : Do proc=108 serial=3 length=1712 wait=(nil)
11:01:18.753: debug : remoteIO:8517 : We have the buck 108 0x2086610 0x2086610
11:01:19.101: debug : remoteIODecodeMessageLength:7939 : Got length, now need 96 total (92 more)
11:01:19.101: debug : remoteIOEventLoop:8381 : Giving up the buck 108 0x2086610 (nil)
11:01:19.101: debug : remoteIO:8548 : All done with our call 108 (nil) 0x2086610
11:01:19.101: debug : remoteIO:8455 : Do proc=62 serial=7 length=116 wait=(nil)
11:01:19.101: debug : remoteIO:8517 : We have the buck 62 0x2086610 0x2086610
11:01:29.124: debug : remoteIODecodeMessageLength:7939 : Got length, now need 260 total (256 more)
11:01:29.125: debug : remoteIOEventLoop:8381 : Giving up the buck 62 0x2086610 (nil)
11:01:29.125: debug : remoteIO:8548 : All done with our call 62 (nil) 0x2086610
11:01:29.125: debug : remoteIO:8455 : Do proc=109 serial=4 length=88 wait=(nil)
11:01:29.125: debug : remoteIO:8517 : We have the buck 109 0x2086610 0x2086610
11:01:29.216: debug : remoteIODecodeMessageLength:7939 : Got length, now need 92 total (88 more)
11:01:29.216: debug : remoteIOEventLoop:8381 : Giving up the buck 109 0x2086610 (nil)
11:01:29.216: debug : remoteIO:8548 : All done with our call 109 (nil) 0x2086610
11:01:29.216: debug : virConnectClose:1355 : conn=0x2043320
11:01:29.216: debug : virUnrefConnect:259 : unref connection 0x2043320 1
11:01:29.216: debug : remoteIO:8455 : Do proc=2 serial=5 length=28 wait=(nil)
11:01:29.216: debug : remoteIO:8517 : We have the buck 2 0x2086610 0x2086610
11:01:29.217: debug : remoteIODecodeMessageLength:7939 : Got length, now need 56 total (52 more)
11:01:29.217: debug : remoteIOEventLoop:8381 : Giving up the buck 2 0x2086610 (nil)
11:01:29.217: debug : remoteIO:8548 : All done with our call 2 (nil) 0x2086610
11:01:29.218: debug : virReleaseConnect:216 : release connection 0x2043320
11:01:29.218: debug : virDomainFree:2062 : domain=0x2039a20
11:01:29.218: debug : virUnrefDomain:422 : unref domain 0x2039a20 scmpich1 1
11:01:29.218: debug : virReleaseDomain:376 : release domain 0x2039a20 scmpich1
11:01:29.218: debug : virReleaseDomain:392 : unref connection 0x2022750 2
error: Unknown failure

virsh # 

LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/qemu-system-x86_64 -S -M pc-0.12 -enable-kvm -m 4096 -smp 4 -name scmpich1 -uuid e25a59f5-774c-6805-bb8b-6d73801186d3 -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/scmpich1.monitor,server,nowait -monitor chardev:monitor -boot c -drive file=/home/radic/mvdata/imagenes/scmpich1.img,if=ide,index=0,boot=on,format=raw -drive if=ide,media=cdrom,index=2,format=raw -net nic,macaddr=52:54:00:28:77:19,vlan=0,model=virtio,name=virtio.0 -net tap,fd=32,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 -parallel none -usb -vnc 0.0.0.0:0 -vga cirrus 
char device redirected to /dev/pts/4
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/qemu-system-x86_64 -S -M pc-0.12 -enable-kvm -m 4096 -smp 4 -name scmpich1 -uuid e25a59f5-774c-6805-bb8b-6d73801186d3 -chardev socket,id=monitor,path=/var/lib/libvirt/qemu/scmpich1.monitor,server,nowait -monitor chardev:monitor -boot c -drive file=/home/radic/mvdata/imagenes/scmpich1.img,if=ide,index=0,boot=on,format=raw -drive if=ide,media=cdrom,index=2,format=raw -net nic,macaddr=52:54:00:28:77:19,vlan=0,model=virtio,name=virtio.0 -net tap,fd=36,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 -parallel none -usb -vnc 0.0.0.0:3 -vga cirrus -incoming tcp:0.0.0.0:49152 
char device redirected to /dev/pts/3
--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]