This commit is contained in:
parent
28fe60afa2
commit
852e6d91b3
1 changed files with 18 additions and 0 deletions
18
doc/bugs/fsck_reports_unsolvable_problem.mdwn
Normal file
18
doc/bugs/fsck_reports_unsolvable_problem.mdwn
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
### Please describe the problem.
|
||||||
|
|
||||||
|
On my bare git-annex repo, `git annex fsck -q` reports:
|
||||||
|
|
||||||
|
** No known copies exist of SHA256E-s1212237--d2edd369f6a9005e23f022c7d797b166c66b90defc561329dbafab9a0fc0c7fc.jpg
|
||||||
|
|
||||||
|
`git log -SSA256E...` returns nothing. `git annex repair` and `git annex forget` do not fix the problem.
|
||||||
|
|
||||||
|
This means that running `fsck` from cron or a script will now always fail. There should be a way to recover from this situation.
|
||||||
|
|
||||||
|
### What steps will reproduce the problem?
|
||||||
|
|
||||||
|
According to IRC this "can happen if you annexed a file and then deleted it without ever committing to git".
|
||||||
|
|
||||||
|
|
||||||
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
|
5.20140717 from Ubuntu utopic
|
Loading…
Add table
Add a link
Reference in a new issue