aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 2baafe6..5d115e6 100644
--- a/README
+++ b/README
@@ -34,6 +34,13 @@ TODO:
- should die on errors accessing blocks, will also need some kind of fsck
to find corrupt blocks and files effected, this way if there is a problem
and you have another copy of the file then the block can be recreated
+- some kind of config/IOC to allow plugging in the hash, storage, etc
+ methods. Main components like FileSystem, Chunk, ChunkFile don't need to
+ be swapped out since they are generic
+- Maybe compression method doesn't belong in Chunk? it should be part of
+ storage (for super-chunks?) or should super-chunks be a "standard" part
+- Add refcounting so we can expire chunks, or would a reverse list be
+ better?
-----