Extend etcd quota #19822
-
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 ? 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.
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.
Hey @maelamrani - Looking at your
etcdctl
command it looks like a minor type in yourjq
filter, for me the correct command was./etcdctl endpoint status --write-out=json | jq '.[].Status.dbSizeQuota'