]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix blacklist field in OSDMap::dump
authorJohn Spray <john.spray@redhat.com>
Fri, 22 May 2015 09:48:32 +0000 (10:48 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 26 May 2015 09:58:32 +0000 (10:58 +0100)
commit8ef6f8600ea45d270d47ea90a44441031d61b3e9
tree5eb02f3ffce2ec3deb227c17030126319f424520
parente805b944b91a6975bba45777872b32a3b69bc73f
osd: fix blacklist field in OSDMap::dump

This was using an array_section so we were getting
a list of only the times, instead of an array
mapping addr to time.

Signed-off-by: John Spray <john.spray@redhat.com>
src/osd/OSDMap.cc