1. 10 2月, 2010 1 次提交
    • J
      nfs4: handle -EKEYEXPIRED errors from RPC layer · 2c643488
      Jeff Layton 提交于
      If a KRB5 TGT ticket expires, we don't want to return an error
      immediatel. If someone has a long running job and just forgets to run
      "kinit" in time then this will make it fail.
      
      Instead, we want to treat this situation as we would NFS4ERR_DELAY and
      retry the upcall after delaying a bit with an exponential backoff.
      
      This patch just makes any place that would handle NFS4ERR_DELAY also
      handle -EKEYEXPIRED the same way. In the future, we may want to be more
      sophisticated however and handle hard vs. soft mounts differently, or
      specify some upper limit on how long we'll wait for a new TGT to be
      acquired.
      Signed-off-by: NJeff Layton <jlayton@redhat.com>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      2c643488
  2. 27 1月, 2010 1 次提交
  3. 16 12月, 2009 4 次提交
  4. 09 12月, 2009 1 次提交
  5. 07 12月, 2009 3 次提交
  6. 06 12月, 2009 6 次提交
  7. 05 12月, 2009 5 次提交
  8. 04 12月, 2009 5 次提交
  9. 22 9月, 2009 1 次提交
  10. 25 8月, 2009 1 次提交
  11. 22 7月, 2009 1 次提交
  12. 18 6月, 2009 11 次提交