Added a comment
authorLukey <Lukey@web>
Mon, 25 Oct 2021 10:25:05 +0000 (10:25 +0000)
committeradmin <admin@branchable.com>
Mon, 25 Oct 2021 10:25:05 +0000 (10:25 +0000)
doc/bugs/buggy_private_special_remote/comment_1_38b73aeff1f436e0629d9093c0b8497e._comment [new file with mode: 0644]

diff --git a/doc/bugs/buggy_private_special_remote/comment_1_38b73aeff1f436e0629d9093c0b8497e._comment b/doc/bugs/buggy_private_special_remote/comment_1_38b73aeff1f436e0629d9093c0b8497e._comment
new file mode 100644 (file)
index 0000000..2e9622f
--- /dev/null
@@ -0,0 +1,33 @@
+[[!comment format=mdwn
+ username="Lukey"
+ avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b"
+ subject="comment 1"
+ date="2021-10-25T10:25:05Z"
+ content="""
+Update: It also seems to confuse location tracking in the affected repo. For example for a recently added file:
+[[!format sh \"\"\"
+# On the affected repo
+# \"gigaset\" is the private special remote
+$ git annex whereis --key SHA256E-s8073298--5b19e75adce5f4a90205ab47ce3d5a96b0a7b7f3fd465b8323a84946c652ba08.mp3
+whereis SHA256E-s8073298--5b19e75adce5f4a90205ab47ce3d5a96b0a7b7f3fd465b8323a84946c652ba08.mp3 (1 copy) 
+        0500a119-8fa9-47d7-ba6f-36a0ddde829e -- [gigaset]
+
+  The following untrusted locations may also have copies:
+        c40ae4eb-1737-49ad-8781-c37d8d7d4f86 -- luklap [here]
+ok
+
+# And now on another repo
+$ git annex whereis --key SHA256E-s8073298--5b19e75adce5f4a90205ab47ce3d5a96b0a7b7f3fd465b8323a84946c652ba08.mp3
+whereis SHA256E-s8073298--5b19e75adce5f4a90205ab47ce3d5a96b0a7b7f3fd465b8323a84946c652ba08.mp3 (3 copies) 
+        173e456f-b72b-4557-8570-6c3737fe864c -- WD40EFRX-68W
+        d1368ba2-6c20-4b51-815e-87a47d8cc67a -- Seagate_BUP [here]
+        da266c97-5af7-4f50-a596-0fedfec89bb9 -- lapserv [origin]
+
+  The following untrusted locations may also have copies:
+        452d0592-bf98-4c2b-af86-f8d03327e10b -- pandora
+        c40ae4eb-1737-49ad-8781-c37d8d7d4f86 -- luklap
+ok
+
+
+\"\"\"]]
+"""]]