Petr Šebek has uploaded a new change for review.

Change subject: Monitor bridges using vdsStats
......................................................................

Monitor bridges using vdsStats

Added monitoring bridges to vdsStats. This change answer to rfe 675560.

Change-Id: If73565bf62f339e338d65b0200a1ba7f1131b706
Bug-Url: https://bugzilla.redhat.com/675560
Signed-off-by: Petr Sebek <pse...@redhat.com>
---
M vdsm/clientIF.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/16227/1

diff --git a/vdsm/clientIF.py b/vdsm/clientIF.py
index 073523f..5168687 100644
--- a/vdsm/clientIF.py
+++ b/vdsm/clientIF.py
@@ -82,7 +82,7 @@
             self.gluster = None
         try:
             self.vmContainer = {}
-            ifids = netinfo.nics() + netinfo.bondings()
+            ifids = netinfo.nics() + netinfo.bondings() + netinfo.bridges()
             ifrates = map(netinfo.speed, ifids)
             self._hostStats = sampling.HostStatsThread(
                 cif=self, log=log, ifids=ifids,


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If73565bf62f339e338d65b0200a1ba7f1131b706
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Petr Šebek <pse...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to