1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

bug #2844: Support em interface names in kvm-probes.d/kvm.rb

This commit is contained in:
Vladislav Gorbunov 2014-04-22 15:07:39 +02:00 committed by Javi Fontan
parent fe67faa255
commit 395b20830a

View File

@ -43,7 +43,7 @@ nodeinfo_text.split(/\n/).each{|line|
# for everything else, top & proc
#####
NETINTERFACE = "eth|bond"
NETINTERFACE = "eth|bond|em|p[0-9]+p[0-9]+"
top_text=`top -bin2`
exit(-1) if $?.exitstatus != 0