From 950a6ae40650ebecc0073cc71df7fbaeb769ec30 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 21 Jan 2021 15:26:09 -0500 Subject: [PATCH] cephadm-adopt: remove prometheus workaround This was fixed by [1][2] [1] https://tracker.ceph.com/issues/45120 [2] https://github.com/ceph/ceph/commit/252d4b30 Signed-off-by: Dimitri Savineau --- infrastructure-playbooks/cephadm-adopt.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index 3cc84cae7..9127dd10e 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -959,15 +959,6 @@ path: /var/lib/prom_metrics state: absent - # (workaround) https://tracker.ceph.com/issues/45120 - - name: create missing prometheus target directory - file: - path: '/var/lib/ceph/{{ fsid }}/prometheus.{{ ansible_hostname }}/etc/prometheus' - state: directory - owner: 65534 - group: 65534 - recurse: true - - name: adopt prometheus daemon cephadm_adopt: name: "prometheus.{{ ansible_hostname }}" -- 2.39.5