From 891020f2fa1b80e7f5db0b124b6ab7211a03b14b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Aug 2021 12:01:15 -0400 Subject: [PATCH] comment --- ...ent_6_71f5f1704b97cf4e809a55a71e9da3eb._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount/comment_6_71f5f1704b97cf4e809a55a71e9da3eb._comment diff --git a/doc/bugs/__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount/comment_6_71f5f1704b97cf4e809a55a71e9da3eb._comment b/doc/bugs/__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount/comment_6_71f5f1704b97cf4e809a55a71e9da3eb._comment new file mode 100644 index 0000000000..41caca1b08 --- /dev/null +++ b/doc/bugs/__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount/comment_6_71f5f1704b97cf4e809a55a71e9da3eb._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 6""" + date="2021-08-26T15:06:26Z" + content=""" +So confirmed to be actual missing write bits. + +I think that the next step is going to be to dig through a `strace -f -s 1024`, +of the "resume from 0" file that has the permission denied problem, +and of the ".t/tmprepo5/foo" file that is somehow not writable. + +Then I can compare with a strace where it does not fail, to see +if it's doing something different. +"""]]