Dan Kenigsberg has uploaded a new change for review.

Change subject: follow modern naming of wifi devices
......................................................................

follow modern naming of wifi devices

Fedora has forsaken wlan* names, but sampling wifi device still spams
the logs with

  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 235, in speed
    s = int(file('/sys/class/net/%s/speed' % dev).read())
IOError: [Errno 22] Invalid argument

Change-Id: Ia0f19269ab3da32af06623d18dcbc1e3b997d013
Signed-off-by: Dan Kenigsberg <[email protected]>
---
M lib/vdsm/config.py.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/32/17332/1

diff --git a/lib/vdsm/config.py.in b/lib/vdsm/config.py.in
index ce1056d..bdbd91a 100644
--- a/lib/vdsm/config.py.in
+++ b/lib/vdsm/config.py.in
@@ -64,7 +64,7 @@
             'How often (in seconds) should the monitor thread pulse, 0 means '
             'the thread is disabled.'),
 
-        ('hidden_nics', 'wlan*,usb*',
+        ('hidden_nics', 'w*,usb*',
             'Comma-separated list of fnmatch-patterns for host nics to be '
             'hidden from vdsm.'),
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0f19269ab3da32af06623d18dcbc1e3b997d013
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to