diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1055.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1055.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1055.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1055.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1055.toml new file mode 100644 index 000000000..15af53b9d --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1055.toml @@ -0,0 +1,24 @@ +id = 1055 +title = "QEMU does not close listening socket for incoming migration when post-copy migration breaks" +state = "closed" +created_at = "2022-06-02T15:04:38.993Z" +closed_at = "2024-12-18T13:34:03.970Z" +labels = ["Migration"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1055" +host-os = "Fedora 35" +host-arch = "x86_64" +qemu-version = "7.0.0" +guest-os = "RHEL 7.8" +guest-arch = "x86" +description = """QEMU keeps listening on the incoming port even after breaking a post-copy +migration using "migrate-pause" QMP command. And even once migration is +finished after recovering it "migrate-recover" using a different port number. +If "migrate-recover" is called with a URI specifying the original port (which +is still in LISTEN state), QEMU reports "Failed to find an available port: +Address already in use".""" +reproduce = """1. start migration +2. wait for the first iteration to finish +3. switch to post-copy using "migrate-start-postcopy" +3. break migration with "migrate-pause" +4. check lsof -p $QEMU_PID""" +additional = """""" |