]> 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:03 +0000 (10:49 +0200)
commitfea7044f464525fdafcb23d4dd12169d2308c90a
treebe92c88813bbd32d2a1ded7e3e446b5935e0c2fb
parent813e155351c8e893493b0414045f9f87d8a06626
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