Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
using vfs_setxattr() and vfs_removexattr() from within osd leads to a deadlock as those kernel helpers grab inode's lock first which breaks Lustre rule "tx first, then locks"
the problem was introduced with LU-13430