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

cl_max_dirty_pages not zeroed on startup

    XMLWordPrintable

Details

    • 3
    • 9223372036854775807

    Description

      cl_dirty_max_pages (the internal representation of max_dirty_mb) is not zeroed at initialization.  The function client_adjust_max_dirty is called, but it only sets it if the value is <= 0, which will be true most of the time for random memory...  But not all of the time.

      So sometimes cl_max_dirty_pages ends up at some random positive value.  Easy fix.

      Attachments

        Activity

          People

            pfarrell Patrick Farrell (Inactive)
            pfarrell Patrick Farrell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: