Details
-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
When a file is open by handle for write and then closed, attempts to exec from another node will fail with ETXTBSY, even though the file is not currently open for write.
This is because the lock used by open by handle is a CW lock, so the close is not passed on to the MDS. The solution is to always pass the close on to the MDS when a file is open for write. Patch forthcoming.
Attachments
Issue Links
- duplicates
-
LU-10457 open_by_handle_at() in write mode triggers ETXTBSY
- Resolved