Extend etcd quota #19822
Unanswered
maelamrani
asked this question in
Q&A
Extend etcd quota
#19822
Replies: 1 comment
-
Hey @maelamrani - Looking at your {"level":"warn","ts":"2025-05-01T08:44:31.917392+1200","caller":"storage/quota.go:107","msg":"quota exceeds the maximum value","quota-name":"v3-applier","quota-size-bytes":18589934592,"quota-size":"19 GB","quota-maximum-size-bytes":8589934592,"quota-maximum-size":"8.6 GB"}
{"level":"info","ts":"2025-05-01T08:44:31.917478+1200","caller":"storage/quota.go:116","msg":"enabled backend quota","quota-name":"v3-applier","quota-size-bytes":18589934592,"quota-size":"19 GB"} ➜ ./etcdctl endpoint status --write-out=json | jq '.[].Status.dbSizeQuota'
18589934592
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
how can i extend the quota of my etcd
i added ETCD_QUOTA_BACKEND_BYTES=18589934592 in /etc/etcd.env and restart the service ?
but when i do
ETCDCTL_API=3 etcdctl --endpoints=127.0.0.1:2379 \
i get null ?
someone can help me
thx in advance
Beta Was this translation helpful? Give feedback.
All reactions