]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/OSDMonitor.h
import 15.2.5
[ceph.git] / ceph / src / mon / OSDMonitor.h
index 86878aa315ae70df7c27aeb15717b312d53284db..131f789ebdbcac2a5a155a5ed22ede2b1e92211f 100644 (file)
@@ -669,6 +669,10 @@ protected:
 
   int32_t _allocate_osd_id(int32_t* existing_id);
 
+  int get_grace_interval_threshold();
+  bool grace_interval_threshold_exceeded(int last_failed);
+  void set_default_laggy_params(int target_osd);
+
 public:
   OSDMonitor(CephContext *cct, Monitor *mn, Paxos *p, const string& service_name);