Bug 2045959
Summary: | Not update Documentation for systemd config file | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | yafu <yafu> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
libvirt sub component: | General | QA Contact: | yafu <yafu> |
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
yafu
2022-01-26 03:56:36 UTC
Fixed upstream: commit f468f0a6343b5019439eb352ef2d70de2505e3fb Author: Peter Krempa <pkrempa> Date: Tue Feb 1 13:13:05 2022 +0100 systemd: Use correct man page name in modular daemon service files The service files were copied out of the service file for libvirtd and the name of the corresponding manpage was not fixed. v8.0.0-238-gf468f0a634 Verified with libvirt-8.2.0-1.el9.x86_64. Test steps: # for drv in qemu interface network nodedev nwfilter secret storage proxy; do systemctl cat virt${drv}d | grep "man:virt${drv}d" ; done Documentation=man:virtqemud(8) Documentation=man:virtinterfaced(8) Documentation=man:virtnetworkd(8) Documentation=man:virtnodedevd(8) Documentation=man:virtnwfilterd(8) Documentation=man:virtsecretd(8) Documentation=man:virtstoraged(8) Documentation=man:virtproxyd(8) 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 |