From 85b30a6f123cf30c46a9227e286f9dd433531b17 Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 11 Feb 2019 05:37:48 +0000 Subject: [PATCH] Update git submodules * Update devstack from branch 'master' - Merge "Set ETCD_USE_RAMDISK=True by default" - Set ETCD_USE_RAMDISK=True by default Cinder and etcd are enabled by default and by default cinder uses etcd as a distributed lock manager with tooz as an intermediary. We see a lot of ToozConnectionErrors [1] in the cinder logs when etcd is backed up [2] which results in cinder operations timing out causing test failures, like when a volume is not deleted within a given time. This changes ETCD_USE_RAMDISK=True by default to try and alleviate some of the pressure. An alternative is if we know we're in a single-node job we could just not use a DLM for Cinder. [1] http://status.openstack.org/elastic-recheck/#1810526 [2] etcd[26824]: sync duration of 12.076762123s, expected less than 1s Change-Id: I5f82aa40e9d84114e7b7b5cf19ec4942d6552490 Partial-Bug: #1810526 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f3302dcee3..c8df15484d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f3302dcee3e11fb4283a28416e1bcf92514b6bf8 +Subproject commit c8df15484d75ee698f2e919650f0de2615e89ab7