summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-03 18:22:11 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-03 18:22:11 -0400
commit7cd9433dab89e1e007cef783d8b18e5eeac987f1 (patch)
treefd84d753555162468b3285ae013d2e226d96ece6
parent00cbfca37e28170dd28df1f921b1bfc93ced16ff (diff)
this too!
-rw-r--r--doc/todo/cheaper_global_fsck.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/todo/cheaper_global_fsck.mdwn b/doc/todo/cheaper_global_fsck.mdwn
index 3ca73e7da..90b7ffb58 100644
--- a/doc/todo/cheaper_global_fsck.mdwn
+++ b/doc/todo/cheaper_global_fsck.mdwn
@@ -30,7 +30,7 @@ separately so we know the last of each for each repo. This would let
----
-It would even be possible to make regular fsck check for expiry of other
-repos. This would need the expiration values to be stored in the git-annex
-branch. It would not add much overhead, but I don't know if I see any
-reason to do that.
+Hmm, --expire updates all the location logs when it thinks a repo has gone
+missing. Why not just mark it dead? Again, this would save a lot of space!
+It would complicate recovery if a repo had been offline and came back; it
+would need to mark itself as not dead any longer.