From e083e15df5aae48f46ab15bc309731f4e9142d9c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 22 Oct 2018 18:31:55 +0200 Subject: [PATCH] Automatic commit of package [virt-backup] release [0.2.19-1]. Created by command: /usr/bin/tito tag --- .tito/packages/virt-backup | 2 +- virt-backup.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.tito/packages/virt-backup b/.tito/packages/virt-backup index cc0153f..f759a4d 100644 --- a/.tito/packages/virt-backup +++ b/.tito/packages/virt-backup @@ -1 +1 @@ -0.2.18-1 ./ +0.2.19-1 ./ diff --git a/virt-backup.spec b/virt-backup.spec index b1eb3f9..4b3a036 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.18 +Version: 0.2.19 Release: 1 Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -63,6 +63,11 @@ sed -i -e "s|/sbin/lvcreate|/usr/sbin/lvcreate|g" \ %dir %attr(0770, qemu, qemu) %{_localstatedir}/lib/libvirt/backup %changelog +* 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 + a good thing to prevent overloading the system (daniel@firewall-services.com) + * Mon Oct 22 2018 Daniel Berteaud 0.2.18-1 - Add a max-backups param, to limit the numer of backups running at a time GLPI #33827 (daniel@firewall-services.com)