mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: Drop memory flag with bluestore
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit dc1c0dcee2
)
pull/3823/head
parent
bbb8ca6643
commit
efa0083f3c
|
@ -80,7 +80,9 @@ numactl \
|
|||
--privileged=true \
|
||||
--pid=host \
|
||||
--ipc=host \
|
||||
{% if osd_objectstore == 'filestore' -%}
|
||||
--memory={{ ceph_osd_docker_memory_limit }} \
|
||||
{% endif -%}
|
||||
{% if ceph_docker_version.split('.')[0] is version_compare('13', '>=') -%}
|
||||
--cpus={{ ceph_osd_docker_cpu_limit }} \
|
||||
{% else -%}
|
||||
|
|
Loading…
Reference in New Issue