1. 19 11月, 2009 2 次提交
    • S
      ceph: negotiate authentication protocol; implement AUTH_NONE protocol · 4e7a5dcd
      Sage Weil 提交于
      When we open a monitor session, we send an initial AUTH message listing
      the auth protocols we support, our entity name, and (possibly) a previously
      assigned global_id.  The monitor chooses a protocol and responds with an
      initial message.
      
      Initially implement AUTH_NONE, a dummy protocol that provides no security,
      but works within the new framework.  It generates 'authorizers' that are
      used when connecting to (mds, osd) services that simply state our entity
      name and global_id.
      
      This is a wire protocol change.
      Signed-off-by: NSage Weil <sage@newdream.net>
      4e7a5dcd
    • S
      ceph: remove unnecessary ceph_con_shutdown · 71ececda
      Sage Weil 提交于
      We require that ceph_con_close be called before we drop the connection,
      so this is unneeded.  Just BUG if con->sock != NULL.
      Signed-off-by: NSage Weil <sage@newdream.net>
      71ececda
  2. 11 11月, 2009 1 次提交
  3. 05 11月, 2009 1 次提交
  4. 04 11月, 2009 1 次提交
  5. 10 10月, 2009 1 次提交
  6. 07 10月, 2009 1 次提交
    • S
      ceph: messenger library · 31b8006e
      Sage Weil 提交于
      A generic message passing library is used to communicate with all
      other components in the Ceph file system.  The messenger library
      provides ordered, reliable delivery of messages between two nodes in
      the system.
      
      This implementation is based on TCP.
      Signed-off-by: NSage Weil <sage@newdream.net>
      31b8006e