[PATCH 0/2] backup: Fix docs and add schema for LUKS encrypted backups

Peter Krempa posted 2 patches 4 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1586856084.git.pkrempa@redhat.com
docs/formatbackup.html.in                     | 19 ++++--
docs/schemas/domainbackup.rng                 | 65 +++++++++++++++----
.../backup-pull-encrypted.xml                 | 30 +++++++++
.../backup-push-encrypted.xml                 | 29 +++++++++
.../backup-pull-encrypted.xml                 | 30 +++++++++
.../backup-push-encrypted.xml                 | 29 +++++++++
tests/genericxml2xmltest.c                    |  3 +
7 files changed, 187 insertions(+), 18 deletions(-)
create mode 100644 tests/domainbackupxml2xmlin/backup-pull-encrypted.xml
create mode 100644 tests/domainbackupxml2xmlin/backup-push-encrypted.xml
create mode 100644 tests/domainbackupxml2xmlout/backup-pull-encrypted.xml
create mode 100644 tests/domainbackupxml2xmlout/backup-push-encrypted.xml
[PATCH 0/2] backup: Fix docs and add schema for LUKS encrypted backups
Posted by Peter Krempa 4 years ago
Peter Krempa (2):
  docs: backup: Remove references to push backup to network disk
  backup: Allow 'encryption' of backups and scratch images

 docs/formatbackup.html.in                     | 19 ++++--
 docs/schemas/domainbackup.rng                 | 65 +++++++++++++++----
 .../backup-pull-encrypted.xml                 | 30 +++++++++
 .../backup-push-encrypted.xml                 | 29 +++++++++
 .../backup-pull-encrypted.xml                 | 30 +++++++++
 .../backup-push-encrypted.xml                 | 29 +++++++++
 tests/genericxml2xmltest.c                    |  3 +
 7 files changed, 187 insertions(+), 18 deletions(-)
 create mode 100644 tests/domainbackupxml2xmlin/backup-pull-encrypted.xml
 create mode 100644 tests/domainbackupxml2xmlin/backup-push-encrypted.xml
 create mode 100644 tests/domainbackupxml2xmlout/backup-pull-encrypted.xml
 create mode 100644 tests/domainbackupxml2xmlout/backup-push-encrypted.xml

-- 
2.26.0

Re: [PATCH 0/2] backup: Fix docs and add schema for LUKS encrypted backups
Posted by Ján Tomko 4 years ago
On a Tuesday in 2020, Peter Krempa wrote:
>Peter Krempa (2):
>  docs: backup: Remove references to push backup to network disk
>  backup: Allow 'encryption' of backups and scratch images
>
> docs/formatbackup.html.in                     | 19 ++++--
> docs/schemas/domainbackup.rng                 | 65 +++++++++++++++----
> .../backup-pull-encrypted.xml                 | 30 +++++++++
> .../backup-push-encrypted.xml                 | 29 +++++++++
> .../backup-pull-encrypted.xml                 | 30 +++++++++
> .../backup-push-encrypted.xml                 | 29 +++++++++
> tests/genericxml2xmltest.c                    |  3 +
> 7 files changed, 187 insertions(+), 18 deletions(-)
> create mode 100644 tests/domainbackupxml2xmlin/backup-pull-encrypted.xml
> create mode 100644 tests/domainbackupxml2xmlin/backup-push-encrypted.xml
> create mode 100644 tests/domainbackupxml2xmlout/backup-pull-encrypted.xml
> create mode 100644 tests/domainbackupxml2xmlout/backup-push-encrypted.xml
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano