File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/cloud/agent/properties Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ iscsi.session.cleanup.enabled=false
308308# vm.migrate.domain.retrieve.timeout=10
309309
310310# This parameter specifies if the host must be rebooted when something goes wrong with the heartbeat.
311- # reboot.host.and.alert.management.on.heartbeat.timeout=true
311+ # reboot.host.and.alert.management.on.heartbeat.timeout=false
312312
313313# Enables manually setting CPU's topology on KVM's VM.
314314# enable.manually.setting.cpu.topology.on.kvm.vm=true
Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ public class AgentProperties{
596596 * Default value: <code>true</code>
597597 */
598598 public static final Property <Boolean > REBOOT_HOST_AND_ALERT_MANAGEMENT_ON_HEARTBEAT_TIMEOUT
599- = new Property <>("reboot.host.and.alert.management.on.heartbeat.timeout" , true );
599+ = new Property <>("reboot.host.and.alert.management.on.heartbeat.timeout" , false );
600600
601601 /**
602602 * Enables manually setting CPU's topology on KVM's VM. <br>
You can’t perform that action at this time.
0 commit comments