1. 22 12月, 2009 2 次提交
  2. 12 12月, 2009 1 次提交
  3. 10 12月, 2009 1 次提交
  4. 08 12月, 2009 5 次提交
  5. 05 12月, 2009 1 次提交
  6. 04 12月, 2009 4 次提交
  7. 02 12月, 2009 1 次提交
  8. 22 11月, 2009 3 次提交
  9. 21 11月, 2009 7 次提交
  10. 19 11月, 2009 5 次提交
  11. 13 11月, 2009 2 次提交
  12. 12 11月, 2009 3 次提交
  13. 11 11月, 2009 2 次提交
  14. 10 11月, 2009 1 次提交
    • S
      ceph: do not confuse stale and dead (unreconnected) caps · 685f9a5d
      Sage Weil 提交于
      We were using the cap_gen to track both stale caps (caps that timed out
      due to temporarily losing touch with the mds) and dead caps that did not
      reconnect after an MDS failure.  Introduce a recon_gen counter to track
      reconnections to restarted MDSs and kill dead caps based on that instead.
      
      Rename gen to cap_gen while we're at it to make it more clear which is
      which.
      Signed-off-by: NSage Weil <sage@newdream.net>
      685f9a5d
  15. 08 11月, 2009 1 次提交
  16. 07 11月, 2009 1 次提交
    • S
      ceph: make object hash a pg_pool property · 1654dd0c
      Sage Weil 提交于
      The object will be hashed to a placement seed (ps) based on the pg_pool's
      hash function.  This allows new hashes to be introduced into an existing
      object store, or selection of a hash appropriate to the objects that
      will be stored in a particular pool.
      Signed-off-by: NSage Weil <sage@newdream.net>
      1654dd0c