diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-19 14:32:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-19 14:32:09 -0400 |
commit | f44dcc22211573cde3fa1e195b74268d76201647 (patch) | |
tree | 5337a642af8c2a37e592a5e71fbf7b67aca735e3 /doc/bugs/glacier_from_multiple_repos.mdwn | |
parent | 07217cc15e22bf9fe572db2d3a5452a450391109 (diff) |
renamed; not assistant specific
Diffstat (limited to 'doc/bugs/glacier_from_multiple_repos.mdwn')
-rw-r--r-- | doc/bugs/glacier_from_multiple_repos.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/glacier_from_multiple_repos.mdwn b/doc/bugs/glacier_from_multiple_repos.mdwn new file mode 100644 index 000000000..f6ef2a4ac --- /dev/null +++ b/doc/bugs/glacier_from_multiple_repos.mdwn @@ -0,0 +1,14 @@ +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. + +An example of this causing trouble is with the assistant. When a file is +moved into archive/, the assistant that sends it to glacier is able to +trust that it's in glacier and remove the local copy. But other assistants +that also have a copy cannot trust that, and so don't remove their copies. + +I've discussed with glacier-cli's author making git-annex store enough info +in its branch to be able to bootstrap glacier-cli to know about a file. +This seems doable and he had a design; waiting on movement +on the glacier-cli side. |