Open amrap030 opened 1 month ago
Are you using the aws plugin for s3 compatible object storage or AWS S3 object storage ?
If this is GCP, it is a known issue. Please help me fill this README.md https://github.com/vmware-tanzu/velero-plugin-for-aws/pull/219/files
@kaovilai No I am not using GCP, I am using Openstack as my cloud provider.
@shubham-pampattiwar it is S3 compatible storage. I am currently using velero v1.14.1 and velero/velero-plugin-for-aws:v1.9.0 and with this combination it is working. However, I would like to update to the newest version but as described, this breaks it.
@kaovilai @shubham-pampattiwar FYI, I am using Openstack as my cloud provider for the Cluster, but the S3 compatible storage is based on Cloudian.
What steps did you take and what happened:
When using velero version 1.14.1 and the AWS plugin version 1.10.1 I always get the following error when creating a backup:
When I look into my S3 bucket with a viewer, I can see that there is a folder
/restic
created with all the expected files. However, the folder/backups
is missing.What did you expect to happen:
I expect the backup to complete without failures with a folder called
/backups
and its content.The following information will help us better understand what's going on:
If you are using velero v1.7.0+:
Please use
velero debug --backup <backupname> --restore <restorename>
to generate the support bundle, and attach to this issue, more options please refer tovelero debug --help
If you are using earlier versions:
Please provide the output of the following commands (Pasting long output into a GitHub gist or other pastebin is fine.)
kubectl logs deployment/velero -n velero
velero backup describe <backupname>
orkubectl get backup/<backupname> -n velero -o yaml
velero backup logs <backupname>
velero restore describe <restorename>
orkubectl get restore/<restorename> -n velero -o yaml
velero restore logs <restorename>
Anything else you would like to add:
Environment:
velero version
): 1.14.1velero client config get features
): n/akubectl version
): 1.31/etc/os-release
): n/aVote on this issue!
This is an invitation to the Velero community to vote on issues, you can see the project's top voted issues listed here.
Use the "reaction smiley face" up to the right of this comment to vote.