From 4c191b2f0fbda771e196ef27a918efe928341b86 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Sun, 4 Jul 2021 03:27:20 +0000 Subject: [PATCH] Added a comment --- ..._33143a5f2467c58201496c8f59532b53._comment | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/beegfs__58___init_tests_FAIL_resource_busy/comment_2_33143a5f2467c58201496c8f59532b53._comment diff --git a/doc/bugs/beegfs__58___init_tests_FAIL_resource_busy/comment_2_33143a5f2467c58201496c8f59532b53._comment b/doc/bugs/beegfs__58___init_tests_FAIL_resource_busy/comment_2_33143a5f2467c58201496c8f59532b53._comment new file mode 100644 index 0000000000..8c38c9e370 --- /dev/null +++ b/doc/bugs/beegfs__58___init_tests_FAIL_resource_busy/comment_2_33143a5f2467c58201496c8f59532b53._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 2" + date="2021-07-04T03:27:20Z" + content=""" +Thank you Joey! indeed most likely a \"too fancy\" of a file system. + +On [https://www.beegfs.io/release/beegfs_6/Changelog.txt](https://www.beegfs.io/release/beegfs_6/Changelog.txt) I found + + +``` +== Changes in 6.11 (release date: 2017-05-26) == + +General Changes: + +* client: Add option sysRenameEbusyAsXdev to return EXDEV instead of EBUSY if + rename() is called on open files. (Tools like \"mv\" can handle EXDEV as return + value.) +``` + +do you think EXDEV would be worked out Ok if that is the culprit? (meanwhile I will let the beegfs users know as well - may be they could try) + +"""]]