[PATCH 0/3] backup: Fix schema and default filename filling logic

Peter Krempa posted 3 patches 10 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1684153999.git.pkrempa@redhat.com
src/conf/backup_conf.c                       | 17 +++++++++++------
src/conf/schemas/domainbackup.rng            |  4 ++++
tests/domainbackupxml2xmlin/backup-push.xml  |  3 +++
tests/domainbackupxml2xmlout/backup-push.xml |  9 +++++++++
4 files changed, 27 insertions(+), 6 deletions(-)
[PATCH 0/3] backup: Fix schema and default filename filling logic
Posted by Peter Krempa 10 months, 2 weeks ago
Reported by 'philipp' on OFTC.

Peter Krempa (3):
  virDomainBackupDefAssignStore: Restructure control flow
  conf: backup: Fix logic for generating default backup filenames
  schemas: backup: Allow missing 'type' attribute for backup disk

 src/conf/backup_conf.c                       | 17 +++++++++++------
 src/conf/schemas/domainbackup.rng            |  4 ++++
 tests/domainbackupxml2xmlin/backup-push.xml  |  3 +++
 tests/domainbackupxml2xmlout/backup-push.xml |  9 +++++++++
 4 files changed, 27 insertions(+), 6 deletions(-)

-- 
2.40.1
Re: [PATCH 0/3] backup: Fix schema and default filename filling logic
Posted by Ján Tomko 10 months, 2 weeks ago
On a Monday in 2023, Peter Krempa wrote:
>Reported by 'philipp' on OFTC.
>
>Peter Krempa (3):
>  virDomainBackupDefAssignStore: Restructure control flow
>  conf: backup: Fix logic for generating default backup filenames
>  schemas: backup: Allow missing 'type' attribute for backup disk
>
> src/conf/backup_conf.c                       | 17 +++++++++++------
> src/conf/schemas/domainbackup.rng            |  4 ++++
> tests/domainbackupxml2xmlin/backup-push.xml  |  3 +++
> tests/domainbackupxml2xmlout/backup-push.xml |  9 +++++++++
> 4 files changed, 27 insertions(+), 6 deletions(-)
>

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

Jano