Skip to content

Commit 039db3d

Browse files
author
Shubha Narayanan
committed
Check interval from 8 to 1
1 parent 0215eee commit 039db3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/vsphere-problem-detector-about.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The Operator runs in the `openshift-cluster-storage-operator` namespace and is s
1414

1515
The Operator runs the checks according to the following schedule:
1616

17-
* The checks run every 8 hours.
17+
* The checks run every hour.
1818
1919
* If any check fails, the Operator runs the checks again in intervals of 1 minute, 2 minutes, 4, 8, and so on. The Operator doubles the interval up to a maximum interval of 8 hours.
2020
21-
* When all checks pass, the schedule returns to an 8 hour interval.
21+
* When all checks pass, the schedule returns to an hour interval.
2222
2323
The Operator increases the frequency of the checks after a failure so that the Operator can report success quickly after the failure condition is remedied. You can run the Operator manually for immediate troubleshooting information.
2424

modules/vsphere-problem-detector-running.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
You can override the schedule for running the {operator-name} checks and run the checks immediately.
1212

13-
The {operator-name} automatically runs the checks every 8 hours. However, when the Operator starts, it runs the checks immediately. The Operator is started by the Cluster Storage Operator when the Cluster Storage Operator starts and determines that the cluster is running on vSphere. To run the checks immediately, you can scale the {operator-name} to `0` and back to `1` so that it restarts the {operator-name}.
13+
The {operator-name} automatically runs the checks every hour. However, when the Operator starts, it runs the checks immediately. The Operator is started by the Cluster Storage Operator when the Cluster Storage Operator starts and determines that the cluster is running on vSphere. To run the checks immediately, you can scale the {operator-name} to `0` and back to `1` so that it restarts the {operator-name}.
1414

1515
.Prerequisites
1616

0 commit comments

Comments
 (0)