Scott Seago

Results 118 comments of Scott Seago

Also, if the symlink *has* changed (i.e. if I do a restore to the same target of a different (newer) snapshot, the error is the same, but this time since...

How long was the backup running? From the logs it looks like the backup was waiting for the BackupStorageLocation to be valid. Maybe an issue with your s3 bucket? In...

I'm not really sure what that downloadrequest is referring to. Is that the name of your backup that it seems like it can't find? Also, you mentioned that the backup...

Were any of the pods that succeeded restic backups running on the same node as the failing pod? The PVB is in a "new" state still, which seems to indicate...

@Ankita5892 Could you also supply the restic pod logs for the pod that failed backup? You need to find the restic pod that's running on the same node as the...

OK. So yes, this is starting to make some more sense now. DaemonSets can't be scheduled on master nodes by default. In the OADP context, this is not normally a...

@skriss btw regarding https://github.com/vmware-tanzu/velero/issues/1799 -- while we initially found it on AWS, the same problem showed up on Azure and GCP.

@skriss I know we'd discussed options around doing this before, but we ended up fixing it in our fork (temporarily). I'm happy to remove our local commits if an upstream...

See the referenced design doc, but the idea is to call the `AreAdditionalItemsReady` using the same poll-until-timeout logic we use to wait for the restored CRD to be ready before...

@reasonerjt Being mounted by pods isn't the issue. It's only with Restic backups that the PVC/PV must be mounted to a pod for backup/restore to work. For snapshots/CSI, no pods...