VolumeSnapshot not deleted #8650
Unanswered
sylvainmetayer
asked this question in
Community support Q&A
Replies: 1 comment 2 replies
-
It seems that by settings the following arguments (and ensuring that apiVersion: velero.io/v1
kind: Schedule
metadata:
labels:
velero.io/storage-location: XYZ
name: scheduled-backup-default
namespace: velero
spec:
schedule: 0 0 * * *
skipImmediately: false
template:
csiSnapshotTimeout: 30m0s
includedNamespaces:
- default
snapshotVolumes: false
snapshotMoveData: true
storageLocation: XYZ
ttl: 720h0m0s |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
It seems that Velero does not delete VolumeSnapshot after the DataUpload phase.
Here is my configuration from a schedule :
After the backup, I can see in the logs
backup SnapshotMoveData is set to true, skip VolumeSnapshot resource persistence.
, however, the VolumeSnapshot is not deleted in my cloud provider (OVH)I am using Velero 1.15.0. Did I missed an option during the configuration of my schedule and/or velero configuration ?
Beta Was this translation helpful? Give feedback.
All reactions