aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-27 17:01:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-27 17:01:17 -0400
commit5bc7767c217ef67cb2954f4eb5cd4479f68fc50f (patch)
treec5c44ac9c6d664d2eb6e128c0073032b68c9f8fa
parentfaf55ac2b702de1e4f2f308f87bb22284a2bc128 (diff)
parent178a49af75166999c690fd92a02d74d2fbe47270 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/not_possible_to_have_annex_on_a_separate_filesystem.mdwn15
-rw-r--r--doc/forum/Podcast_syncing_use-case/comment_1_ace6f9d3a950348a3ac0ff592b62e786._comment10
2 files changed, 25 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.
diff --git a/doc/forum/Podcast_syncing_use-case/comment_1_ace6f9d3a950348a3ac0ff592b62e786._comment b/doc/forum/Podcast_syncing_use-case/comment_1_ace6f9d3a950348a3ac0ff592b62e786._comment
new file mode 100644
index 000000000..fe396c39f
--- /dev/null
+++ b/doc/forum/Podcast_syncing_use-case/comment_1_ace6f9d3a950348a3ac0ff592b62e786._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="http://joey.kitenet.net/"
+ nickname="joey"
+ subject="comment 1"
+ date="2011-11-27T17:56:31Z"
+ content="""
+Right, --in goes by git-annex's [[location_tracking]] information; actually checking if a remote still has the files would make --in too expensive in many cases.
+
+So you need to give `gpodder-on-usbdisk` current information. You can do that by going to `usb-ariaz` and doing a `git annex fsck`. That will find the deleted files and update the location information. Then, back on `gpodder-on-usbdisk`, `git pull usb-ariaz`, and then you can proceed with the commands you showed.
+"""]]