From 342804a2e1c5d876c7651592c3842a774a4b5706 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 11 Jun 2018 10:49:39 +0200 Subject: [PATCH] tests: increase memory to 1024Mb for centos7_cluster scenario we see more and more failure like `fatal: [mon0]: UNREACHABLE! => {}` in `centos7_cluster` scenario, Since we have 30Gb RAM on hypervisors, we can give monitors a bit more RAM. By the way, nodes on containerized cluster testing scenario have already 1024Mb memory allocated. Signed-off-by: Guillaume Abrioux (cherry picked from commit bbb869133563c3b0ddd0388727b894306b6b8b26) Signed-off-by: Guillaume Abrioux --- tests/functional/centos/7/cluster/vagrant_variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/centos/7/cluster/vagrant_variables.yml b/tests/functional/centos/7/cluster/vagrant_variables.yml index 4a73aec71..d83690780 100644 --- a/tests/functional/centos/7/cluster/vagrant_variables.yml +++ b/tests/functional/centos/7/cluster/vagrant_variables.yml @@ -27,7 +27,7 @@ cluster_subnet: 192.168.2 # MEMORY # set 1024 for CentOS -memory: 512 +memory: 1024 # Ethernet interface name # use eth1 for libvirt and ubuntu precise, enp0s8 for CentOS and ubuntu xenial -- 2.47.3