From 2cc96fd7d941d47d7545c63f519087dcd321ba47 Mon Sep 17 00:00:00 2001 From: TroisSinges Date: Tue, 26 Nov 2013 00:00:02 +0000 Subject: --- ...___40__and_crippled__41___annex_repository.mdwn | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository.mdwn diff --git a/doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository.mdwn b/doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository.mdwn new file mode 100644 index 000000000..f09b2ea3d --- /dev/null +++ b/doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository.mdwn @@ -0,0 +1,28 @@ +Hi! + +One of my annex repository has a very strange behavior. Every `git annex` command is very slow. + +I'm using MacOSX Mavericks, and this repository is a network drive, mounted with Samba. It's using direct mode, and the filesystem is crippled. I use *annex* for storing huge files, for example movies. I moved some files in this directory, and used `git annex add`. It was long (as checksum was performed) and I thought that everything was OK. I tried `git log -p`, it was OK too: + + new file mode 120000 + index 0000000..e58c65a + --- /dev/null + +++ b/Movies/movie.mp4 + @@ -0,0 +1 @@ + +../.git/annex/objects/FK/60/SHA256E-s346858581--053dca6a842376ab8022722df306ad5 + \ No newline at end of file + +However it was not. I tried to launch `git annex sync another_repo` (with *another_repo* indirect and on a local disk) and it took ages. Even `git annex list` takes ages, **on every repository linked to this one**. With `ps -A`, I found out that the issue was created by `git --git-dir=/Volumes/SAMBA_REMOTE/.git --work-tree=/Volumes/SAMBA_REMOTE -c core.bare=false checkout -q -B annex/direct/master`. + +**Have you ever noticed this behavior? Have I done something wrong?** + +Here is the output of `git annex version`: + + git-annex version: 5.20131117-gbd514dc + build flags: Assistant Webapp Pairing Testsuite S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA CryptoHash + key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL + remote types: git gcrypt S3 bup directory rsync web webdav glacier hook + local repository version: 4 + default repository version: 3 + supported repository versions: 3 5 + upgrade supported from repository versions: 0 1 2 4 -- cgit v1.2.3