summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2584.toml
blob: 049b368d722c63b847890cfbf7d2b6b96e741b6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
id = 2584
title = "nbd URI wrong export name (regression in qemu 9.1)"
state = "closed"
created_at = "2024-09-22T19:38:48.529Z"
closed_at = "2024-09-24T07:55:57.930Z"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/2584"
host-os = "Fedora 42"
host-arch = "x86_64"
qemu-version = "qemu-img-9.1.0-2.fc42.x86_64"
guest-os = "n/a"
guest-arch = "n/a"
description = """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."""
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
```"""
additional = "n/a"