libvirtd override

Bug #1715416 reported by admin0
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Invalid
Undecided
Unassigned

Bug Description

Currently, the file

/etc/libvirt/libvirtd.conf is # Ansible managed

However, there is no override present that allows an operator to make changes to this file.

A real need for this is to enable live migration without using shared storage. This will allow an operator to migrate instances off the compute node without downtime.

Currently the file defaults are:

# Ansible managed

listen_tls = 1
listen_tcp = 0
unix_sock_group = "libvirt"
unix_sock_ro_perms = "0777"
unix_sock_rw_perms = "0770"
auth_unix_ro = "none"
auth_unix_rw = "none"
auth_tcp = "sasl"

Changes needed for live migration

# Ansible managed

listen_tls = 0
listen_tcp = 1
unix_sock_group = "libvirt"
unix_sock_ro_perms = "0777"
unix_sock_rw_perms = "0770"
auth_unix_ro = "none"
auth_unix_rw = "none"
auth_tcp = "none"

+ libvirt to listen on 0.0.0.0

--
The current defaults can stay, or we can enable the new defaults so that live-migration works out of the box.

Or this can also be toggled via

enable_live_migrations = true/false [I double who doesn't want this feature]

Thanks,
Shashi

Revision history for this message
Jean-Philippe Evrard (jean-philippe-evrard) wrote :
Revision history for this message
Jean-Philippe Evrard (jean-philippe-evrard) wrote :

Please also see our bug triage conversation.

Changed in openstack-ansible:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.