Skip to content

Commit

Permalink
Container: Fixing service name lvm2-lvmetad
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
VasishtaShastry authored and guits committed Jun 16, 2021
1 parent 93f1765 commit e49c38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/ceph-container-common/tasks/prerequisites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e49c38f

Please sign in to comment.