-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unable to restore etcd snapshot from Netapp StorageGrid S3 endpoint #11603
Comments
this is validate here, since it was performed snapshots uploading and restoring from S3 |
@fmoral2 Just to clarify: did you validate that it worked with NetApp StorageGRID? Because it worked on other S3 implementations already before, this fix is just for StorageGRID. |
so we cant really validate there right since its a payed solution? as per comments we added the fix from minio and after the fix/update still working |
That's right, it's an enterprise solution with custom hardware and a paid license, so I don't expect you to be able to validate it. I'm happy to try and validate this for you (since I posted the original issue), as soon as there's a build ready. I would prefer to have an RKE2 build, so I can keep my config the same as when I tested before. As soon as that has been released, I'll let you know. |
From rancher/rke2#6285 (reply in thread)
It looks like minio has their own default transport which disables compression to work around this issue. We don't observe that same behavior when setting up the transports that was pass in to minio - which we do so that we can configure TLS options.
https://github.com/minio/minio-go/blob/v7.0.83/transport.go#L41-L64
We should disable compression in the http.Transport that we are passing to minio, as they do the same internally when constructing their default transports.
The text was updated successfully, but these errors were encountered: