commit | 7de315bf4a7a2dd01ffdde93a16740ece810af25 | [log] [tgz] |
---|---|---|
author | Denis Klepikov <dklepikov@mirantis.com> | Thu Oct 04 15:14:22 2018 +0300 |
committer | Denis Klepikov <dklepikov@mirantis.com> | Thu Oct 04 15:33:57 2018 +0300 |
tree | 48439f96ce1f207e54a010da1b657b3b4572305f | |
parent | 6c2f756042547693bda9888b88a66f6332e93480 [diff] |
Fix default start time for cron job to execute 1 time per day Currently we have a situation on prod envs with current defaults for backup crontab "* 2 * * *". As a result - 60 backups per day during 2AM-3AM. This leads to partition overfilling and possible backup script iteration intersection (previous or next launch can be blocked/corrupted by previous/next launch). Related-Bug: PROD-23665 (PROD:23665) Change-Id: Ifc1b659a75d148631fb92fa33bec5399d30c0b19