]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: backup: Don't explicitly forbid backup of read-only disk
authorPeter Krempa <pkrempa@redhat.com>
Thu, 25 Jun 2020 10:49:45 +0000 (12:49 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Jul 2020 10:58:19 +0000 (12:58 +0200)
commit981222b682097f017e3fa8280426ccea9a444a48
tree26df3f35895f768b34d25d866cd843c38375d8f7
parentab7b3167b383b2af9bace432c17b5301ce4b8bc2
conf: backup: Don't explicitly forbid backup of read-only disk

Users may want to use this to create a full backup or even incremental
if the checkpoints are pre-existing. We still will not allow to create a
checkpoint on a read-only disk as that makes no sense.

https://bugzilla.redhat.com/show_bug.cgi?id=1840053

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
src/conf/backup_conf.c