Details
-
New Feature
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
-
9223372036854775807
Description
The SPECStorage test assumes we can do direct i/o at a 512 byte alignment boundary. This is not the case in Lustre, since we have to be page aligned.
The easy solution is to do what GPFS and several other file systems do:
Fall back to buffered I/O in this case. This is supported behavior in the kernel since at least 2.6.32.
Attachments
Issue Links
- is related to
-
LU-13802 New i/o path: Buffered i/o as DIO
- Open