This commit is contained in:
parent
f972c5c132
commit
497d45d04c
1 changed files with 13 additions and 0 deletions
13
doc/bugs/git_annex_fsck_--time-limit_broken.mdwn
Normal file
13
doc/bugs/git_annex_fsck_--time-limit_broken.mdwn
Normal file
|
@ -0,0 +1,13 @@
|
|||
### Please describe the problem.
|
||||
`git annex fsck --time-limit=` is broken. <br>
|
||||
For one, there is a large delay between the specified time limit until something actually happens. With 20 seconds, `git annex fsck` always runs more than 5 minutes. And then something of the following happens: <br>
|
||||
Sometimes it works as intended. <br>
|
||||
Sometimes it prints "Time limit (20s) reached!" but hangs without exiting. <br>
|
||||
Sometimes it prints "Time limit (20s) reached!" but continues fscking. <br>
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
In a sufficiently large repo run `git annex fsck --time-limit=20s`.
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
8.20201127
|
||||
|
Loading…
Reference in a new issue