From 28e71d46e4a04d2158b327caf2c5a2ce66e17678 Mon Sep 17 00:00:00 2001 From: Gus Date: Wed, 21 Sep 2022 22:30:20 +0000 Subject: [PATCH] Added a comment --- ..._7cf8cf6d15324b840336be561423d34b._comment | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/forum/Not_enough_free_space/comment_7_7cf8cf6d15324b840336be561423d34b._comment diff --git a/doc/forum/Not_enough_free_space/comment_7_7cf8cf6d15324b840336be561423d34b._comment b/doc/forum/Not_enough_free_space/comment_7_7cf8cf6d15324b840336be561423d34b._comment new file mode 100644 index 0000000000..f6a4803103 --- /dev/null +++ b/doc/forum/Not_enough_free_space/comment_7_7cf8cf6d15324b840336be561423d34b._comment @@ -0,0 +1,29 @@ +[[!comment format=mdwn + username="Gus" + avatar="http://cdn.libravatar.org/avatar/665626c67ab3ee7e842183f6f659e120" + subject="comment 7" + date="2022-09-21T22:30:20Z" + content=""" +Greeting, joey. I have not. I am waiting for some quiet free time in which I am well rested, to reduce the possibility of messing things up more. :-) + +In the meantime, I am seeing, in my `.git/config`: + +``` +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true + diskreserve = 1000MB +``` + +I think that reserve is for _git_, not _git-annex_. I may as well start setting that variable. I am using git-annex, in part, because I need to have my stuff spread across multiple media. + +Looking at your example output, I am getting a less helpful result. Possibly due to what you explain. However I am concerned with the possibility of your \"to do\" is being too specific. Detecting free disk space is not easy (I also use BTRFS, so I know that!). Maybe transferring / growing more than X GB it would print a warning (that would not interfere with automatic usage)? Or easily rollback that last incomplete file to ensure the metadata and other files write cleanly. Certainly you know better than me what works and what is needed. + +By the way, if anyone would be interested in writing a book on git-annex, with all these nice tips, I would buy a copy! (I am also willing to provide feedback for a WIP) + +Finally, I would also like to add that, looking once more at the log I can see the file mode change, as you said. I now have confirmation that the suspected _sync_ caused this problem. + +Thank you once again for all your help. +"""]]