mirror of https://github.com/ceph/ceph-ansible.git
tests: add more memory in podman job
Typical error :
```
fatal: [mon1 -> mon0]: FAILED! => changed=true
cmd:
- podman
- exec
- ceph-mon-mon0
- ceph
- config
- set
- mgr
- mgr/dashboard/ssl
- 'false'
delta: '0:00:00.644870'
end: '2019-07-30 10:17:32.715639'
msg: non-zero return code
rc: 1
start: '2019-07-30 10:17:32.070769'
stderr: |-
Traceback (most recent call last):
File "/usr/bin/ceph", line 140, in <module>
import rados
ImportError: libceph-common.so.0: cannot map zero-fill pages: Cannot allocate memory
Error: exit status 1
stderr_lines: <omitted>
stdout: ''
stdout_lines: <omitted>
```
Let's add more memory to get around this issue.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0f620b2584
)
pull/4297/head
parent
d7d661d5d7
commit
d2ef85b615
|
@ -21,7 +21,7 @@ cluster_subnet: 192.168.31
|
||||||
|
|
||||||
# MEMORY
|
# MEMORY
|
||||||
# set 1024 for CentOS
|
# set 1024 for CentOS
|
||||||
memory: 1024
|
memory: 2048
|
||||||
|
|
||||||
vagrant_box: centos/atomic-host
|
vagrant_box: centos/atomic-host
|
||||||
# The sync directory changes based on vagrant box
|
# The sync directory changes based on vagrant box
|
||||||
|
|
Loading…
Reference in New Issue