
15 Sep
2020
15 Sep
'20
2:37 p.m.
On a Monday in 2020, Peter Krempa wrote:
We've put the aliases into the backup job definition after the status XML was already writted so they didn't appear in the on-disk state.
s/writted/written/
Move the code putting them into the private definition earlier, so that the status XML update done by saving blockjobs already writes them out.
Also add a note notifying that the block job status update writes the status XML.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1870488 Fixes: 423576679a5 Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_backup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano