Bug 2045959

Summary: Not update Documentation for systemd config file
Product: Red Hat Enterprise Linux 9 Reporter: yafu <yafu>
Component: libvirtAssignee: 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.0Keywords: 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
Description of problem:
Not update Documentation for systemd config file

Version-Release number of selected component (if applicable):
libvirt-8.0.0-2.el9.x86_64

How reproducible:
100%

Steps to Reproduce:
1.#systemctl cat virtqemud
# /usr/lib/systemd/system/virtqemud.service
[Unit]
...
Documentation=man:libvirtd(8)
...

2.
3.

Actual results:
Still show "man:libvirtd(8)" for all sub-daemons.

Expected results:
Update the Documentation for systemd config file for all sub-daemons.

Additional info:

Comment 1 Peter Krempa 2022-02-01 12:26:41 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

Comment 5 yafu 2022-04-14 03:12:40 UTC
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)

Comment 7 errata-xmlrpc 2022-11-15 10:03:03 UTC
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