-
Notifications
You must be signed in to change notification settings - Fork 275
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
Can't restore snapshot with etcd snapshot size than 2GB #4771
Comments
|
Hi @brandond |
I would recommend upgrading to the latest 1.26 patch release |
Hi @brandond I've been apply newer version. It's passed quota value but my snapshot size is so big.
Tks you. |
It shouldn't take more than 30 seconds to complete the defrag, nor have I seen the lock error you're seeing. What sort of storage are you running this on? Do you have the ability to put it on something faster? |
Environmental Info:
RKE2 Version: v1.26.4
Node(s) CPU architecture, OS, and Version: Ubuntu 22.04
Cluster Configuration: Rke2 HA which used keepalived
Describe the bug:
Can't restore snapshot with snapshot size than 2GB
Steps To Reproduce:
rke2 server
--cluster-reset
--cluster-reset-restore-path
Expected behavior:
How to custom quota-backend-bytes value when use rke2 server --cluster-reset command.
Actual behavior:
Can't restore with 3Gb size of snapshot file when starting temporary etcd to reconcile with datastore only support 2GB (quota-backend-bytes":2147483648 )
Additional context / logs:
The text was updated successfully, but these errors were encountered: