]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMonitor: assert(format_version == 1) 15272/head
authorKefu Chai <kchai@redhat.com>
Sat, 20 May 2017 05:07:24 +0000 (13:07 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 24 May 2017 17:24:47 +0000 (01:24 +0800)
commitc8177f0bee7cecc0d24aef457d17be3b0aa7de0d
tree9b08fbd0c419290ebdeafb3cb5a56876ec6165e8
parent983fe8ec888b998cee33680390173fe6636574f3
mon/PGMonitor: assert(format_version == 1)

we have been PGMonitor's formart_version has been 1 since v0.67
(dumpling). so let's drop it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/PGMap.cc
src/mon/PGMap.h
src/mon/PGMonitor.cc