summaryrefslogtreecommitdiffstats
path: root/roles/etcd/templates
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-09-27 15:59:10 -0700
committerGitHub <noreply@github.com>2017-09-27 15:59:10 -0700
commitead22bb1c3b6d6366502b14b97b7aae5605f8a58 (patch)
tree02735c408728d8cdc83e2ec02792f733bcfb6c29 /roles/etcd/templates
parent3462d2dcf1a35d0cb81314de4cee44863e9cd85d (diff)
parentd075df2e9eb45f007f35cde2d502d32ee8d14faf (diff)
downloadopenshift-ead22bb1c3b6d6366502b14b97b7aae5605f8a58.tar.gz
openshift-ead22bb1c3b6d6366502b14b97b7aae5605f8a58.tar.bz2
openshift-ead22bb1c3b6d6366502b14b97b7aae5605f8a58.tar.xz
openshift-ead22bb1c3b6d6366502b14b97b7aae5605f8a58.zip
Merge pull request #5518 from ingvagabund/set-quota-backend-bytes-explicitly
Automatic merge from submit-queue set the etcd backend quota to 4GB by default Bug: 1492891
Diffstat (limited to 'roles/etcd/templates')
-rw-r--r--roles/etcd/templates/etcd.conf.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/etcd/templates/etcd.conf.j2 b/roles/etcd/templates/etcd.conf.j2
index 2c2803aee..8462bb4c8 100644
--- a/roles/etcd/templates/etcd.conf.j2
+++ b/roles/etcd/templates/etcd.conf.j2
@@ -45,6 +45,7 @@ ETCD_ADVERTISE_CLIENT_URLS={{ etcd_advertise_client_urls }}
#ETCD_STRICT_RECONFIG_CHECK="false"
#ETCD_AUTO_COMPACTION_RETENTION="0"
#ETCD_ENABLE_V2="true"
+ETCD_QUOTA_BACKEND_BYTES={{ etcd_quota_backend_bytes }}
#[proxy]
#ETCD_PROXY=off