The Nitzan's fix has made into Squid, so just replace `SERVET_SQUID`
with `SERVER_TENTACLE`. The commit was never exposed, so it should
be perfectly fine to just bump up. Doing this in separate commit to
keep the boundaries between changes from 2 authors.
Fixes: https://tracker.ceph.com/issues/59291
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
uint8_t v = 31;
// NOTE: any new encoding dependencies must be reflected by
// SIGNIFICANT_FEATURES
- if (!HAVE_FEATURE(features, SERVER_SQUID)) {
+ if (!HAVE_FEATURE(features, SERVER_TENTACLE)) {
if (!(features & CEPH_FEATURE_NEW_OSDOP_ENCODING)) {
// this was the first post-hammer thing we added; if it's missing, encode
// like hammer.