summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA <Laszlo@web>2013-03-03 18:31:24 +0000
committerGravatar admin <admin@branchable.com>2013-03-03 18:31:24 +0000
commitc68895bdfbe18d325ae95fd4491e99a5d4493b2a (patch)
tree5302ead00d436acd00c73021829e210b8892197e
parent221bc8eefe4860e04c0f51ca0e986ea68e3036e5 (diff)
Added a comment
-rw-r--r--doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_10_037a6dd6e15ef5f789a1f364f7507b53._comment45
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_10_037a6dd6e15ef5f789a1f364f7507b53._comment b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_10_037a6dd6e15ef5f789a1f364f7507b53._comment
new file mode 100644
index 000000000..f973238d8
--- /dev/null
+++ b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_10_037a6dd6e15ef5f789a1f364f7507b53._comment
@@ -0,0 +1,45 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA"
+ nickname="Laszlo"
+ subject="comment 10"
+ date="2013-03-03T18:31:24Z"
+ content="""
+The problem with restarting, that it seems, it puts everything one more time into .git.
+(if we ignore the logging problem).
+
+Right now, here is the:
+ $ du -ak . | sort -nr | cut -f2 | xargs -d '\n' du -sh |head -n 30 -
+output:
+ 8,7G .
+ 8,0G ./.git
+ 6,3G ./.git/annex
+ 3,5G ./.git/annex/daemon.log.2
+ 2,5G ./.git/annex/daemon.log
+ 1,7G ./.git/objects
+ 742M ./mydir
+ 640M ./mydir/wp
+ 616M ./mydir/wp/wd
+ 314M ./mydir/wp/wd/2012
+ 226M ./mydir/wp/wd/2011
+ 227M ./.git/annex/daemon.log.1
+ 109M ./.git/annex/objects
+
+If you observe ./.git/objects dir, is 1,7G,
+while yesterday it was 742M (see my first comment).
+
+Other problem, that once it runs out of space, threads crashes:
+ Pusher crashed: user error (git [\"--git-dir=/home/user/down/annex/.git\",\"--work-tree=/home/user/down/annex\",\"update-index\",\"-z\",\"--index-info\"] exited 128)
+ NetWatcherFallback crashed: fd:28: hGetLine: end of file
+ DaemonStatus crashed: /home/user/down/annex/.git/annex/daemon.status.tmp7564: hClose: resource exhausted (No space left on device)
+
+Right now, I think I tested everything I could.
+
+Where is the autobuild? This one still is 2013 feb 27:
+http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-i386.tar.gz
+
+Anyway, once the new version is out, I will retest this experiment.
+
+Best,
+ Laszlo
+
+"""]]