Change in vdsm[master]: net: use the correct dict with all the networks for disable_...

osvoboda at redhat.com osvoboda at redhat.com
Tue Feb 23 19:41:24 UTC 2016


Ondřej Svoboda has uploaded a new change for review.

Change subject: net: use the correct dict with all the networks for disable_ipv6 restoration
......................................................................

net: use the correct dict with all the networks for disable_ipv6 restoration

In a backport it was shown that using only the networks that require
restoration is not sufficient.

Change-Id: If49f549d91c54cb7b3c31a23436008dc1c622682
Bug-Url: https://bugzilla.redhat.com/1219363
Signed-off-by: Ondřej Svoboda <osvoboda at redhat.com>
---
M vdsm/vdsm-restore-net-config
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/40/53940/1

diff --git a/vdsm/vdsm-restore-net-config b/vdsm/vdsm-restore-net-config
index e3c2ee5..a64f7ce 100755
--- a/vdsm/vdsm-restore-net-config
+++ b/vdsm/vdsm-restore-net-config
@@ -140,7 +140,7 @@
         setupNetworks(nets, bonds, {'connectivityCheck': False,
                                     '_inRollback': True})
     if ipv6_supported():
-        _restore_disable_ipv6(nets)
+        _restore_disable_ipv6(available_config.networks)
 
 
 def _verify_all_devices_are_up(owned_ifcfg_files):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If49f549d91c54cb7b3c31a23436008dc1c622682
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ondřej Svoboda <osvoboda at redhat.com>


More information about the vdsm-patches mailing list