summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar xloem <xloem@web>2016-10-09 12:13:39 +0000
committerGravatar admin <admin@branchable.com>2016-10-09 12:13:39 +0000
commit451726d25c1c31a1ed0c2ee713cac617aadd4e1c (patch)
treeff7f556e794fa169364f01b83c23f180776fdf7e
parent08055001cb96fa540ad998cfad3e50fba50ab25d (diff)
Added a comment
-rw-r--r--doc/bugs/Continual_space_exhaustion_from_syncing_metadata/comment_2_9401be5e6af886edadaf3ad7ba6a071d._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/Continual_space_exhaustion_from_syncing_metadata/comment_2_9401be5e6af886edadaf3ad7ba6a071d._comment b/doc/bugs/Continual_space_exhaustion_from_syncing_metadata/comment_2_9401be5e6af886edadaf3ad7ba6a071d._comment
new file mode 100644
index 000000000..f0a570eae
--- /dev/null
+++ b/doc/bugs/Continual_space_exhaustion_from_syncing_metadata/comment_2_9401be5e6af886edadaf3ad7ba6a071d._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="xloem"
+ subject="comment 2"
+ date="2016-10-09T12:13:38Z"
+ content="""
+I'm still running into this issue. Although it is true that users can manually exhaust space, they are in control of what is happening, get more feedback, and there is no automatic process that will continue to fail further when the space is exhausted.
+
+I do not use the assistant because of its frequent syncing causing complete space exhaustion, and then its inability to recover because it cannot write temporary or log files. Occasionally I have accidentally committed huge files directly to git, and this has also caused the issue.
+
+I think it would be really great if git annex prevented this workflow-halting event at least by refusing to pull/commit/etc if reserved space is not met unless --force is passed. Additionally, it would really be great if actions that result in space exhaustion (fail, and then free space == 0) cleaned up their temporary files after the fact, certainly before trying to log anything.
+
+"""]]