]> 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>
Mon, 10 Oct 2022 08:58:47 +0000 (10:58 +0200)
commit8b983cfdbf77a8aada81b32dcbd2881025b0bfdb
tree4b898fcca51591b55d2ed3fa638bd59cea1c2ca5
parent613773b2a3efcf7e9ccd562969bf8bca8c242377
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>
roles/ceph-osd/tasks/main.yml