minor bug report
This commit is contained in:
parent
f547277b75
commit
f4609a5d28
1 changed files with 10 additions and 0 deletions
10
doc/bugs/git_annex_initremote_walks_.git-annex.mdwn
Normal file
10
doc/bugs/git_annex_initremote_walks_.git-annex.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
|||
a [[!taglink minor]] <!-- (a suggestion for introducing severity tags on bugs,
|
||||
feel free to discard) --> issue: `git annex initremote` (in particular, adding
|
||||
a key as described in [[encryption]] -- `git annex initremote my_remote
|
||||
encryption=my_key`) seems to iterate over the `.git-annex/???/???/*.log` files
|
||||
with lstat (tested using strace).
|
||||
|
||||
in a 50k key git-annex on a slow disk, this takes quite a while, while not
|
||||
seeming necessary (it's just re-encrypting the shared secret, is it?).
|
||||
|
||||
could you verify the observed behavior?
|
Loading…
Reference in a new issue