Bug 2007659
Summary: | The description of --nvram and --keep-nvram should update in 'virsh help undefine' | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | yafu <yafu> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
libvirt sub component: | General | QA Contact: | Meina Li <meili> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | unspecified | ||
Priority: | low | CC: | jdenemar, jsuchane, lmen, meili, mprivozn, virt-maint, xuzhang |
Version: | 9.0 | Keywords: | Triaged, Upstream |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-7.9.0-1.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-05-17 12:45:32 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: | 7.9.0 |
Embargoed: |
Description
yafu
2021-09-24 13:57:22 UTC
Merged upstream: commit 3ad069001510666e1880ec788401518f6179bcd2 Author: Michal Prívozník <mprivozn> AuthorDate: Thu Sep 30 16:32:19 2021 +0200 Commit: Michal Prívozník <mprivozn> CommitDate: Tue Oct 5 08:54:32 2021 +0200 virsh: Fix --nvram and --keep-nvram help strings The --nvram and --keep-nvram options of the undefine command can be used regardless of the domain status (the only consumer so far - qemuDomainUndefineFlags() doesn't care about the domain status). Yet, their corresponding help strings say something about inactive domains while manpage says nothing. Remove the reference to domain state. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2007659 Signed-off-by: Michal Privoznik <mprivozn> Reviewed-by: Andrea Bolognani <abologna> v7.8.0-38-g3ad0690015 Test Version: libvirt-7.9.0-1.fc34.x86_64 qemu-kvm-5.2.0-8.fc34.x86_64 Test Result: # virsh undefine --help NAME undefine - undefine a domain ... --nvram remove nvram file --keep-nvram keep nvram file Verified Version: libvirt-7.9.0-1.el9.x86_64 qemu-kvm-6.1.0-6.el9.x86_64 Verified Steps: # virsh undefine --help NAME undefine - undefine a domain ...... --nvram remove nvram file --keep-nvram keep nvram file 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 (new packages: libvirt), 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-2022:2390 |