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
@@ -19,4 +19,5 @@ const char* osd_op_names[] = {
"primary_write",
"primary_sync",
"primary_delete",
"ping",
};