mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: Fix merge conflict from mergify
The PR #3916 was merged automatically by mergify even if there was a confict in the ceph-osd-run.sh.j2 template. This commit resolves the conflict. Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/3919/head
parent
3ae2a687ed
commit
54128db5cd
|
@ -84,13 +84,8 @@ numactl \
|
|||
{% if osd_objectstore == 'filestore' -%}
|
||||
--memory={{ ceph_osd_docker_memory_limit }} \
|
||||
{% endif -%}
|
||||
<<<<<<< HEAD
|
||||
{% if ceph_docker_version.split('.')[0] is version_compare('13', '>=') -%}
|
||||
--cpus={{ ceph_osd_docker_cpu_limit }} \
|
||||
=======
|
||||
{% if (container_binary == 'docker' and ceph_docker_version.split('.')[0] is version_compare('13', '>=')) or container_binary == 'podman' -%}
|
||||
--cpus={{ cpu_limit }} \
|
||||
>>>>>>> c1710687... ceph-osd: Increase cpu limit to 4
|
||||
{% else -%}
|
||||
--cpu-quota={{ cpu_limit * 100000 }} \
|
||||
{% endif -%}
|
||||
|
|
Loading…
Reference in New Issue