|
Bugzilla – Full Text Bug Listing |
| Summary: | "Client hit max requests limit 1" during live migrations | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Georg Pfuetzenreuter <georg.pfuetzenreuter> |
| Component: | Virtualization:Other | Assignee: | James Fehlig <jfehlig> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jfehlig, lma |
| Version: | Leap 15.5 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE Leap 15.5 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Georg Pfuetzenreuter
2024-05-15 18:37:28 UTC
Forgot to add, our migrations are triggered through Pacemaker which calls the following (just one example): ``` virsh --connect=qemu:///system --quiet migrate --live netbox1.infra.opensuse.org qemu+tcp://falkor21.infra.opensuse.org/system ``` Probably it's a libvirt issue. Below repo contains a potential fix. Could you please update your libvirt* via it to see whether the issue is fixed? https://download.suse.de/ibs/home:/lin_ma:/branches:/SUSE:/SLE-15-SP5:/Update/standard/ Hi Lin, thanks for getting back. Could you please provide your updated packages through OBS? (In reply to Georg Pfuetzenreuter from comment #3) > Hi Lin, > > thanks for getting back. Could you please provide your updated packages > through OBS? Sure. https://download.opensuse.org/repositories/home:/lin_ma:/branches:/SUSE:/SLE-15-SP5:/Update/pool-leap-15.5/ Thanks! I will test on the weekend and let you know. Hi, your package seems to work fine. Can we get it into a maintenance update? Also, do I still need the `max_client_requests` setting in the three configuration files or is it superfluous? (In reply to Georg Pfuetzenreuter from comment #6) > Hi, > > your package seems to work fine. Glad to know the issue can be fixed by the package. > Can we get it into a maintenance update? Sure. @Jim, The issue can be fixed by libvirt upstream commit b3f8e072. Could you please help to backport it into SLE15SP5 and leap 15.5? > Also, do I still need the `max_client_requests` setting in the three > configuration files or is it superfluous? It is unnecessary. You don't need the `max_client_requests` setting, Please comment it like before. (In reply to Lin Ma from comment #7) Hi Lin, Thanks for helping with this bug while I was on vacation! > @Jim, The issue can be fixed by libvirt upstream commit b3f8e072. > Could you please help to backport it into SLE15SP5 and leap 15.5? I've added b3f8e072 to the SLE15 SP5 libvirt package and submitted it for maintenance. SUSE-RU-2024:1933-1: An update that has two fixes can now be installed. Category: recommended (moderate) Bug References: 1220714, 1224327 Maintenance Incident: [SUSE:Maintenance:34092](https://smelt.suse.de/incident/34092/) Sources used: openSUSE Leap 15.5 (src): libvirt-9.0.0-150500.6.23.1 SUSE Linux Enterprise Micro 5.5 (src): libvirt-9.0.0-150500.6.23.1 Basesystem Module 15-SP5 (src): libvirt-9.0.0-150500.6.23.1 Server Applications Module 15-SP5 (src): libvirt-9.0.0-150500.6.23.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. SUSE-RU-2024:1933-2: An update that has two fixes can now be installed. Category: recommended (moderate) Bug References: 1220714, 1224327 Maintenance Incident: [SUSE:Maintenance:34092](https://smelt.suse.de/incident/34092/) Sources used: SUSE Linux Enterprise Micro 5.5 (src): libvirt-9.0.0-150500.6.23.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. |