ravening commented on a change in pull request #5783:
URL: https://github.com/apache/cloudstack/pull/5783#discussion_r774396257
##########
File path: agent/src/main/java/com/cloud/agent/properties/AgentProperties.java
##########
@@ -39,14 +39,6 @@
*/
public static final Property<Integer> VM_MIGRATE_DOMAIN_RETRIEVE_TIMEOUT =
new Property<Integer>("vm.migrate.domain.retrieve.timeout", 10);
- /**
- * Reboot host and alert management on heartbeat timeout. <br>
- * Data type: boolean.<br>
- * Default value: true.
- */
- public static final Property<Boolean>
REBOOT_HOST_AND_ALERT_MANAGEMENT_ON_HEARTBEAT_TIMEOUT
- = new
Property<Boolean>("reboot.host.and.alert.management.on.heartbeat.timeout",
true);
Review comment:
The default action is to reboot the system using the -c flag. so i will
just remove it from agent.properties file
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]