Bug 1913138
Summary: | Doc of virsh domrename needs to be updated | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | Lili Zhu <lizhu> |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
Status: | CLOSED ERRATA | QA Contact: | Lili Zhu <lizhu> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.4 | CC: | jdenemar, lmen, pkrempa, virt-maint, xuzhang |
Target Milestone: | rc | ||
Target Release: | 8.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-7.0.0-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-25 06:46:31 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.0.0 |
Embargoed: |
Description
Lili Zhu
2021-01-06 05:12:02 UTC
commit ec554e160b44aed0adac0256c2ad58153b638bae Author: Peter Krempa <pkrempa> Date: Wed Jan 6 10:56:12 2021 +0100 manpage: virsh: Drop note that 'domrename' doesn't work with snapshots/checkpoints As of commits 3b1244bffdb and 4770a96c662 renaming of the domain works also with checkpoints and snapshots. Update the docs. v6.10.0-311-gec554e160b ➜ ~ man virsh ... domrename Syntax: domrename domain new-name Rename a domain. This command changes current domain name to the new name specified in the second argument. Note: Domain must be inactive. ... Doc of virsh domrename has been updated Tested with: libvirt-daemon-7.0.0-1.module+el8.4.0+9464+3e71831a.x86_64 Testing result are the same with that in Comment #3, 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 (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 |