Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Lustre 2.2.0
-
None
-
3
-
4251
Description
This bug appeared after commit e8ffe16619baf1ef7c5c6b117d338956372aa752, "LU-884 clio: client in memory checksum",
unfortunately our tests don't show failure of fsx in sanity-benchmark and sanity-benchmark is not part of every autotest.
The issue looks like the following:
/usr/lib64/lustre/tests/sanity-benchmark.sh: line 186: 16826 Bus error (core dumped) fsx -c 50 -p 1000 -S $FSX_SEED -P $TMP -l $FSX_SIZE -N $(($FSX_COUNT * 100)) $testfile
Example of report (master):
https://maloo.whamcloud.com/test_sets/02485a3a-45d0-11e1-8d6e-5254004bbbd3
sanity-benchmark is green but fsx failed as showed above. Recently the same code was landed to the orion and we start experiencing the same issue.
Attachments
Issue Links
- is related to
-
LU-2305 Test failure sanityn, test_16: fsx bus error, core dumped
-
- Resolved
-
- is related to
-
LU-2305 Test failure sanityn, test_16: fsx bus error, core dumped
-
- Resolved
-
-
LU-884 Client In-Memory Data Checksum
-
- Resolved
-
- Trackbacks
-
Changelog 2.2 version 2.2.0 Support for networks: o2iblnd OFED 1.5.4 Server support for kernels: 2.6.32220.4.2.el6 (RHEL6) Client support for unpatched kernels: 2.6.18274.18.1.el5 (RHEL5) 2.6.32220.4.2.el6 (RHEL6) 2.6.32.360....
-
Lustre Community Development in Progress Features are being developed for future Lustre releases both at Whamcloud and by other organizations in the Lustre community. These will be eligible for inclusion in future Lustre releases as per our processes
osc_enter_cache() is called to add the page into OSC write cache. When it runs out of grants on this OSC, -EQUOTA will be returned to caller(ll_commit_write() of llite), and then a SYNC io will be issued so more grants should be returned by the OST. Please take a look at the log again to make sure this process happened.
Yes, I agree with Andreas that a new ticket should be created and I will add Johann in the cc list.