[PATCH v2 0/4] backup: Allow configuring incremental backup per-disk individually

Peter Krempa pkrempa at redhat.com
Tue Jul 7 15:22:59 UTC 2020


This series addresses some of the testing issues raised in the review of
4/4. Patches 1-3 are new adding testing of virDomainBackupAlignDisks.

Peter Krempa (4):
  backupxml2xmltest: Remove output symlink of
    'backup-pull-internal-invalid'
  virDomainBackupDiskDefFormat: Format internal disk state only when
    valid
  backupxml2xmltest: Call 'virDomainBackupAlignDisks' before formatting
    output
  backup: Allow configuring incremental backup per-disk individually

 docs/formatbackup.rst                         | 11 ++++
 docs/schemas/domainbackup.rng                 | 23 +++++++++
 src/conf/backup_conf.c                        | 51 ++++++++++++++++++-
 src/conf/backup_conf.h                        | 11 ++++
 tests/domainbackupxml2xmlin/backup-pull.xml   | 12 +++++
 .../backup-pull-encrypted.xml                 |  7 +--
 .../backup-pull-internal-invalid.xml          | 38 +++++++++++++-
 .../backup-pull-seclabel.xml                  |  5 +-
 tests/domainbackupxml2xmlout/backup-pull.xml  | 15 +++++-
 .../backup-push-encrypted.xml                 |  7 +--
 .../backup-push-seclabel.xml                  |  5 +-
 tests/domainbackupxml2xmlout/backup-push.xml  |  3 +-
 tests/domainbackupxml2xmlout/empty.xml        |  8 ++-
 tests/genericxml2xmltest.c                    | 36 +++++++++++++
 14 files changed, 216 insertions(+), 16 deletions(-)
 mode change 120000 => 100644 tests/domainbackupxml2xmlout/backup-pull-internal-invalid.xml

-- 
2.26.2




More information about the libvir-list mailing list