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

top_trans_create() can oom due to the gfp flags

Details

    • Bug
    • Resolution: Fixed
    • Major
    • Lustre 2.16.0
    • None
    • 3
    • 9223372036854775807

    Description

      top_trans_create() requests __GFP_IO memory allocation,
      which does not allow direct reclaim. However, if the
      memory shortage is temporary, direct reclaim is reasonable.

      GFP_NOFS is __GFP_IO with some additional reclaim bits.

      Attachments

        Activity

          People

            panda Andrew Perepechko
            panda Andrew Perepechko
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: