Project

General

Profile

Backport #18657

Updated by Loïc Dachary about 7 years ago

- Tracker[1] had introduced this osd network address in the heartbeat_check log message.
- In master branch, it is working as expected as given in[2] but backport jewel[3] is not working as expected. It has network address in hex.

<pre>
2017-01-25 00:04:16.113016 7fbe730ba700 -1 osd.1 11 heartbeat_check: no reply from 0x7fbe89c27290 osd.0 since back 2017-01-25 00:03:56.099392 front 2017-01-25 00:03:56.099392 (cutoff 2017-01-25 00:03:56.112991)
2017-01-25 00:04:17.113168 7fbe730ba700 -1 osd.1 11 heartbeat_check: no reply from 0x7fbe89c27290 osd.0 since back 2017-01-25 00:03:56.099392 front 2017-01-25 00:03:56.099392 (cutoff 2017-01-25 00:03:57.113144)
</pre>

[1] http://tracker.ceph.com/issues/16337
[2] https://github.com/ceph/ceph/pull/9223
[3] https://github.com/ceph/ceph/pull/9739

Back