Longhorn does not delete snapshots and backup resources when triggered by volumesnapshot resource #20
Labels
No labels
state
stale
state
to-do
state
waiting
system
argo
system
cni
system
dashboard
system
ingress
system
monitoring
system
sso
system
storage
system
woodpecker
type
bug
type
enhancement
type
update
type
dependency-dashboard
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 4 hours
Due date
tom
4 hours
No due date set.
Dependencies
No dependencies set.
Reference: yolokube/core-deployments#20
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resources won't get deleted:
https://github.com/longhorn/longhorn/issues/5802
https://github.com/longhorn/longhorn/issues/7466
https://github.com/vmware-tanzu/velero/issues/6179
Failed Backup tasks create new snapshots until success...:
https://github.com/longhorn/longhorn/issues/2029
Backups cannot finish because of locks and cannot get restored:
https://github.com/longhorn/longhorn/issues/4310
Workaround until official fix
ea65d83ead
This script only removes snapshots starting with "snapshot" or backups containing snapshots starting with "snapshot" which are not available anymore. All other snapshots and backups, e.g. "daily-ba" or manually created snapshots (most likely random alphanumeric names) will be ignored.
No longer needed because snapshots and backups are now triggered by Longhorn, not Velero.