summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2023-02-21 08:43:13 -0800
committerDan Smith <dansmith@redhat.com>2023-02-21 08:44:48 -0800
commit84d1f25446731e4e51beb83a017cdf7bfda8c5d5 (patch)
treec0d0315a12d55a0bfb0ad20df029e20b1f2d01d6
parent439c67254859485011e7fd2859051464e570d78b (diff)
downloadnova-84d1f25446731e4e51beb83a017cdf7bfda8c5d5.tar.gz
Use mysql memory reduction flags for ceph job
This makes the ceph-multistore job use the MYSQL_REDUCE_MEMORY flag in devstack to try to address the frequent OOMs we see in that job. Change-Id: Ibc203bd10dcb530027c2c9f58eb840ccc088280d Closes-Bug: #1961068
-rw-r--r--.zuul.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 25d6cc6819..29918cafc8 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -608,6 +608,7 @@
GLANCE_USE_IMPORT_WORKFLOW: True
DEVSTACK_PARALLEL: True
GLANCE_LIMIT_IMAGE_SIZE_TOTAL: 2048
+ MYSQL_REDUCE_MEMORY: True
# NOTE(danms): This job is pretty heavy as it is, so we disable some
# services that are not relevant to the nova-glance-ceph scenario
# that this job is intended to validate.