]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Container: Fixing service name lvm2-lvmetad
authorVasishtaShastry <vipin.indiasmg@gmail.com>
Mon, 14 Jun 2021 12:08:51 +0000 (17:38 +0530)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 16 Jun 2021 23:50:27 +0000 (01:50 +0200)
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 <vipin.indiasmg@gmail.com>
roles/ceph-container-common/tasks/prerequisites.yml

index 1baf96a055cba3b2ccf3257a05dff3cb060cda7d..cd4e801b6ab81f52b22675c05824b521bf39c204 100644 (file)
@@ -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