how does corosync checks for node availability? -


i curious on method/protocol corosync use check node availability. looking @ looks corosync uses normal icmp base ping. https://github.com/corosync/corosync/search?utf8=%e2%9c%93&q=ping&type=

is true, there way can make verbose in log ( list down every output / response of ping request ) ?

is there way or plan utilise different method of checking, e.g: tcp based ping? encountering situation corosync detects false positive, , suspect might have nature of icmp based ping itself.

thanks


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -