Bug 2038045
Summary: | Documentation about using virt-admin to manage other daemons should be added | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Lili Zhu <lizhu> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
libvirt sub component: | General | QA Contact: | Lili Zhu <lizhu> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | jdenemar, jsuchane, pkrempa, virt-maint, xuzhang |
Version: | 9.0 | Keywords: | Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-8.1.0-1.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-11-15 10:03:03 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: | 8.1.0 |
Embargoed: |
Description
Lili Zhu
2022-01-07 07:33:46 UTC
Fixed upstream: commit 61ad7001299c83b2add18c2ba6d286c04c74ec15 Author: Peter Krempa <pkrempa> Date: Thu Jan 20 16:20:22 2022 +0100 man: virt-admin: Mention monolithic daemon URIs Hint users that they can use 'virt-admin' also for the new monolithic daemons. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2038045 Signed-off-by: Peter Krempa <pkrempa> Reviewed-by: Erik Skultety <eskultet> v8.0.0-135-g61ad700129 Tested with: libvirt-daemon-8.2.0-1.fc35.x86_64 check the virt-admin manpages # man virt-admin -c, --connect URI Connect to the specified URI, as if by the connect command, instead of the default connection. See NOTES NOTES The virt-admin supports both the monolithic libvirtd daemon and the modular daemons whichever is in use by your system. The connection URI used with -c/--connect or the connect command is based on the name of the controlled daemon e.g.: virtqemud:///system, libvirtd:///system. Running virt-admin requires root privileges when communicating with the system instance of a daemon (URI ending in /system) due to the communications channels used to talk to the daemon. connect .... See NOTES on picking the correct URI corresponding to a libvirt daemon. Verified this bug with: libvirt-8.2.0-1.el9.x86_64 The testing steps are the same with Comment #2. The testing result matches with the expected result, mark the 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 (Low: libvirt security, 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/RHSA-2022:8003 |