1. 18 5月, 2010 1 次提交
    • S
      ceph: drop src address(es) from message header [new protocol feature] · dbad185d
      Sage Weil 提交于
      The CEPH_FEATURE_NOSRCADDR protocol feature avoids putting the full source
      address in each message header (twice).  This patch switches the client to
      the new scheme, and _requires_ this feature on the server.  The server
      will support both the old and new schemes.  That means an old client will
      work with a new server, but a new client will not work with an old server.
      Signed-off-by: NSage Weil <sage@newdream.net>
      dbad185d
  2. 18 2月, 2010 1 次提交
  3. 03 2月, 2010 1 次提交
  4. 26 1月, 2010 2 次提交
  5. 24 12月, 2009 3 次提交
  6. 05 12月, 2009 1 次提交
  7. 04 12月, 2009 1 次提交
  8. 21 11月, 2009 1 次提交
  9. 19 11月, 2009 1 次提交
    • 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
  10. 07 11月, 2009 2 次提交
  11. 20 10月, 2009 2 次提交
  12. 16 10月, 2009 1 次提交
  13. 13 10月, 2009 1 次提交
  14. 10 10月, 2009 2 次提交
  15. 07 10月, 2009 1 次提交
    • S
      ceph: on-wire types · 0dee3c28
      Sage Weil 提交于
      These headers describe the types used to exchange messages between the
      Ceph client and various servers.  All types are little-endian and
      packed.  These headers are shared between the kernel and userspace, so
      all types are in terms of e.g. __u32.
      
      Additionally, we define a few magic values to identify the current
      version of the protocol(s) in use, so that discrepancies to be
      detected on mount.
      Signed-off-by: NSage Weil <sage@newdream.net>
      0dee3c28