From 7b51c1cd769ea4de1c3b965012139ebbcf424bb9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 15 Dec 2016 20:37:49 +0000 Subject: [PATCH] lvmetad: die die die --- roles/virthost/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/virthost/tasks/main.yml b/roles/virthost/tasks/main.yml index f57ec88f6f..21d597d216 100644 --- a/roles/virthost/tasks/main.yml +++ b/roles/virthost/tasks/main.yml @@ -78,6 +78,13 @@ - config - nolvmetad +# Also kill the service with fire +- name: disable lvm2-lvmetad service + service: name=lvm2-lvmetad state=stopped enabled=no + tags: + - config + - nolvmetad + - name: set bridging to work right - copy: src="{{ files }}/virthost/99-bridge.rules" dest=/etc/udev/rules.d/99-bridge.rules notify: