Description of problem: With the default time of curation for curator being midnight, it causes elasticsearch to work hard with also creating new indices for the day. Version-Release number of selected component (if applicable): 3.9.0 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Curator runs by default at midnight Expected results: Curator should run later than midnight Additional info:
https://github.com/openshift/openshift-ansible/pull/7602
*** Bug 1559162 has been marked as a duplicate of this bug. ***
@ewolinet, Is that a mutually exclusive case for https://bugzilla.redhat.com/show_bug.cgi?id=1559219?
3.9 https://github.com/openshift/openshift-ansible/pull/7616
The fix works with openshift-ansible:v3.9.14. # oc get dc logging-curator -o yaml |grep -A 1 CURATOR_RUN - name: CURATOR_RUN_HOUR value: "3" - name: CURATOR_RUN_MINUTE value: "30" - name: CURATOR_RUN_TIMEZONE value: UTC