Project

General

Profile

Backport #16337

Updated by Vikhyat Umrao almost 8 years ago

Description of Feature: 
 Improve OSD heartbeat_check log message by including host name (besides OSD numbers) 

 When diagnosing problems in Ceph related to heartbeat we would appreciate to 
 be able to see if all reported failures are from the same host (or from different host). 

 That will make it easier to see where the problems are. 

 Actual Behavior:  
 ------------------------ 

 This is printed: 

 <pre> 
 May    3 01:17:54    ceph-osdnode1 bash: 2016-05-03 01:17:54.280170 7f63eee57700 -1 osd.10 1748 heartbeat_check: no reply from osd.24 since back 2016-05-03 01:17:34.148919 front 2016-05-03 01:17:34.148919 (cutoff 2016-05-03 01:17:34.280165) 
 </pre> 

 Proposed behavior: 
 ------------------------------- 

 <pre> 
 heartbeat_check: no reply from ceph-osdnode2:osd.24 
 </pre> 

 Version-Release number of selected component (if applicable): 
 Hammer

Back