From d0c85e36e4de67af628d54e9ab577cc3fad7796a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Thu, 3 Jul 2025 07:27:52 +0000 Subject: add deepseek and gemma results --- results/classifier/gemma3:12b/hypervisor/1594239 | 160 +++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 results/classifier/gemma3:12b/hypervisor/1594239 (limited to 'results/classifier/gemma3:12b/hypervisor/1594239') diff --git a/results/classifier/gemma3:12b/hypervisor/1594239 b/results/classifier/gemma3:12b/hypervisor/1594239 new file mode 100644 index 00000000..6267fd16 --- /dev/null +++ b/results/classifier/gemma3:12b/hypervisor/1594239 @@ -0,0 +1,160 @@ + +After adding more scsi disks for Aarch64 virtual machine, start the VM and got Qemu Error + +Description +=========== +Using virt-manager to create a VM in Aarch64, Ubuntu 16.04. +Add scsi disk to the VM. After add four or more scsi disks, start the VM and will got Qemu error. + +Steps to reproduce +================== +1.Use virt-manager to create a VM. +2.After the VM is started, add scsi disk to the VM. They will be allocated to "sdb,sdc,sdd....." . +3.If we got a disk name > sdg, virt-manager will also assign a virtio-scsi controller for this disk.And the VM will be shutdown. +4.Start the VM, will see the error log. + + +Expected result +=============== +Start the vm smoothly.The added disks can work. + +Actual result +============= +Got the error: +starting domain: internal error: process exited while connecting to monitor: qemu-system-aarch64: /build/qemu-zxCwKP/qemu-2.5+dfsg/migration/savevm.c:620: vmstate_register_with_alias_id: Assertion `!se->compat || se->instance_id == 0' failed. +details=Traceback (most recent call last): + File "/usr/share/virt-manager/virtManager/asyncjob.py", line 90, in cb_wrapper + callback(asyncjob, *args, **kwargs) + File "/usr/share/virt-manager/virtManager/asyncjob.py", line 126, in tmpcb + callback(*args, **kwargs) + File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 83, in newfn + ret = fn(self, *args, **kwargs) + File "/usr/share/virt-manager/virtManager/domain.py", line 1402, in startup + self._backend.create() + File "/usr/local/lib/python2.7/dist-packages/libvirt.py", line 1035, in create + if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self) +libvirtError: internal error: process exited while connecting to monitor: qemu-system-aarch64: /build/qemu-zxCwKP/qemu-2.5+dfsg/migration/savevm.c:620: vmstate_register_with_alias_id: Assertion `!se->compat || se->instance_id == 0' failed. + + +Environment +=========== +1. virt-manager version is 1.3.2 + +2. Which hypervisor did you use? + Libvirt+KVM + $ kvm --version + QEMU emulator version 2.5.0 (Debian 1:2.5+dfsg-5ubuntu10.1), Copyright (c) 2003-2008 Fabrice Bellard + $ libvirtd --version + libvirtd (libvirt) 1.3.1 + +3. Which storage type did you use? + In the host file system,all in one physics machine. +stack@u202154:/opt/stack/nova$ df -hl +Filesystem Size Used Avail Use% Mounted on +udev 7.8G 0 7.8G 0% /dev +tmpfs 1.6G 61M 1.6G 4% /run +/dev/sda2 917G 41G 830G 5% / +tmpfs 7.9G 0 7.9G 0% /dev/shm +tmpfs 5.0M 0 5.0M 0% /run/lock +tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup +/dev/sda1 511M 888K 511M 1% /boot/efi +cgmfs 100K 0 100K 0% /run/cgmanager/fs +tmpfs 1.6G 0 1.6G 0% /run/user/1002 +tmpfs 1.6G 0 1.6G 0% /run/user/1000 +tmpfs 1.6G 0 1.6G 0% /run/user/0 + +4. Environment information: + Architecture : AARCH64 + OS: Ubuntu 16.04 + +The Qemu commmand of libvirt is : +2016-06-20 02:39:46.561+0000: starting up libvirt version: 1.3.1, package: 1ubuntu10 (William Grant