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/1055 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gitlab/issues_text/target_missing/host_missing/accel_missing/1055 (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1055') diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1055 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1055 new file mode 100644 index 000000000..ea9150ede --- /dev/null +++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/1055 @@ -0,0 +1,16 @@ +QEMU does not close listening socket for incoming migration when post-copy migration breaks +Description of problem: +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". +Steps to 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 information: + -- cgit 1.4.1