summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/1816189
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/hypervisor/1816189
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/1816189')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/181618927
1 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1816189 b/results/classifier/gemma3:12b/hypervisor/1816189
new file mode 100644
index 000000000..2bb5aad8f
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/1816189
@@ -0,0 +1,27 @@
+
+Unable to create or revert snapshots
+
+With an update to Qemu (3.1.x) I am unable to revert snapshots using virt-manager or virsh. Virtual Machines existing before the update seem to function properly. It is only after creating a new machine that snapshots are misbehaving. I tested spinning up vms of tumbleweed, leap15, and ubuntu 18.04. Each of them had the following issues:
+
+- With the machine running, live reversions act like they apply, but no changes are actually made.
+- With the machine paused, reversion also does not apply.
+- With the machine turned off, reversion is not possible. Virsh is unable to find the snapshot, and virt-manager errors out with:
+
+Error running snapshot 'FreshInstall': internal error: qemu unexpectedly closed the monitor: 2019-01-15T19:19:46.020247Z qemu-system-x86_64: Device 'drive-virtio-disk0' does not have the requested snapshot 'FreshInstall'
+
+Traceback (most recent call last):
+  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in cb_wrapper
+    callback(asyncjob, *args, **kwargs)
+  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 111, in tmpcb
+    callback(*args, **kwargs)
+  File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 66, in newfn
+    ret = fn(self, *args, **kwargs)
+  File "/usr/share/virt-manager/virtManager/domain.py", line 1105, in revert_to_snapshot
+    self._backend.revertToSnapshot(snap.get_backend())
+  File "/usr/lib64/python3.6/site-packages/libvirt.py", line 2024, in revertToSnapshot
+    if ret == -1: raise libvirtError ('virDomainRevertToSnapshot() failed', dom=self)
+
+libvirt.libvirtError: internal error: qemu unexpectedly closed the monitor: 2019-01-15T19:19:46.020247Z qemu-system-x86_64: Device 'drive-virtio-disk0' does not have the requested snapshot 'FreshInstall'
+
+After doing some digging, the error occurs because of the following commit:
+d98f26073bebddcd3da0ba1b86c3a34e840c0fb8
\ No newline at end of file