-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MaxBackups behavior on BackupSchedule #3660
Comments
@AkioLove The
For this issue, we should fix the failure by the first observation, and we can also increase the |
@AkioLove you could set |
Thank you :) So far increase the maxBackups and fix the failure by the first observation should be enough.
Thank you, but our backup data is very large (each version > 500GB), so we want Backup CR can auto-delete the underlying data. |
OK, what about adding two more parameters to the
For the CRs in the other status, e.g. scheduled, running, prepared, etc., no need to clean them because they should change to the above two status finally, WDYT? @AkioLove @dragonly @BinChenn |
@DanielZhangQD |
Feature Request
Is your feature request related to a problem? Please describe:
https://asktug.com/t/topic/66829
When maxBackups calculating the number of backup copies,
it doesn't consider whether the status of the existing Backup is "Complete", "Failed", or "Running".
Backups with the status "Failed" will also be counted in maxBackups.
If a continuous failure is caused by some reason, it may result in a good backup being rotated out due to the setting of maxBackups.
Describe the feature you'd like:
Check the Backup object status when counting maxBackups, only calculate the object whose status is completed.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: