move item to todo list from bugs and followup

This commit is contained in:
Joey Hess 2015-08-13 16:43:58 -04:00
parent 8482858401
commit 4ab4417292
2 changed files with 7 additions and 18 deletions

View file

@ -1,18 +0,0 @@
### Please describe the problem.
Feature Request. Instead of (or perhaps in addition to) setting `annex.diskreserve`, I'd like to be able to tell git-annex "use up to 2TB of disk space".
### What steps will reproduce the problem?
### What version of git-annex are you using? On what operating system?
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
# End of transcript or log.
"""]]

View file

@ -0,0 +1,7 @@
Feature Request. Instead of (or perhaps in addition to) setting
`annex.diskreserve`, I'd like to be able to tell git-annex "use up to 2TB
of disk space".
> This would need changes for git-annex to keep a running total of the
> space it's using, which becomes a little hairy in light of concurrency,
> possibly manual changes to the object store, etc. --[[Joey]]