summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1937.toml
blob: 1e66f6996d442577fccbf7be077c5b4d2ff6cb75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
id = 1937
title = "Live migration with TLS fail (GNUTLS AUTO_REKEY)"
state = "opened"
created_at = "2023-10-13T14:21:51.839Z"
closed_at = "n/a"
labels = ["Migration"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1937"
host-os = "Ubuntu 22.04.3 LTS"
host-arch = "x86"
qemu-version = "6.2 and 7.2.5"
guest-os = "Ubuntu 22.04"
guest-arch = "x86"
description = """Live migration with TLS fail in postcopy stage when:

#"""
reproduce = """1. run VM with heavy RAM load: `nohup stress-ng --vm 6 --vm-bytes 12G &`
2. run precopy for more that 80sec
3. switch into post-copy stage"""
additional = """This only occurs with TLS transport, if clear qemu+tcp is used then everything works."""