]> git.ipfire.org Git - thirdparty/libvirt.git/commit
backup: Allow 'encryption' of backups and scratch images
authorPeter Krempa <pkrempa@redhat.com>
Thu, 9 Apr 2020 13:50:40 +0000 (15:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 14 Apr 2020 16:49:41 +0000 (18:49 +0200)
commita7db0b757d210071d39e6d116e6a4bc761e2ed66
treee24a093c85d8da98bf07ab30f246c4a8fa014d0f
parent30d2491d8b3c6c9cfef71ac0730373c5c32ac561
backup: Allow 'encryption' of backups and scratch images

Add the appropriate entries into the schema to allow encryption of the
backup or scratch image. Since we use blockdev internals for everything
no changes to the code are actually necessary.

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

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatbackup.html.in
docs/schemas/domainbackup.rng
tests/domainbackupxml2xmlin/backup-pull-encrypted.xml [new file with mode: 0644]
tests/domainbackupxml2xmlin/backup-push-encrypted.xml [new file with mode: 0644]
tests/domainbackupxml2xmlout/backup-pull-encrypted.xml [new file with mode: 0644]
tests/domainbackupxml2xmlout/backup-push-encrypted.xml [new file with mode: 0644]
tests/genericxml2xmltest.c