Skip to content
  1. Mar 01, 2010
  2. Feb 17, 2010
  3. Feb 11, 2010
  4. Jan 26, 2010
  5. Dec 22, 2009
  6. Dec 09, 2009
  7. Nov 08, 2009
  8. Nov 07, 2009
    • Sage Weil's avatar
      ceph: make object hash a pg_pool property · 1654dd0c
      Sage Weil authored
      
      
      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: default avatarSage Weil <sage@newdream.net>
      1654dd0c
  9. Nov 06, 2009
  10. Nov 05, 2009
  11. Nov 03, 2009
  12. Oct 30, 2009
  13. Oct 29, 2009
  14. Oct 19, 2009
  15. Oct 14, 2009
  16. Oct 09, 2009
  17. Oct 06, 2009
    • Sage Weil's avatar
      ceph: OSD client · f24e9980
      Sage Weil authored
      
      
      The OSD client is responsible for reading and writing data from/to the
      object storage pool.  This includes determining where objects are
      stored in the cluster, and ensuring that requests are retried or
      redirected in the event of a node failure or data migration.
      
      If an OSD does not respond before a timeout expires, keepalive
      messages are sent across the lossless, ordered communications channel
      to ensure that any break in the TCP is discovered.  If the session
      does reset, a reconnection is attempted and affected requests are
      resent (by the message transport layer).
      
      Signed-off-by: default avatarSage Weil <sage@newdream.net>
      f24e9980
Loading