diff --git a/doc/bugs/git_annex_can__39__t_see_connected_remote.mdwn b/doc/bugs/git_annex_can__39__t_see_connected_remote.mdwn new file mode 100644 index 0000000000..6212eb2cb0 --- /dev/null +++ b/doc/bugs/git_annex_can__39__t_see_connected_remote.mdwn @@ -0,0 +1,47 @@ +### Please describe the problem. + +Git annex won't pull from available remote + +### What steps will reproduce the problem? + +See full log demonstrating the issue. The file is accessible from a remote which is recorded, both remotes are synced, but instead it attempts a nonexistent remote download. + +``` +chymera@silenthost ~/data $ git annex get histology/sub-6532/sub-6532_slice-15gfp_zoom-5_scene-5_transmission.tif +get histology/sub-6532/sub-6532_slice-15gfp_zoom-5_scene-5_transmission.tif (not available) + Try making some of these repositories available: + 9f775012-942e-4ea7-96be-3bec8e4fcbf4 -- chymera@localhost.localdomain:~/data +failed +git-annex: get: 1 failed +chymera@silenthost ~/data $ git remote -v +data0 /run/media/chymera/data0/data (fetch) +data0 /run/media/chymera/data0/data (push) +data1 /run/media/chymera/data1/data (fetch) +data1 /run/media/chymera/data1/data (push) +ofmhost ofmhost:data (fetch) +ofmhost ofmhost:data (push) +chymera@silenthost ~/data $ git log | head -1 +commit 6f7b889c3487fb6dacbfd7a3a6fa8c55ea3ed274 +chymera@silenthost ~/data $ pushd /run/media/chymera/data0/data +/run/media/chymera/data0/data ~/data +chymera@silenthost /run/media/chymera/data0/data $ git remote -v +data1 /run/media/chymera/data1/data (fetch) +data1 /run/media/chymera/data1/data (push) +ofmhost ofmhost:data (fetch) +ofmhost ofmhost:data (push) +quiethost /quiethost/home/chymera/data/ (fetch) +quiethost /quiethost/home/chymera/data/ (push) +silenthost /silenthost/home/chymera/data (fetch) +silenthost /silenthost/home/chymera/data (push) +chymera@silenthost /run/media/chymera/data0/data $ ls -lah histology/sub-6532/sub-6532_slice-15gfp_zoom-5_scene-5_transmission.tif +-rwxrwxrwx 1 chymera chymera 192 May 12 02:41 histology/sub-6532/sub-6532_slice-15gfp_zoom-5_scene-5_transmission.tif +chymera@silenthost /run/media/chymera/data0/data $ git log | head -1 +commit 6f7b889c3487fb6dacbfd7a3a6fa8c55ea3ed274 +``` + +### What version of git-annex are you using? On what operating system? +=git-annex-6.20170818-r1 on Gentoo Linux + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) +I keep coming back to it, it's given me a steady stream of frustration and satisfaction for over 5 years. + diff --git a/doc/forum/backblaze_s3/comment_4_bd008868a576bf09c6fa188dc8a5907c._comment b/doc/forum/backblaze_s3/comment_4_bd008868a576bf09c6fa188dc8a5907c._comment new file mode 100644 index 0000000000..ce25cb1bc8 --- /dev/null +++ b/doc/forum/backblaze_s3/comment_4_bd008868a576bf09c6fa188dc8a5907c._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="efraim@78c5af2ab57cf0d7aa23bae3dd0adb700c98217c" + nickname="efraim" + avatar="http://cdn.libravatar.org/avatar/6dc24928a791046ff66c8c7bd7a33099" + subject="comment 4" + date="2020-05-12T13:16:51Z" + content=""" +my remote ended up being s3.us-west-000.backblazeb2.com but I take it the us-west string can be other regions, and the 000 is 002 in their press release. The code snippet you posted looks good. +"""]]