aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-06 13:15:50 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-06 13:15:50 +0100
commitccce75bc25a2827e23443ec65ceb6b409f4a55ae (patch)
tree40c46b1af79c8c8344fa34215fcdfa221a0db6e0 /TODO
parent7f26ed55cdad4a67300447cf92bf8e4975a5c978 (diff)
downloadgarage-ccce75bc25a2827e23443ec65ceb6b409f4a55ae.tar.gz
garage-ccce75bc25a2827e23443ec65ceb6b409f4a55ae.zip
Remove TODO and genkeys.sh
Diffstat (limited to 'TODO')
-rw-r--r--TODO27
1 files changed, 0 insertions, 27 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index c6d8888e..00000000
--- a/TODO
+++ /dev/null
@@ -1,27 +0,0 @@
-Testing
--------
-
-How are we going to test that our replication method works correctly?
-We will have to introduce lots of dummy data and then add/remove nodes many times.
-
-
-Attaining S3 compatibility
---------------------------
-
-- test multipart uploads
-- get ranges
-
-- fix sync not working in some cases ? (when starting from empty?)
-
-- api_server following the S3 semantics for head/get/put/list/delete: verify more that it works as intended
-- PUT requests: verify content-md5 if provided
-- possibly other necessary endpoints ?
-
-
-Lower priority
---------------
-
-- less a priority: hinted handoff
-- repair: re-propagate block ref table to rc
-- FIXME in rpc_server when garage shuts down and futures can be interrupted
- (tokio::spawn should be replaced by a new function background::spawn_joinable)