Giuseppe Vallarelli has posted comments on this change.

Change subject: Extract helper functions to update nic and bonding's mtu
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File vdsm/netconf/ifcfg.py
Line 637:     def setBondingMtu(self, bonding, newmtu):
Line 638:         self.setIfaceMtu(bonding, newmtu)
Line 639:         slaves = netinfo.slaves(bonding)
Line 640:         for slave in slaves:
Line 641:             self.setIfaceMtu(slave, newmtu)
Ok, great! :)
Line 642: 
Line 643:     def setNewMtu(self, network, bridged, _netinfo=None):
Line 644:         """
Line 645:         Set new MTU value to network and its interfaces


--
To view, visit http://gerrit.ovirt.org/14871
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic82b1d9a27492619548f1c7ba3fced79ee68a1a8
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu <wu...@linux.vnet.ibm.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegu...@redhat.com>
Gerrit-Reviewer: Giuseppe Vallarelli <gvall...@redhat.com>
Gerrit-Reviewer: Mark Wu <wu...@linux.vnet.ibm.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to