summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/glacier_with_assistant_bugs.mdwn5
-rw-r--r--doc/design/assistant/blog/day_139__catch_up.mdwn9
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/glacier_with_assistant_bugs.mdwn b/doc/bugs/glacier_with_assistant_bugs.mdwn
index 9bfecde61..4486a4f19 100644
--- a/doc/bugs/glacier_with_assistant_bugs.mdwn
+++ b/doc/bugs/glacier_with_assistant_bugs.mdwn
@@ -5,4 +5,9 @@
But other assistants that also have a copy cannot trust that, and so
don't remove their copies.
+* For that matter, glacier-cli currently relies on a local cache of
+ inventory information, and so other git-annexes using the same glacier
+ repository are not able to access stuff in it, unless and until
+ `glacier vault sync` is run.
+
[[!tag /design/assistant]]
diff --git a/doc/design/assistant/blog/day_139__catch_up.mdwn b/doc/design/assistant/blog/day_139__catch_up.mdwn
new file mode 100644
index 000000000..e6c8c1e78
--- /dev/null
+++ b/doc/design/assistant/blog/day_139__catch_up.mdwn
@@ -0,0 +1,9 @@
+Got progress bars working for glacier. This needed some glacier-cli
+changes, which Robie helpfully made earlier.
+
+Spent some hours getting caught up and responding to bug reports, etc.
+
+Spent a while trying to make git-annex commands that fail to find
+any matching files to act on print a useful warning message,
+rather than the current nothing. Concluded this will be surprisingly
+hard to do, due to the multiple seek passes some commands perform.