]> git.apps.os.sepia.ceph.com Git - ceph.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>
Tue, 29 Jan 2019 00:48:29 +0000 (00:48 +0000)
commiteabc0af625f7d50a692cca60e995b3b64019af7d
tree18d00475630b3e97c6cba4743491b10ba70a9de9
parent6e1b715d8937ea9c78bbd870beaeb798c142f2ee
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>
(cherry picked from commit 6abcc20dca0ee5a08a3fe7c560750f904fe3fa65)
src/mon/OSDMonitor.cc