summaryrefslogtreecommitdiffstats
path: root/results/classifier/gemma3:12b/network/1192499
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/network/1192499
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/network/1192499')
-rw-r--r--results/classifier/gemma3:12b/network/1192499103
1 files changed, 103 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/network/1192499 b/results/classifier/gemma3:12b/network/1192499
new file mode 100644
index 00000000..0a331288
--- /dev/null
+++ b/results/classifier/gemma3:12b/network/1192499
@@ -0,0 +1,103 @@
+
+virsh migration copy-storage-all fails with "Unable to read from monitor: Connection reset by peer"
+
+virsh migration copy-storage-all fails with "Unable to read from monitor: Connection reset by peer" and shut downs the guest on the source host.
+
+Kernel Version: 3.10.0-rc5+
+
+Libvirt Version: 1.0.6
+
+Qemu Version: 1.5.50
+
+Steps to reproduce the issue:
+----------------------------------------
+1. Created the qemu-img create -f qcow2 vm.qcow2 11G on the destination host which is same as the source.
+2. Started the guest on the source
+3. Started the vncdisplay to monitor the guest
+4. Initiated the migration "virsh migrate --live VM1 qemu+ssh://host-ip/system tcp://host-ip --verbose --copy-storage-all"
+5. It started the copying the storage from souce to destination (conitinously monitored it was growing)
+6. Guest on the destination was paused and was running on the source
+7. At some point the VM on the source got shutdown and migration failed with "Unable to read from monitor: Connection reset by peer"
+
+Attached the libvirt debug logs.
+
+The debug logs shows :
+
+2013-06-19 08:43:12.253+0000: 4026: debug : virEventPollInterruptLocked:716 : Interrupting
+2013-06-19 08:43:12.253+0000: 4026: debug : virEventPollAddTimeout:248 : EVENT_POLL_ADD_TIMEOUT: timer=1 frequency=0 cb=0x7fe930baa960 opaque=(nil) ff=(nil)
+
+Note: The virsh live migration works fine with nfs storage from source to destination and vice versa.
+With libvirt 1.0.5 and qemu 1.5 also we were facing the same issue, but with that even "Live migration with nfs also was not working".
+
+Guest XML:
+----------------
+
+<domain type='kvm'>
+ <name>VM1</name>
+ <uuid>47feb0e1-0c23-9be9-da12-2ead34864de2</uuid>
+ <memory unit='KiB'>4096000</memory>
+ <currentMemory unit='KiB'>2048000</currentMemory>
+ <vcpu placement='auto'>1</vcpu>
+ <numatune>
+ <memory mode='strict' nodeset='0'/>
+ </numatune>
+ <os>
+ <type arch='x86_64' machine='pc-i440fx-1.5'>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/local/bin/qemu-system-x86_64</emulator>
+ <disk type='file' device='disk'>
+ <driver name='qemu' type='qcow2' cache='none'/>
+ <source file='/home/images/VM1.qcow2'/>
+ <target dev='hda' bus='ide'/>
+ <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+ </disk>
+ <disk type='block' device='cdrom'>
+ <driver name='qemu' type='raw'/>
+ <target dev='hdc' bus='ide'/>
+ <readonly/>
+ <address type='drive' controller='0' bus='1' target='0' unit='0'/>
+ </disk>
+ <controller type='usb' index='0'>
+ <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
+ </controller>
+ <controller type='ide' index='0'>
+ <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
+ </controller>
+ <controller type='pci' index='0' model='pci-root'/>
+ <interface type='network'>
+ <mac address='52:54:00:9d:cf:bb'/>
+ <source network='default'/>
+ <model type='rtl8139'/>
+ <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
+ </interface>
+ <serial type='pty'>
+ <target port='0'/>
+ </serial>
+ <console type='pty'>
+ <target type='serial' port='0'/>
+ </console>
+ <input type='mouse' bus='ps2'/>
+ <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1'>
+ <listen type='address' address='127.0.0.1'/>
+ </graphics>
+ <video>
+ <model type='cirrus' vram='9216' heads='1'/>
+ <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
+ </video>
+ <memballoon model='virtio'>
+ <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
+ </memballoon>
+ </devices>
+ <seclabel type='none' model='selinux'/>
+</domain> \ No newline at end of file