Skip to content

Commit c8069a5

Browse files
committed
change default setting
1 parent 30e6c22 commit c8069a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent/conf/agent.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

agent/src/main/java/com/cloud/agent/properties/AgentProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)