]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
include/ceph_features: add NVMEOFHA feature bit
authorSamuel Just <sjust@redhat.com>
Wed, 14 Aug 2024 19:40:50 +0000 (12:40 -0700)
committerAlexander Indenbaum <aindenba@redhat.com>
Wed, 19 Nov 2025 18:41:52 +0000 (20:41 +0200)
commit8c68238398f19e9abef630cdd5a61a7fd4799e64
tree4f5adb94e845d2ff81ba04dbb34aa05e983c1687
parentc38dc2da71e5a4cd41bbc3154f7923745e20ece9
include/ceph_features: add NVMEOFHA feature bit

Normally, we'd just use the SERVER_SQUID or SERVER_T flags instead of
using an extra feature bit.  However, the nvmeof ha monitor paxos
service has had a more complex development journey.  There are users
interested in using the nvmeof ha feature in squid, but it didn't make
the cutoff for backporting it.  There's an upstream nvmeof-squid branch
in the ceph.git repository with the patches backported for anyone
interested in building it.

However, that means that users of our normal stable releases will see
the feature added to the monitor one release after anyone who chooses to
use the nvmeof-squid branch.  We could disallow upgrades from
nvmeof-squid to T, but by adding a feature bit here we make such a
restriction unnecessary.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/include/ceph_features.h