]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-osd: Fix merge conflict from mergify
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 24 Apr 2019 16:31:18 +0000 (12:31 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 24 Apr 2019 16:41:23 +0000 (12:41 -0400)
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>
roles/ceph-osd/templates/ceph-osd-run.sh.j2

index 768bccb805cc5d3dd41c81743808468dc654793a..f951c44aaf015176ff9ee6c3f13a7f925bede167 100644 (file)
@@ -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 -%}