Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
8137
Description
Perform short I/O (requests <= 4k) w/o bulk RPC.
Attachments
Issue Links
- is related to
-
LU-12856 LustreError: 82937:0:(ldlm_lib.c:3268:target_bulk_io()) @@@ truncated bulk READ 0(270336)
-
- Resolved
-
-
LU-10264 New static analysis issues in v2_10_55_0-30-g3cbe63e
-
- Resolved
-
-
LU-10289 DoM: add SHORTIO support for MDS RPCs
-
- Resolved
-
-
LU-9409 Lustre small IO write performance improvement
-
- Resolved
-
(1 is related to )
I've tried several times over the past couple weeks to test this patch with master over the WAN but every time I do direct IO read or write I get an LBUG:
[root@test tmp]# dd if=test of=/dev/null bs=4k iflag=direct
Message from syslogd@test at Nov 27 03:44:12 ...
kernel:LustreError: 19403:0:(rw26.c:483:ll_direct_IO_26()) ASSERTION( obj->cob_transient_pages == 0 ) failed:
Is this an already known issue with direct IO on master?