From 4ab441729218b743b95528388f21546267aaa15e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Aug 2015 16:43:58 -0400 Subject: [PATCH] move item to todo list from bugs and followup --- ...e_quota_independent_of_free_disk_space.mdwn | 18 ------------------ ...e_quota_independent_of_free_disk_space.mdwn | 7 +++++++ 2 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 doc/bugs/allow_disk_space_quota_independent_of_free_disk_space.mdwn create mode 100644 doc/todo/allow_disk_space_quota_independent_of_free_disk_space.mdwn diff --git a/doc/bugs/allow_disk_space_quota_independent_of_free_disk_space.mdwn b/doc/bugs/allow_disk_space_quota_independent_of_free_disk_space.mdwn deleted file mode 100644 index b1602dc9c4..0000000000 --- a/doc/bugs/allow_disk_space_quota_independent_of_free_disk_space.mdwn +++ /dev/null @@ -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. -"""]] diff --git a/doc/todo/allow_disk_space_quota_independent_of_free_disk_space.mdwn b/doc/todo/allow_disk_space_quota_independent_of_free_disk_space.mdwn new file mode 100644 index 0000000000..a972ee77c0 --- /dev/null +++ b/doc/todo/allow_disk_space_quota_independent_of_free_disk_space.mdwn @@ -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]]