Bug 1904486
| Summary: | [RFE][CBT][incremental backup] Allow redefine VM backup checkpoint without the domain XML | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | Peter Krempa <pkrempa> |
| Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
| Status: | CLOSED ERRATA | QA Contact: | yisun |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.3 | CC: | coli, eshenitz, jdenemar, lmen, ngu, nsoffer, pkrempa, tnisan, virt-maint, xuzhang, yisun |
| Target Milestone: | rc | Keywords: | FutureFeature, Triaged |
| Target Release: | 8.4 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-7.0.0-1.el8 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1901830 | Environment: | |
| Last Closed: | 2021-05-25 06:45:10 UTC | Type: | Feature Request |
| 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1891470, 1901835 | ||
|
Description
Peter Krempa
2020-12-04 15:39:37 UTC
PreVerified with upstream build: libvirt-6.10.0-1.fc34.x86_64 ➜ ~ virsh checkpoint-create-as pc ck1 Domain checkpoint ck1 created ➜ ~ virsh checkpoint-list pc Name Creation Time ----------------------------------- ck1 2021-01-07 08:57:47 +0000 ➜ ~ virsh checkpoint-dumpxml pc ck1 --no-domain > ck1.xml ➜ ~ virsh checkpoint-delete pc ck1 --metadata Domain checkpoint ck1 deleted ➜ ~ virsh checkpoint-create pc ck1.xml --redefine Domain checkpoint ck1 created from 'ck1.xml' ➜ ~ virsh checkpoint-list pc Name Creation Time ----------------------------------- ck1 2021-01-07 08:57:47 +0000 test result PASSED on libvirt-7.0.0-1.module+el8.4.0+9464+3e71831a.x86_64 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 |