HomeClusterLabs Projects

API: libcrmcluster: Drop crm_join_nack_quiet enum value

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

API: libcrmcluster: Drop crm_join_nack_quiet enum value

Neither this value nor the check for feature set 3.17.0 were ever
needed. By simply increasing the feature set minor version in 866a03fb,
we avoided the possibility of sending a join nack to an older node. The
older client will reject the join offer due to incompatible feature set
and exit fatally. The join offer message comes before the join nack
message, so we never reach the nack.

This breaks API backward compatibility.

Ref T793

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Jun 20 2024, 1:13 AM
Tasks
T793: Drop public API access to most of libcrmcluster

Commit No Longer Exists

This commit no longer exists in the repository.