Add PING operation and timeouts to detect OSD failures when a host goes down

This commit is contained in:
Vitaliy Filippov
2021-03-09 02:15:38 +03:00
parent 836635c518
commit ad577c4aac
7 changed files with 116 additions and 24 deletions
+1
View File
@@ -82,6 +82,7 @@ class cluster_client_t
public:
etcd_state_client_t st_cli;
osd_messenger_t msgr;
json11::Json config;
cluster_client_t(ring_loop_t *ringloop, timerfd_manager_t *tfd, json11::Json & config);
~cluster_client_t();