Bug 2233788
Summary: | The path to the guest agent socket file can become too long and cause problems [rhel-9.3.0.z] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
libvirt sub component: | General | QA Contact: | Virtualization Bugs <virt-bugs> |
Status: | CLOSED WONTFIX | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | aasserzo, acardace, bbenshab, bstinson, ibezukh, jdenemar, jferlan, jhopper, jlejosne, jsuchane, jwboyer, kbidarka, lmen, mprivozn, qixuan.wang, smitterl, virt-maint, yadu, ycui, ymankad |
Version: | CentOS Stream | Keywords: | Triaged, ZStream |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
When there's no path provided for a guest <channel/> libvirt generates one. But it uses a very long prefix for that ("/var/lib/libvirt/qemu/channel/target/") which makes it very easy to hit the limit for socket paths.
Consequence:
Users are unable to connect to the host side of the socket.
Fix:
The location of the socket was moved under "/var/run/".
Result:
The path is now much shorter and users can connect to the socket just fine.
|
Story Points: | --- |
Clone Of: | 2173980 | Environment: | |
Last Closed: | 2023-08-23 13:18:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2173980 | ||
Bug Blocks: |
Comment 1
John Ferlan
2023-08-23 13:18:19 UTC
|