summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://hcs.furuvik.net/ <hcs@web>2011-11-27 20:52:15 +0000
committerGravatar admin <admin@branchable.com>2011-11-27 20:52:15 +0000
commit178a49af75166999c690fd92a02d74d2fbe47270 (patch)
tree76f9bc7ad6e84e941f69e8f8aa8d3eff36d05abb
parenta3f4ea1a6916ccaab8be26591bc9fc424649f692 (diff)
-rw-r--r--doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn b/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn
new file mode 100644
index 000000000..3e05b6093
--- /dev/null
+++ b/doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn
@@ -0,0 +1,15 @@
+I belive I have found a regression.
+
+Inspired by
+<http://git-annex.branchable.com/forum/performance_improvement:_git_on_ssd__44___annex_on_spindle_disk/>
+I tried to only have .git/annex/objects (also tested moving .git/annex) on NFS while having the rest on local SSD disk.
+
+But when trying to add files i get:
+
+ > git annex add testfile
+ add testfile (checksum...)
+ git-annex: testfile: rename: unsupported operation (Invalid cross-device link)
+ failed
+ git-annex: add: 1 failed
+
+I have tried both using bind-mount and with a sym-link.