fix sizebalanced empty size bug
Fix bug that prevented anything being stored in an empty repository whose preferred content expression uses sizebalanced.
This commit is contained in:
parent
1aacf7ece4
commit
5a4bee24b8
3 changed files with 13 additions and 2 deletions
|
@ -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]]
|
Loading…
Add table
Add a link
Reference in a new issue