Bug 1902537
| Summary: | The default fsfreeze-hook path from man page and qemu-ga --help command are different | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | dehanmeng <demeng> |
| Component: | qemu-kvm | Assignee: | Marc-Andre Lureau <marcandre.lureau> |
| qemu-kvm sub component: | Guest Agent | QA Contact: | dehanmeng <demeng> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | low | ||
| Priority: | low | CC: | jen, juzhang, lijin, mrezanin, pbonzini, virt-maint, xiagao |
| Version: | 8.4 | Keywords: | Triaged |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | qemu-kvm-5.2.0-6.module+el8.4.0+9871+53903be9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-25 06:45:10 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: | |||
|
Description
dehanmeng
2020-11-30 02:16:29 UTC
Argh, this is a regression from
commit f8aa24ea9a82da38370470c6bc0eaa393999edfe
Author: Paolo Bonzini <pbonzini>
Date: Wed Aug 5 15:49:10 2020 +0200
meson: sphinx-build
CONFDIR is not passed via environment variable anymore.
Sent upstream: "[PATCH] docs: set CONFDIR when running sphinx" Sent [RHEL-AV-8.4.0 qemu-kvm PATCH] docs: set CONFDIR when running sphinx Reproduce with qemu-kvm-5.2.0-0.module+el8.4.0+8855+a9e237a9.x86_64 step as comment0 Actual results: it's in help cmd is /etc/qemu-kvm/fsfreeze-hook it's in man page is /etc/qemu/fsfreeze-hook Expected results: # qemu-ga -h /etc/qemu-kvm/fsfreeze-hook # man page /etc/qemu-kvm/fsfreeze-hook Verify with qemu-kvm-5.2.0-6.module+el8.4.0+9871+53903be9 step as comment0 Actual results: it's in help cmd is /etc/qemu-kvm/fsfreeze-hook it's in man page is /etc/qemu-kvm/fsfreeze-hook Expected results: # qemu-ga -h /etc/qemu-kvm/fsfreeze-hook # man page /etc/qemu-kvm/fsfreeze-hook 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 (virt:av 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-2021:2098 |