08 Jul, 2019

2 commits

  • Going forward, we'll have different address types so let's use
    the addr2 TYPE_LEGACY for internal tracking rather than TYPE_NONE.

    Also, make ceph_pr_addr print the address type value as well.

    Signed-off-by: Jeff Layton
    Reviewed-by: "Yan, Zheng"
    Signed-off-by: Ilya Dryomov

    Jeff Layton
     
  • Add a function for decoding an entity_addr_t. Once
    CEPH_FEATURE_MSG_ADDR2 is enabled, the server daemons will start
    encoding entity_addr_t differently.

    Add a new helper function that can handle either format.

    Signed-off-by: Jeff Layton
    Reviewed-by: "Yan, Zheng"
    Signed-off-by: Ilya Dryomov

    Jeff Layton