From 9639682ef41dbad56671e24c1375c678c9fad83e Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 24 Oct 2018 18:02:13 +0200 Subject: [PATCH] Automatic commit of package [virt-backup] release [0.2.20-1]. Created by command: /usr/bin/tito tag --- .tito/packages/virt-backup | 2 +- virt-backup.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.tito/packages/virt-backup b/.tito/packages/virt-backup index f759a4d..1590257 100644 --- a/.tito/packages/virt-backup +++ b/.tito/packages/virt-backup @@ -1 +1 @@ -0.2.19-1 ./ +0.2.20-1 ./ diff --git a/virt-backup.spec b/virt-backup.spec index 4b3a036..dfd222b 100644 --- a/virt-backup.spec +++ b/virt-backup.spec @@ -1,7 +1,7 @@ Summary: backup script for libvirt managed VM Name: virt-backup -Version: 0.2.19 +Version: 0.2.20 Release: 1 Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -63,6 +63,10 @@ sed -i -e "s|/sbin/lvcreate|/usr/sbin/lvcreate|g" \ %dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup %changelog +* Wed Oct 24 2018 Daniel Berteaud 0.2.20-1 +- Timeout for global exclusive lock after 180 sec (instead of 20) + (daniel@firewall-services.com) + * Mon Oct 22 2018 Daniel Berteaud 0.2.19-1 - Add an exclusive lock to be sure we correctly count the number of running backups This also ensure only one LVM snapshot is created at a time, which is