diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-27 12:57:08 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-27 12:57:08 -0400 |
commit | 6f56766196313e21ecdba793080a979cffe58e70 (patch) | |
tree | f970bae85a06fdde06a237a2694e9c41dafa8922 /doc/bugs | |
parent | d34a125d5a20bec416ff28d32648b9119677f3c7 (diff) |
comment
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/broken_repo_when_inodes_exhausted/comment_1_8ccfac4cea4c54029b96b436ac2114ed._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/broken_repo_when_inodes_exhausted/comment_1_8ccfac4cea4c54029b96b436ac2114ed._comment b/doc/bugs/broken_repo_when_inodes_exhausted/comment_1_8ccfac4cea4c54029b96b436ac2114ed._comment new file mode 100644 index 000000000..c71e59fcd --- /dev/null +++ b/doc/bugs/broken_repo_when_inodes_exhausted/comment_1_8ccfac4cea4c54029b96b436ac2114ed._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-04-27T16:55:36Z" + content=""" +Pretty much anything is going to break when you run out of inodes; +all the errors shown here are due to the git repository getting +inconsistent because of it. I don't see any part that's git-annex specific. + +Is `git annex repair` able to repair it at all? I'd expect it would be able +to, as long as `git fsck` reports that there are problems. +"""]] |