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
(cherry picked from commit 6a1b92d402)
(cherry picked from commit c89fe3cd92)
This commit is contained in:
Rajesh Tailor 2019-07-03 15:53:00 +05:30
parent 81729a1fd3
commit 8813bfa061
1 changed files with 7 additions and 0 deletions

View File

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