]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/OSDMap: fix is_blacklisted() check to assume type ANY
authorSage Weil <sage@redhat.com>
Wed, 5 Dec 2018 22:24:38 +0000 (16:24 -0600)
committerSage Weil <sage@redhat.com>
Thu, 3 Jan 2019 17:17:31 +0000 (11:17 -0600)
commit55a9c7522fb58b7f476cca4daa2577177488ef2d
treef38ab2d005f69e6d3c82077f149b638feacccb68
parent0610e562654b35ed978dfb9689a6061167dadd33
osd/OSDMap: fix is_blacklisted() check to assume type ANY

Note that this still does a copy of the addr struct (as it did before).
This could be more efficient...

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSDMap.cc