Bug 2033879
Summary: | maximum number of clients must be greater than the maximum number of clients waiting for authentication | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Lili Zhu <lizhu> | |
Component: | libvirt | Assignee: | Martin Kletzander <mkletzan> | |
libvirt sub component: | General | QA Contact: | Lili Zhu <lizhu> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | unspecified | |||
Priority: | unspecified | CC: | dzheng, jdenemar, lmen, mkletzan, mprivozn, virt-maint, xuzhang, yafu | |
Version: | 9.0 | Keywords: | Triaged, Upstream | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | libvirt-9.0.0-2.el9 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2208117 (view as bug list) | Environment: | ||
Last Closed: | 2023-05-09 07:26:10 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | 9.1.0 | |
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2208117 |
Description
Lili Zhu
2021-12-18 12:16:42 UTC
The thing is that we can check the change when it is being done through the admin APIs, but when starting the daemon we would have to abort. I'm not sure that is the right thing to do since someone might have misunderstood the configuration and with an could have issues after upgrade. I'll try to propose this change, if that fails there are other things we can do, like limit the number from the configuration file, but we'll get to that discussion only if needed. Fix proposed here: https://www.mail-archive.com/libvir-list@redhat.com/msg234439.html Fixed upstream with v8.10.0-142-g0f2396751fcc, v8.10.0-143-gfd61d2df6692, v8.10.0-144-g1d625c5d2579, v8.10.0-145-gf007940cb25a, v8.10.0-146-g35afa1d2d6c1: commit 0f2396751fccdc9f742230763880f70dbd977f3b Author: Michal Prívozník <mprivozn> Date: Wed Dec 21 11:08:02 2022 +0100 qemumonitortestutils: Fix line counting in qemuMonitorTestProcessFileEntries() commit fd61d2df66924c11a2d9b602af9f39244b01fd5d Author: Martin Kletzander <mkletzan> Date: Mon Jan 2 15:03:25 2023 +0100 Fix test case to actually test something commit 1d625c5d2579d0ba4d0b5fae95b27bc36343efb8 Author: Martin Kletzander <mkletzan> Date: Mon Jan 2 16:26:31 2023 +0100 tests: Check error message in virnetdaemontest commit f007940cb25aaeccf3b18959b55b77389c2ed743 Author: Martin Kletzander <mkletzan> Date: Mon Jan 2 16:21:24 2023 +0100 rpc: Fix error message in virNetServerSetClientLimits commit 35afa1d2d6c10ce993c60caea1efe1c589fa1d5d Author: Martin Kletzander <mkletzan> Date: Mon Jan 2 16:23:08 2023 +0100 rpc: Check client limits in more places (In reply to Martin Kletzander from comment #3) > Fixed upstream with v8.10.0-142-g0f2396751fcc, v8.10.0-143-gfd61d2df6692, > v8.10.0-144-g1d625c5d2579, v8.10.0-145-gf007940cb25a, > v8.10.0-146-g35afa1d2d6c1: > commit 0f2396751fccdc9f742230763880f70dbd977f3b > Author: Michal Prívozník <mprivozn> > Date: Wed Dec 21 11:08:02 2022 +0100 > > qemumonitortestutils: Fix line counting in > qemuMonitorTestProcessFileEntries() > Sorry, script error, just v8.10.0-146-g35afa1d2d6c1 is the right one Ah, too many rewrites, sorry, one more fix proposed: https://www.mail-archive.com/libvir-list@redhat.com/msg235225.html And fixed upstream with v9.0.0-94-g1e2605c934b8: commit 1e2605c934b80c3e9c30e929834d38fee86f184e Author: Martin Kletzander <mkletzan> Date: Tue Jan 24 13:45:09 2023 +0100 rpc: Fix error message in virNetServerSetClientLimits Tested with libvirt-9.0.0-2.el9.x86_64 Retested step 6 in Comment #5 # virt-admin -c virtqemud:///system server-clients-set virtqemud --max-clients 10 error: Unable to change server's client-related configuration limits error: invalid argument: The overall maximum number of clients must not be less than the number of clients waiting for authentication According to Comment #5 and Comment #8, marking this bug as verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (libvirt bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:2171 |