]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: add more memory for rgw_multsite scenarios
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 29 Oct 2018 17:50:31 +0000 (18:50 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 30 Oct 2018 13:00:28 +0000 (14:00 +0100)
commitf52344300a70ad5f0c311e1737122e215be834a6
tree47c89bbc96e715de3d94c4ec616e20e33a1e254b
parent547e90f2811c3392096439bc05a74a73b4ff5c4a
tests: add more memory for rgw_multsite scenarios

Adding more memory to VMs for rgw_multisite scenarios could avoid this error
I have recently hit in the CI:

(It is worth it to set 1024Mb since there is only 2 nodes in those
scenarios.)

```
fatal: [osd0]: FAILED! => {
    "changed": false,
    "cmd": [
        "docker",
        "run",
        "--rm",
        "--entrypoint",
        "/usr/bin/ceph",
        "docker.io/ceph/daemon:latest-luminous",
        "--version"
    ],
    "delta": "0:00:04.799084",
    "end": "2018-10-29 17:10:39.136602",
    "rc": 1,
    "start": "2018-10-29 17:10:34.337518"
}

STDERR:

Traceback (most recent call last):
  File "/usr/bin/ceph", line 125, in <module>
    import rados
ImportError: libceph-common.so.0: cannot map zero-fill pages: Cannot allocate memory
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/centos/7/rgw-multisite-container/secondary/vagrant_variables.yml
tests/functional/centos/7/rgw-multisite-container/vagrant_variables.yml
tests/functional/centos/7/rgw-multisite/secondary/vagrant_variables.yml
tests/functional/centos/7/rgw-multisite/vagrant_variables.yml