openebs / velero-plugin

Velero plugin for backup/restore of OpenEBS cStor volumes
https://docs.openebs.io
Apache License 2.0
63 stars 32 forks source link

Large backup in aws without setting multiPartChunkSize stops at 50Gi #188

Open pando85 opened 8 months ago

pando85 commented 8 months ago

What steps did you take and what happened: I just try to do a backup of a ZFS volume bigger than 50Gi and it crashes saying that:

caused by: TotalPartsExceeded: exceeded total allowed configured MaxUploadParts (10000). Adjust PartSize to fit in this limit"

What did you expect to happen: With multiPartChunkSize not set up it should calculate partSize automatically but it seems that it took 5Mi as default value.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.] I fixed it setting it explicitly to a bigger value.

Environment: