Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pando85 opened this issue Mar 12, 2024 · 0 comments
Open
Labels
Bug issue/pr is a bug/fix to existing feature

Comments

@pando85
Copy link

pando85 commented Mar 12, 2024

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:

  • Velero version (use velero version):
velero version
Client:
	Version: v1.13.0
	Git commit: 76670e940c52880a18dbbc59e3cbee7b94cd3352
Server:
	Version: v1.13.0
  • Velero features (use velero client config get features):
velero client config get features
features: <NOT SET>
PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
@pando85 pando85 added the Bug issue/pr is a bug/fix to existing feature label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug issue/pr is a bug/fix to existing feature
Projects
None yet
Development

No branches or pull requests

1 participant