From c4145082e9c0b6ca408872be7873ffbb99c764d7 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 7 Jul 2013 01:56:44 -0700 Subject: [PATCH] TODO: one added, one removed Change-Id: I3675048493ff130cdfac22c72a72cad00a0bb7c8 --- TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index adb6dda22..7ac88b7bf 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,12 @@ Offline list: -- verify that the HTTP blob upload interface caps uploads at MaxBlobSize before giving it to storage impls --- add sourceRoot to pkg/genconfig high-level config & the docs +-- support syncing from a storage type that doesn't support + QueueCreator by using local disk instead. writes go to both 1) that + storage target not supporting QueueCreator and 2) local disk before + being acknowledged. Then sync goes from local disk to wherever, + deleting from local disk when done as normal (except in that case, + the hardlink refcount would drop from 1 to 0, not 2 to 1) -- website: remove the "Installation" heading for /cmd/*, since they're misleading and people should use "go run make.go" in the