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

max_read_ahead_async_active can't set 0 from non-zero

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Minor
    • None
    • None
    • None
    • master
    • 3
    • 9223372036854775807

    Description

      max_read_ahead_async_active can't be back to 0 (default value) from non-zero value.

      # mount -t lustre 10.0.11.220@o2ib10:/scratch0 /scratch0
      # lctl get_param  llite.*.max_read_ahead_async_active
      llite.scratch0-ffff8f1e453f3800.max_read_ahead_async_active=0
      # lctl set_param  llite.*.max_read_ahead_async_active=256
      llite.scratch0-ffff8f1e453f3800.max_read_ahead_async_active=256
      
      # lctl set_param  llite.*.max_read_ahead_async_active=0
      error: set_param: setting /sys/fs/lustre/llite/scratch0-ffff8f1e453f3800/max_read_ahead_async_active=0: Numerical result out of range
      
      # lctl get_param  llite.*.max_read_ahead_async_active
      llite.scratch0-ffff8f1e453f3800.max_read_ahead_async_active=256
      

      Attachments

        Activity

          People

            wshilong Wang Shilong (Inactive)
            sihara Shuichi Ihara
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: