sureshanaparti commented on code in PR #9270:
URL: https://github.com/apache/cloudstack/pull/9270#discussion_r1719518417
##########
agent/src/main/java/com/cloud/agent/properties/AgentProperties.java:
##########
@@ -810,6 +810,16 @@ public Property<Integer> getWorkers() {
*/
public static final Property<String> HOST_TAGS = new
Property<>("host.tags", null, String.class);
+ /**
+ * Timeout (in seconds) to wait for the incremental snapshot to complete.
+ * */
+ public static final Property<Integer> INCREMENTAL_SNAPSHOT_TIMEOUT = new
Property<>("incremental.snapshot.timeout", 10800);
+
+ /**
+ * Timeout (in seconds) to wait for the snapshot reversion to complete.
+ * */
+ public static final Property<Integer> REVERT_SNAPSHOT_TIMEOUT = new
Property<>("revert.snapshot.timeout", 10800);
+
Review Comment:
add these properties in agent/conf/agent.properties with comments
--
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]