Details

    • New Feature
    • Resolution: Fixed
    • Minor
    • Lustre 2.8.0
    • None
    • None
    • 3
    • 8898

    Description

      This bug is for tracking async updates between MDTs.

      Attachments

        Issue Links

          Activity

            [LU-3534] async update cross-MDTs

            Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/15163/
            Subject: LU-3534 tests: a few tests cases for async update.
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: c2b82ef8a12e6c55f143fbd8986c094425ed667e

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/15163/ Subject: LU-3534 tests: a few tests cases for async update. Project: fs/lustre-release Branch: master Current Patch Set: Commit: c2b82ef8a12e6c55f143fbd8986c094425ed667e

            Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/13786/
            Subject: LU-3534 osp: transfer updates with bulk RPC
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: 044fbff00b25f127560338d35caa4d89faa4c207

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/13786/ Subject: LU-3534 osp: transfer updates with bulk RPC Project: fs/lustre-release Branch: master Current Patch Set: Commit: 044fbff00b25f127560338d35caa4d89faa4c207

            wangdi (di.wang@intel.com) uploaded a new patch: http://review.whamcloud.com/15482
            Subject: LU-3534 osp: transfer updates with bulk RPC
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: e1e3d405464b7807f0a016aff8c7df9fb174fc47

            gerrit Gerrit Updater added a comment - wangdi (di.wang@intel.com) uploaded a new patch: http://review.whamcloud.com/15482 Subject: LU-3534 osp: transfer updates with bulk RPC Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: e1e3d405464b7807f0a016aff8c7df9fb174fc47

            Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/15421/
            Subject: LU-3534 ptlrpc: mbits is sent within ptlrpc_body
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: d099fdd6cd15d0d00d9b573da5d3bfd3e4bbcb9d

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/15421/ Subject: LU-3534 ptlrpc: mbits is sent within ptlrpc_body Project: fs/lustre-release Branch: master Current Patch Set: Commit: d099fdd6cd15d0d00d9b573da5d3bfd3e4bbcb9d

            Liang Zhen (liang.zhen@intel.com) uploaded a new patch: http://review.whamcloud.com/15421
            Subject: LU-3534 ptlrpc: mbits is sent within ptlrpc_body
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: b363b70a0c82bccb0d50026ccee756f72f7d3d3d

            gerrit Gerrit Updater added a comment - Liang Zhen (liang.zhen@intel.com) uploaded a new patch: http://review.whamcloud.com/15421 Subject: LU-3534 ptlrpc: mbits is sent within ptlrpc_body Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: b363b70a0c82bccb0d50026ccee756f72f7d3d3d

            Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/12450/
            Subject: LU-3534 update: change sync updates to async updates
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: 0136a91b6d629556ef091f5ca210c13772207df9

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/12450/ Subject: LU-3534 update: change sync updates to async updates Project: fs/lustre-release Branch: master Current Patch Set: Commit: 0136a91b6d629556ef091f5ca210c13772207df9

            wangdi (di.wang@intel.com) uploaded a new patch: http://review.whamcloud.com/15275
            Subject: LU-3534 tests: Add dne-2.5 upgrade test
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: f17fe3836034a2359f53839cd116d08d640c1c31

            gerrit Gerrit Updater added a comment - wangdi (di.wang@intel.com) uploaded a new patch: http://review.whamcloud.com/15275 Subject: LU-3534 tests: Add dne-2.5 upgrade test Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: f17fe3836034a2359f53839cd116d08d640c1c31

            Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/12825/
            Subject: LU-3534 osp: send updates by separate thread
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: 2fe22edfe3c365b5c270050fdeed0a86fa74a919

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/12825/ Subject: LU-3534 osp: send updates by separate thread Project: fs/lustre-release Branch: master Current Patch Set: Commit: 2fe22edfe3c365b5c270050fdeed0a86fa74a919
            di.wang Di Wang added a comment -

            Yes, this is expected. LWP(light weight proxy) is not a replayable client, so it will never get into recovery mode. But OSP is a replayable client, which will always enter into recovery mode when required.

            di.wang Di Wang added a comment - Yes, this is expected. LWP(light weight proxy) is not a replayable client, so it will never get into recovery mode. But OSP is a replayable client, which will always enter into recovery mode when required.

            In my testing I noticed end after a cleanup shut down of the file system when the file system is restarted all the MDS servers go into recovery with each other. The lwp layers reconnect fine without going into recovery but the OSP layer always enters recovery mode. Is this the excepted behavior?

            simmonsja James A Simmons added a comment - In my testing I noticed end after a cleanup shut down of the file system when the file system is restarted all the MDS servers go into recovery with each other. The lwp layers reconnect fine without going into recovery but the OSP layer always enters recovery mode. Is this the excepted behavior?

            wangdi (di.wang@intel.com) uploaded a new patch: http://review.whamcloud.com/15163
            Subject: LU-3534 tests: a few tests cases for async update.
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: 0394d9938e655b774d86a4eef15408e7c7e01e3f

            gerrit Gerrit Updater added a comment - wangdi (di.wang@intel.com) uploaded a new patch: http://review.whamcloud.com/15163 Subject: LU-3534 tests: a few tests cases for async update. Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 0394d9938e655b774d86a4eef15408e7c7e01e3f

            People

              di.wang Di Wang
              di.wang Di Wang
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: