Merge branch 'sim'

This commit is contained in:
Joey Hess 2024-09-25 14:42:27 -04:00
commit 6f084524bd
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
39 changed files with 2527 additions and 110 deletions

View file

@ -0,0 +1,9 @@
When using sizebalanced preferred content, a `git-annex copy --auto` to a
repository that is currently empty will not fill it.
It seems that getLiveRepoSizes returns a map that does not contain the
repo's UUID, and filterCandidatesFullySizeBalanced filters out repos that
are not in the map.
--[[Joey]]
> [[fixed|done]] --[[Joey]]