Bug 1812100
Summary: | [incremental_backup] backup to a network destination is not supported | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | yisun |
Component: | libvirt | Assignee: | Peter Krempa <pkrempa> |
Status: | CLOSED ERRATA | QA Contact: | yisun |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 8.2 | CC: | jdenemar, lcheng, lmen, virt-maint, xuzhang, yisun |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 8.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-6.3.0-1.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-17 17:47:36 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1799015 |
Description
yisun
2020-03-10 14:18:57 UTC
I've removed the reference to network backups in the docs: commit 30d2491d8b3c6c9cfef71ac0730373c5c32ac561 Author: Peter Krempa <pkrempa> Date: Thu Apr 9 16:19:59 2020 +0200 docs: backup: Remove references to push backup to network disk It was never implemented and for now I don't think there's demand to do it. Remove the reference. https://bugzilla.redhat.com/show_bug.cgi?id=1812100 Signed-off-by: Peter Krempa <pkrempa> Reviewed-by: Erik Skultety <eskultet> Reviewed-by: Ján Tomko <jtomko> now the doc is updated as follow: 97 <dt><code>type</code></dt> 98 <dd>A mandatory attribute to describe the type of the 99 disk, except when <code>backup='no'</code> is 100 used. Valid values include <code>file</code>, or 101 <code>block</code>. 102 Similar to a disk declaration for a domain, the choice of type 103 controls what additional sub-elements are needed to describe 104 the destination.</dd> And can be checked on https://libvirt.org/formatbackup.html#BackupAttributes Since it's a doc change, won't add test case for it. 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:8.3 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-2020:5137 |