fix assistant's use of lsof in crippled filesystem mode

This commit is contained in:
Joey Hess 2013-02-15 13:08:22 -04:00
parent a988b90826
commit 630f4531a7
2 changed files with 21 additions and 12 deletions

View file

@ -20,11 +20,6 @@ is probably needed for at least older Android devices that have SD cards.
## TODO
* In crippled filesystem mode, files are not hardlinked to a quarantine
directory, so the assistant's use of lsof on that directory won't work.
Instead, it should run lsof on the whole repository, and ignore other
stuff. (Not really much slower even in a large repo, according to
benchmarks.)
* rsync backend creates hard links
* migrate creates hard links between old and new keys
* avoid all symlink creation in crippled filesystem + direct mode