]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osdmap: reference the correct value in debug output
authorGreg Farnum <gfarnum@redhat.com>
Wed, 14 Jun 2017 18:29:14 +0000 (11:29 -0700)
committerSage Weil <sage@redhat.com>
Wed, 28 Jun 2017 14:52:49 +0000 (10:52 -0400)
commitd0006821de4a4856f5ca38f5a11d2e7075da1d79
tree4f57e4008373de18969147b0777cf043a80fd2cf
parent3e8bdac7046d1b0961bfdc705453d6080761226c
osdmap: reference the correct value in debug output

Looks like we've been printing out the (possibly-still-default-initialized)
num_osd member variable instead of the given nosd value! Luckily
I don't see any other misuse and we fill out

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
src/osd/OSDMap.cc