Skip to content

Commit

Permalink
Stop and disable libvirtd-tls.socket in intial clean
Browse files Browse the repository at this point in the history
If the libvirtd-tls.socket service is not disabled, then the
libvirtd will fail to start with error "Cannot read certificate
'/etc/pki/libvirt/servercert.pem': No such file or directory."
if we reattempt after a failed deployment. The libvirtd
will check for the certificates if the tls socket service is
enabled and fails with the mentioned errors.
  • Loading branch information
nijinashok committed Jun 9, 2020
1 parent fbdc9cb commit 7188dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/initial_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
- ovirt-ha-agent
- ovirt-ha-broker
- vdsmd
- libvirtd-tls.socket
- name: Restore initial libvirt default network configuration
copy:
remote_src: true
Expand Down

0 comments on commit 7188dc2

Please sign in to comment.