Change in vdsm[master]: libvirt configurator: listen to ipv6, too

danken at redhat.com danken at redhat.com
Tue Mar 3 13:36:01 UTC 2015


Dan Kenigsberg has uploaded a new change for review.

Change subject: libvirt configurator: listen to ipv6, too
......................................................................

libvirt configurator: listen to ipv6, too

By default, libvirtd listens to all local addresses, ipv4 and ipv6
alike. Our setting of listen_addr="0.0.0.0" changes that to ipv4 only.

This patch drops this config to enable future migration of ipv6.

Change-Id: Icc04f5acdbff07f8dab938591485048e89404f47
Signed-off-by: Dan Kenigsberg <danken at redhat.com>
---
M lib/vdsm/tool/configurators/libvirt.py
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/28/38328/1

diff --git a/lib/vdsm/tool/configurators/libvirt.py b/lib/vdsm/tool/configurators/libvirt.py
index 452a15a..7ad07b9 100644
--- a/lib/vdsm/tool/configurators/libvirt.py
+++ b/lib/vdsm/tool/configurators/libvirt.py
@@ -305,7 +305,7 @@
 # version != PACKAGE_VERSION since we do not want to update configuration
 # on every update. see 'configuration versioning:' at Configfile.py for
 # details.
-CONF_VERSION = '4.13.0'
+CONF_VERSION = '4.17.0'
 
 PKI_DIR = os.path.join(constants.SYSCONF_PATH, 'pki/vdsm')
 LS_CERT_DIR = os.path.join(PKI_DIR, 'libvirt-spice')
@@ -335,7 +335,6 @@
             {
                 'conditions': {},
                 'content': {
-                    'listen_addr': '"0.0.0.0"',
                     'unix_sock_group': (
                         '"' + constants.QEMU_PROCESS_GROUP + '"'),
                     'unix_sock_rw_perms': '"0770"',


-- 
To view, visit https://gerrit.ovirt.org/38328
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icc04f5acdbff07f8dab938591485048e89404f47
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>


More information about the vdsm-patches mailing list