Skip to content

Commit 4d00921

Browse files
config name update in javadoc
1 parent efa1561 commit 4d00921

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/main/java/com/cloud/ha/HighAvailabilityManagerImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
* the VM.
113113
*
114114
* @config {@table || Param Name | Description | Values | Default || || workers | number of worker threads to spin off to do the
115-
* processing | int | 1 || || time.to.sleep | Time to sleep if no work items are found | seconds | 60 || || max.retries
116-
* | number of times to retry start | int | 5 || || time.between.failure | Time elapsed between failures before we
115+
* processing | int | 1 || || time.to.sleep | Time to sleep if no work items are found | seconds | 60 || || vm.ha.migration.max.retries
116+
* | number of times to retry start and other HA work items | int | 5 || || time.between.failure | Time elapsed between failures before we
117117
* consider it as another retry | seconds | 3600 || || time.between.cleanup | Time to wait before the cleanup thread
118118
* runs | seconds | 86400 || || force.ha | Force HA to happen even if the VM says no | boolean | false || ||
119119
* ha.retry.wait | time to wait before retrying the work item | seconds | 120 || || stop.retry.wait | time to wait

0 commit comments

Comments
 (0)