Stop and disable libvirtd service on controller

The libvirtd service is enabled and running unnecessarily on
controller node.
This change disables and stop the libvirtd service on controller
nodes.

Change-Id: Iaabaf571f6ec3c08db16a309a845d3bd4c150e1a
This commit is contained in:
Rajesh Tailor 2019-07-03 15:53:00 +05:30
parent 42fc5fbe49
commit 6a1b92d402

View File

@ -0,0 +1,7 @@
#!/bin/bash
set -eux
set -o pipefail
systemctl stop libvirtd
systemctl disable libvirtd