summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar xloem <xloem@web>2016-05-22 17:09:49 +0000
committerGravatar admin <admin@branchable.com>2016-05-22 17:09:49 +0000
commit27ec4c23a7aa657a7df6b27d29d9675bcf0e9f9a (patch)
treeb07ca1a53d68c485f704d08df5816a5070e12e5b
parente4aa64a19d689b7148c3d4ce1beae13555b9cb82 (diff)
-rw-r--r--doc/bugs/Continual_space_exhaustion_from_syncing_metadata.mdwn26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/Continual_space_exhaustion_from_syncing_metadata.mdwn b/doc/bugs/Continual_space_exhaustion_from_syncing_metadata.mdwn
new file mode 100644
index 000000000..ca826fb7f
--- /dev/null
+++ b/doc/bugs/Continual_space_exhaustion_from_syncing_metadata.mdwn
@@ -0,0 +1,26 @@
+### Please describe the problem.
+When the preferred content for a repo is greater than the free space on the drive for me, the space becomes exhausted due to upload that occurs during syncing -- the git history ends up exhausting the space. The result for me has been corrupted repos with broken refs and heads.
+
+I think it would be better if the git syncing process respected the same space limitations that the content syncing does, and did not push if space was exhausted on the destination, nor pull if space exhausted locally.
+
+### What steps will reproduce the problem?
+Make enough git commits that it exhausts the free space on some repo.
+
+### What version of git-annex are you using? On what operating system?
+I've been using a few different versions; right now I am using 6.2016-0511 and 6.2016-0517-g766728c
+but I have not tested this issue with these most recent versions. I am still trying to get my smaller repos back together.
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+Yes !!! I'm moving all my files into my annex. It is very robust; whenever something is wrong there is always some other copy somewhere that can be used.
+