]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/OSDMonitor.cc: make a note about reusing jewel feature bit
authorNeha Ojha <nojha@redhat.com>
Mon, 7 Jan 2019 23:26:27 +0000 (15:26 -0800)
committerNeha Ojha <nojha@redhat.com>
Mon, 7 Jan 2019 23:33:56 +0000 (15:33 -0800)
commit6abcc20dca0ee5a08a3fe7c560750f904fe3fa65
tree9ee51c4557e1037cea6acb08634f429435f3dc61
parentc0da26505fa48ce18170af4b5f7446705f405998
mon/OSDMonitor.cc: make a note about reusing jewel feature bit

For OSD_PGLOG_HARDLIMIT, we have reused a jewel feature bit that was retired
in luminous. Therefore, we need to check the release version for
>= CEPH_RELEASE_LUMINOUS, before using it.

Signed-off-by: Neha Ojha <nojha@redhat.com>
src/mon/OSDMonitor.cc