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

enable large IOs with ldiskfs

    XMLWordPrintable

Details

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

    Description

      osd-ldiskfs has hard-coded limit on number of pages in a single IO:

                             bio = bio_alloc(GFP_NOIO, min(BIO_MAX_PAGES,
      

      where

      #define BIO_MAX_PAGES		256
      

      so it can't form IOs larger than 256 pages or 1MB.

      Attachments

        Activity

          People

            bzzz Alex Zhuravlev
            bzzz Alex Zhuravlev
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

            Dates

              Created:
              Updated: