Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-15194

fix unusual readahead window behavior with single page reads

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • None
    • 9223372036854775807

    Description

      Readahead has a bit of odd behavior with single page reads.  The first page read does not cause the readahead code to be called, so it doesn't learn the actual RPC size data.

      That means if the first read is a single page read and the next read triggers readahead, the size of the readahead is MAX_BRW_PAGES - so the readahead window is set to 64 MiB, even if the RPC size is set to 1 MiB or 4 MiB!

      Attachments

        Activity

          People

            paf0186 Patrick Farrell (Inactive)
            paf0186 Patrick Farrell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: