I want to modify the HA triggering time from 120s to about 60s.The following is my modifications:
pve-ha-manager:src/PVE/HA/NodeStatus.pm
-my $fence_delay = 60;
+my $fence_delay = 30;
pve-ha-manager:src/watchdog-mux.c
-int client_watchdog_timeout = 60;
+int client_watchdog_timeout = 30...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.