vmware-tanzu / velero

Backup and migrate Kubernetes applications and their persistent volumes
https://velero.io
Apache License 2.0
8.4k stars 1.37k forks source link

Repo maintenance job is not started if there are orphan jobs before Velero server restarts #7906

Open Lyndon-Li opened 1 week ago

Lyndon-Li commented 1 week ago

This is a side effect of issue #7753. After Velero server restarts, the running maintenance job goes orphan because of #7753. When Velero server runs a new maintenance job, it checks if there are running maintenance jobs, if so, it aborts creating a new job. As a result, after Velero server restarts, no new maintenance job could be started until all the orphaned & running maintenance jobs complete