diff options
author | 2013-11-26 00:00:02 +0000 | |
---|---|---|
committer | 2013-11-26 00:00:02 +0000 | |
commit | 2cc96fd7d941d47d7545c63f519087dcd321ba47 (patch) | |
tree | 54794f4995a832de013fe8f1ebcecd296d97cfb5 | |
parent | 33199a24b868f9703dcd42aaf1c28c9770dc5a76 (diff) |
-rw-r--r-- | doc/forum/Actions_very_slow_on_a_direct___40__and_crippled__41___annex_repository.mdwn | 28 |
1 files changed, 28 insertions, 0 deletions
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 |