Display a message when git-annex has to wait for a pid lock file held by another process
This commit is contained in:
parent
b24ba92231
commit
b68f214312
7 changed files with 69 additions and 32 deletions
|
@ -0,0 +1,7 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 7"""
|
||||
date="2020-08-26T17:02:26Z"
|
||||
content="""
|
||||
Added that message after the first second waiting on a pid lock.
|
||||
"""]]
|
|
@ -1186,14 +1186,15 @@ Like other git commands, git-annex is configured via `.git/config`.
|
|||
the other node is holding a pid lock. Caveat emptor.
|
||||
|
||||
* `annex.pidlocktimeout`
|
||||
|
||||
git-annex will wait up to this many seconds for the pid lock
|
||||
file to go away, and will then abort if it cannot continue. Default: 300
|
||||
|
||||
When using pid lock files, it's possible for a stale lock file to get
|
||||
left behind by previous run of git-annex that crashed or was interrupted.
|
||||
This is mostly avoided, but can occur especially when using a network
|
||||
file system.
|
||||
|
||||
git-annex will wait up to this many seconds for the pid lock
|
||||
file to go away, and will then abort if it cannot continue. Default: 300
|
||||
file system. This timeout prevents git-annex waiting forever in such a
|
||||
situation.
|
||||
|
||||
* `annex.cachecreds`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue