From 432e7cd9f350513c1506684e5f82b662ff8c6496 Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Mon, 5 Jun 2023 19:32:29 +0000 Subject: [PATCH] Added a comment --- ..._6043be5152ba2d44fb9aac4063060b56._comment | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/importtree_spends_hours_reading_cidsdb/comment_13_6043be5152ba2d44fb9aac4063060b56._comment diff --git a/doc/bugs/importtree_spends_hours_reading_cidsdb/comment_13_6043be5152ba2d44fb9aac4063060b56._comment b/doc/bugs/importtree_spends_hours_reading_cidsdb/comment_13_6043be5152ba2d44fb9aac4063060b56._comment new file mode 100644 index 0000000000..f119c7d78b --- /dev/null +++ b/doc/bugs/importtree_spends_hours_reading_cidsdb/comment_13_6043be5152ba2d44fb9aac4063060b56._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="jgoerzen" + avatar="http://cdn.libravatar.org/avatar/090740822c9dcdb39ffe506b890981b4" + subject="comment 13" + date="2023-06-05T19:32:28Z" + content=""" +My apologies for forgetting that. + +So initially I thought it was after the last \"import source... ok\". I'm no longer convinced that it happens after the last one. There is clearly a phase before this starts, and a separate phase exhibiting this behavior. + +The last output from one of these runs was: + + +``` +/acrypt/git-annex/bind-ro/testdata/dvd/var..redacted..: openBinaryFile: permission denied (Permission denied) +^Mok + + Failed to import some files from source. Re-run command to resume import. +``` + +And indeed there were about 2 dozen files out of that source set that it didn't have the permission to read. + +I'm sorry it looked like expansion of scope. This is not really on NTFS; it's still on ZFS as it has been from the beginning. I had been testing with one of the repos on NTFS previously but in an effort to rule that out, I've been 100% on ZFS since before reporting this issue. \"acrypt\" is just the name of my ZFS pool and that refers to that it's atop LUKS (I don't believe this to be relevant, since the CPU time is in git-annex, not kcryptd) +"""]]