From: VasishtaShastry Date: Mon, 14 Jun 2021 12:08:51 +0000 (+0530) Subject: Container: Fixing service name lvm2-lvmetad X-Git-Tag: v6.0.9~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e49c38f8b7fc7c6c8ef06173874ece802d58102d;p=ceph-ansible.git Container: Fixing service name lvm2-lvmetad Playbook failing saying: msg: 'Could not find the requested service lvmetad: host' Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1955040 Signed-off-by: VasishtaShastry --- diff --git a/roles/ceph-container-common/tasks/prerequisites.yml b/roles/ceph-container-common/tasks/prerequisites.yml index 1baf96a05..cd4e801b6 100644 --- a/roles/ceph-container-common/tasks/prerequisites.yml +++ b/roles/ceph-container-common/tasks/prerequisites.yml @@ -8,12 +8,12 @@ block: - name: stop lvmetad service: - name: lvmetad + name: lvm2-lvmetad state: stopped - name: disable and mask lvmetad service service: - name: lvmetad + name: lvm2-lvmetad enabled: no masked: yes