]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-osd: remove unused ceph config set for osd_memory_target
authorSeena Fallah <seenafallah@gmail.com>
Sat, 24 Sep 2022 17:49:09 +0000 (19:49 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 12 Oct 2022 08:49:27 +0000 (10:49 +0200)
commitd31e419e0e7ce2f966c048d3f67dbb3fa03e915d
tree3e5d57d347b9cb6af922a24933ba988ab331b16c
parent3d65113e2694b86eefd470a18e6647783fc6384f
ceph-osd: remove unused ceph config set for osd_memory_target

As the conf is always being set in the config file there is no need to set it in with `ceph config`.
Also this will make it hard to run the playbook with the `ceph_update_config` tag as it won't run and will create an inconsistency between the config managements of the cluster

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit 8b983cfdbf77a8aada81b32dcbd2881025b0bfdb)
roles/ceph-osd/tasks/main.yml