mirror of https://github.com/ceph/ceph-ansible.git
d2ef85b615
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
|
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
contrib | ||
docs | ||
group_vars | ||
infrastructure-playbooks | ||
library | ||
plugins | ||
profiles | ||
roles | ||
tests | ||
.gitignore | ||
.mergify.yml | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
README-MULTISITE.md | ||
README.rst | ||
Vagrantfile | ||
ansible.cfg | ||
ceph-ansible.spec.in | ||
dummy-ansible-hosts | ||
generate_group_vars_sample.sh | ||
raw_install_python.yml | ||
requirements.txt | ||
rhcs_edits.txt | ||
site-container.yml.sample | ||
site-docker.yml.sample | ||
site.yml.sample | ||
test.yml | ||
tox-dashboard.ini | ||
tox-podman.ini | ||
tox-update.ini | ||
tox.ini | ||
vagrant_variables.yml.sample |
README.rst
ceph-ansible ============ Ansible playbooks for Ceph, the distributed filesystem. Please refer to our hosted documentation here: http://docs.ceph.com/ceph-ansible/master/ You can view documentation for our ``stable-*`` branches by substituting ``master`` in the link above for the name of the branch. For example: http://docs.ceph.com/ceph-ansible/stable-3.0/