Replies: 1 comment 5 replies
-
Hi @ivashutin - Thanks for your question. Can you please confirm you are exporting the environment variable? When I run the following I observe the environment variable working as expected: export ETCD_QUOTA_BACKEND_BYTES=6442450944
./etcd
{"level":"info","ts":"2025-01-16T17:26:35.400258+1300","caller":"flags/flag.go:114","msg":"recognized and used environment variable","variable-name":"ETCD_QUOTA_BACKEND_BYTES","variable-value":"6
442450944"} It would be best if you can provide your full etcd configuration and startup logs so we can attempt to reproduce the issue using the same configuration. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug report criteria
What happened?
the quota-backend-bytes parameter does not work. We pass this parameter via the environment variable ETCD_QUOTA_BACKEND_BYTES.
The value of this variable is 6442450944, but the NOSPACE alarm is triggered by the default value of 2 GiB.
At the same time, the etcd_server_quota_backend_bytes metric returns the value 6442450944.
What did you expect to happen?
when using the environment variable ETCD_QUOTA_BACKEND_BYTES, the NOSPACE alarm is triggered by the value specified in this variable
How can we reproduce it (as minimally and precisely as possible)?
NA
Anything else we need to know?
No response
Etcd version (please run commands below)
ETCD version 3.5.6
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions