Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.12.0
-
Lustre Build: https://build.whamcloud.com/job/lustre-master/3811
Distro/Arch: RHEL7.5/aarch64 (client), RHEL7.5/x86_64 (server)
-
3
-
9223372036854775807
Description
Cloned from LU-11595 to capture a related patch being added to that already resolved ticket.
The check in ll_dom_finish_open() for data end shouldn't use i_size for comparision because it may be not updated yet with just returned data from server. Use size value in mdt_body from reply for that check.
Attachments
Issue Links
- Clones
-
LU-11595 sanity-dom sanityn test 11: LBUG: (file.c:470:ll_dom_finish_open()) ASSERTION( lnb.lnb_file_offset % ((1UL) << 16) == 0 ) failed
- Resolved
- is duplicated by
-
LU-11627 LustreError: 86028:0:(file.c:454:ll_dom_finish_open()) ASSERTION( lnb.lnb_file_offset % (1UL << 16) == 0 ) failed:
- Resolved
- is related to
-
LU-10300 Can the Lustre 2.10.x clients support 64K kernel page?
- Resolved