1. 28 5月, 2012 1 次提交
  2. 27 5月, 2012 2 次提交
  3. 26 5月, 2012 6 次提交
  4. 25 5月, 2012 7 次提交
  5. 24 5月, 2012 3 次提交
  6. 23 5月, 2012 19 次提交
  7. 21 5月, 2012 1 次提交
  8. 20 5月, 2012 1 次提交
    • A
      NFSv4.1 resend LAYOUTGET on data server invalid layout errors · 041245c8
      Andy Adamson 提交于
      The "invalid layout" class of errors is handled by destroying the layout and
      getting a new layout from the server.  Currently, the layout must be
      destroyed before a new layout can be obtained.
      
      This means that all references (e.g.lsegs) to the "to be destroyed" layout
      header must be dropped before it can be destroyed. This in turn means waiting
      for all in flight RPC's using the old layout as well as draining the data
      server session slot table wait queue.
      
      Set the NFS_LAYOUT_INVALID flag to redirect I/O to the MDS while waiting for
      the old layout to be destroyed.
      Signed-off-by: NAndy Adamson <andros@netapp.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      041245c8