diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-19 11:30:44 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-19 11:30:44 -0400 |
| commit | e6187fc80de701bee5db84bb13d5884b3ca34e77 (patch) | |
| tree | 14439b193f94efbd7ec5d83311fb03728d87a7fe /debian | |
| parent | 935165d6c578c0116f65d18bfdc14203365e82cd (diff) | |
Obnam: Only let one backup job run at a time when a host has multiple different backup properties, to avoid concurrent jobs fighting over scarce resources (particularly memory). Other jobs block on a lock file.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 729fe42d..a9fa5593 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +propellor (2.15.5) UNRELEASED; urgency=medium + + * Obnam: Only let one backup job run at a time when a host has multiple + different backup properties, to avoid concurrent jobs fighting over + scarce resources (particularly memory). Other jobs block on a lock + file. + + -- Joey Hess <id@joeyh.name> Fri, 19 Feb 2016 11:29:53 -0400 + propellor (2.15.4) unstable; urgency=medium * Build /usr/src/propellor/propellor.git reproducibly, |
