summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 15:26:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-13 15:26:18 -0400
commit7ddf2f1b3f3fce811353fae6326436cca63bbae6 (patch)
treebed9bbec3ed435d61c7d7724125dc679cfdb856b
parentcc93508d3c03f2ff573532dbec7227356e2c590e (diff)
response
-rw-r--r--doc/bugs/Low_disk_space_corrupts_state/comment_2_0e47c63a48e10ae760754df0ce165388._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/Low_disk_space_corrupts_state/comment_2_0e47c63a48e10ae760754df0ce165388._comment b/doc/bugs/Low_disk_space_corrupts_state/comment_2_0e47c63a48e10ae760754df0ce165388._comment
new file mode 100644
index 000000000..3ee40ef92
--- /dev/null
+++ b/doc/bugs/Low_disk_space_corrupts_state/comment_2_0e47c63a48e10ae760754df0ce165388._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2016-04-13T19:23:29Z"
+ content="""
+I suggest that you first free up some disk space, and only then try to run
+`git annex repair`.
+
+I checked, and git-annex repair actually has a legitimate reason for
+ignoring the error to unpack a pack file. The pack file could be corrupt.
+It can't tell why git fails to unpack a pack file, so can't detect that
+it's due to low disk space.
+
+I don't know if git-repair managed to get your repository back to a working
+state (although with git history lost) or not. It seems like it thinks
+it managed to repair the repo enough for it to work, is that not the case?
+"""]]