From 1f3d295cb323dc2be25757e6824237f774b03959 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Tue, 24 Aug 2021 18:06:10 +0000 Subject: [PATCH] Added a comment --- ..._1c0abfb39eafb73527c99dd56b41c0bd._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/bugs/__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount/comment_3_1c0abfb39eafb73527c99dd56b41c0bd._comment diff --git a/doc/bugs/__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount/comment_3_1c0abfb39eafb73527c99dd56b41c0bd._comment b/doc/bugs/__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount/comment_3_1c0abfb39eafb73527c99dd56b41c0bd._comment new file mode 100644 index 0000000000..7b867138a7 --- /dev/null +++ b/doc/bugs/__34__357_out_of_984_tests_failed__34___on_NFS_lustre_mount/comment_3_1c0abfb39eafb73527c99dd56b41c0bd._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 3" + date="2021-08-24T18:06:10Z" + content=""" +``` +[d31548v@discovery7 _test_]$ umask +0022 +[d31548v@discovery7 _test_]$ touch foo +[d31548v@discovery7 _test_]$ ls -l foo +-rw-r--r-- 1 d31548v rc-DBIC-bids 0 Aug 24 13:53 foo +[d31548v@discovery7 _test_]$ echo foo >> foo + +``` + +I blindly think it is somehow due to that `sec=krb5` nfs mount option. didn't try to reproduce the setup \"locally\" (would need all the krb config I guess) to see if I am right on that. + +"""]]