summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2022-05-13 12:09:38 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2022-10-28 19:09:24 +0000
commit6101e6a67476f800999e15a47b95c078fad090bc (patch)
treee12858e7c3eb46fdf8bacb3efcd45a8a9c408ab7
parent1fa65ac7e28c4039dccf02e4c146d90891d7f2b1 (diff)
downloadcinder-6101e6a67476f800999e15a47b95c078fad090bc.tar.gz
Increase swap size to 4GB
This is to address issues in the cinder-plugin-ceph-tempest* jobs where a significant number of builds are failing. Symptoms are a lot of server fault errors, identity error: unexpected status code 500, and db connection errors in the tempest log. On these jobs, syslog shows multiple oom_reaper: reaped process xxxxxxx (mysqld) lines. Occasionally ceph-osd or ceph-mons are also reaped, but it's pretty consistently mysqld. Default swap size is currently 1G. Increase to 4GB was determined experimentally. (See other patches on topic: increase-swap.) Change-Id: I3c08f363f5b74e1fe7900f4398bd2cb6df3a80d7 (cherry picked from commit d41abbf538b439ce8ba18ac5720dacc4cf2ac3f7)
-rw-r--r--.zuul.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 5f67306a0..8e0728cc1 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -164,6 +164,7 @@
required-projects:
- opendev.org/openstack/cinderlib
vars:
+ configure_swap_size: 4096
zuul_additional_subunit_dirs:
- "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
devstack_local_conf:
@@ -183,6 +184,7 @@
required-projects:
- opendev.org/openstack/cinderlib
vars:
+ configure_swap_size: 4096
zuul_additional_subunit_dirs:
- "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
devstack_localrc: