Details

    • New Feature
    • Resolution: Fixed
    • Minor
    • None
    • None
    • None
    • 9223372036854775807

    Description

      Document the new OST free space tunables from http://review.whamcloud.com/15731 "LU-6910: osp: add procfs values for OST reserved size" in the user manual.

      osp_pre_status=-ENOSPC is used to skip OST from object allocation.
      The error was set when OST available space is less than 0.1% of total
      OST size. This value is not configurable, so procfs files was
      added:
      reserved_mb_low - low watermark, if available space is less
      		  than it, object allocation is stopped.
      reserved_mb_high - highw watermark, if available space is more
      		   than it, object allocation is enabled.
      
      By default ~0.1% is reserved as low watermark. The high watermark
      is twice bigger than the low by default.
      High and low watermark could be changed by:
      lctl set_param osp.lustre-OST0000-osc-MDT0000.reserved_mb_high=1024
      
      When object allocation is disabled, a clients could appened to
      existing files. And 0.1% is too low for them. For example, OST size
      is 8TB, 0.1% is 8GB, if cluster has 1k clients, reserved space is
      ~8MB per client. The main reason of the patch is ability to increase
      reserved space.
      

      Attachments

        Issue Links

          Activity

            [LUDOC-317] document OST reserved space tunables
            adilger Andreas Dilger made changes -
            Resolution New: Fixed [ 1 ]
            Status Original: Open [ 1 ] New: Resolved [ 5 ]
            jgmitter Joseph Gmitter (Inactive) made changes -
            Assignee Original: Richard Henwood [ rhenwood ] New: Lustre Manual Triage [ LM-Triage ]
            adilger Andreas Dilger made changes -
            Link New: This issue is blocking LU-6910 [ LU-6910 ]
            adilger Andreas Dilger made changes -
            Summary Original: document New: document OST reserved space tunables
            adilger Andreas Dilger created issue -

            People

              LM-Triage Lustre Manual Triage
              adilger Andreas Dilger
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: