Details

    • New Feature
    • Resolution: Unresolved
    • Major
    • None
    • Lustre 2.7.0, Lustre 2.8.0
    • 9223372036854775807

    Description

      In suppress ping environment the evicted client is not able to recover from evicted state until the first access to the server which evicted the client. In the situation, the access gets -EIO and immediately return. This may cause user job ends with error termination.

      We can avoid the situation by running "lfs df" before every single operation. But it's really troublesome and we actually cannot do such a thing.

      Eviction notifier, this patch provides, is one of the solution to the problem. With this function.
      At first, the target(MDT, OST) which evicted a client notifies MGS an eviction event.
      Then MGS send a request to the evicted client.
      Finally, getting the request and the client sends a ping to the target server to find "I'm evicted".

      Attachments

        Activity

          People

            nozaki Hiroya Nozaki (Inactive)
            nozaki Hiroya Nozaki (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: