I know this is an old thread, but this may be helpful for future readers.
The SK says the recommended value is 30 "HTU", while the value we configure for fwha_dead_timeout_multiplier
is just a multiplier (not HTUs).
How this parameter works is it uses the value we configure (3 or any other value) and multiplies it by 10 HTUs (each HTU is 100ms). So the timeout in this case becomes 3 x 10 (HTUs) = 3 seconds. This is the default AND recommended value. You can also find more information about this parameter in sk92723.
Both lines written in the SK are correct:
- Cluster dead interval is 3 seconds, by default.
- Recommended value for both kernel parameters is 30 (HTU).
That is just to understand the inner logic about what is written in the SK. Bottom line is that whatever value we configure for this parameter will end up being the number of 'seconds' for this timeout (because of how this value is anyway multiplied by 10 HTUs in the background).
I hope this helps and makes sense.