From 5cf228ad9347d7358d554240fa44e3089b94bdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Fri, 18 Jan 2019 15:51:03 +0100 Subject: [PATCH] Enable ETCD_USE_RAMDISK in Kuryr gates Option listed above will make the data directory of etcd deployed by DevStack to be a ramfs RAM disk, which should greatly help with Kubernetes instability by reducing fsync durations. Change-Id: I9543c1b7aa41e10b64996b0d705593521f46b8b2 Depends-On: https://review.openstack.org/#/c/626885 --- .zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.d/base.yaml b/.zuul.d/base.yaml index cf631c908..38f4cf32f 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -38,6 +38,7 @@ TEMPEST_PLUGINS: '/opt/stack/kuryr-tempest-plugin' Q_BUILD_OVS_FROM_GIT: true KURYR_K8S_CLOUD_PROVIDER: false + ETCD_USE_RAMDISK: true devstack_services: # TODO(dmellado):Temporary workaround until proper fix base: false