diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/945.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/945.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/945.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/945.toml b/gitlab/issues/target_missing/host_missing/accel_missing/945.toml deleted file mode 100644 index e69cf199c..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/945.toml +++ /dev/null @@ -1,20 +0,0 @@ -id = 945 -title = "For QEMU 7.0.0-rc1, nbd-server-add fails with qcow2 image with iothread in migration context" -state = "closed" -created_at = "2022-03-28T12:54:24.088Z" -closed_at = "2022-05-05T13:08:56.304Z" -labels = ["Regression", "Storage"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/945" -host-os = "Proxmox VE 7.1 (but using upstream QEMU build)" -host-arch = "x86" -qemu-version = "QEMU emulator version 6.2.91 (v7.0.0-rc1)" -guest-os = "n/a" -guest-arch = "n/a" -description = """Upon adding the drive for NBD (via QMP), there is an error message -````kvm: ../block.c:3657: bdrv_open_child: Assertion `qemu_in_main_thread()' failed.```` -and then the process aborts.""" -reproduce = """1. Create image: `qemu-img create -f qcow2 /root/target-disk.qcow2 4G` -2. Start QEMU as mentioned above. -3. Issue `nbd-server-start` QMP command (I used type unix). -4. Issue `nbd-server-add` command for the single disk.""" -additional = "n/a" |