Signed-off-by: Jason Dillaman <dillaman@redhat.com>
return CEPH_RELEASE_ARGONAUT; // v0.48argonaut-206-g6f381af
}
+uint8_t OSDMap::get_require_min_compat_client() const
+{
+ return require_min_compat_client;
+}
+
void OSDMap::_calc_up_osd_features()
{
bool first = true;
*/
uint8_t get_min_compat_client() const;
+ /**
+ * gets the required minimum *client* version that can connect to the cluster.
+ */
+ uint8_t get_require_min_compat_client() const;
+
/**
* get intersection of features supported by up osds
*/