Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.5.3
-
None
-
3
-
15702
Description
This was introduced when porting the 3902ff4c54925b2f1fcb732a32ed7ee5428e9f77
Some bits in osd_declare_write() are lost during porting.
Now that I look more closely at our own stack traces, it turns out we got a stack trace including dqget and do_insert_tree when we attempted to restart the file system after the crash. Niu, can you confirm that the fix which landed for
LU-5040fixes the bug shown in this stack trace:https://jira.hpdd.intel.com/browse/LU-5040?focusedCommentId=90730&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-90730
That stack trace is not for the bug which was caused by this typo, is it?