From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../target_missing/host_missing/accel_missing/2584 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gitlab/issues_text/target_missing/host_missing/accel_missing/2584 (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2584') diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2584 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2584 new file mode 100644 index 000000000..afea4ac65 --- /dev/null +++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/2584 @@ -0,0 +1,16 @@ +nbd URI wrong export name (regression in qemu 9.1) +Description of problem: +qemu with an nbd URI seems to pass the wrong export name to the server, if the exportname is `.`. This seems +to be a regression in qemu 9.1, because it didn't happen in 9.0. +Steps to reproduce: +``` +$ nbdkit -fv -U - null --run 'qemu-img info "nbd+unix:///.?socket=$unixsocket"' +... +nbdkit: null[1]: debug: null: open readonly=0 exportname="" tls=0 +``` + +In qemu 9.0 this was correct: + +``` +nbdkit: null[1]: debug: null: open readonly=0 exportname="." tls=0 +``` -- cgit 1.4.1