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

bug #4296: disable pci monitoring by default

This commit is contained in:
Javi Fontan 2016-05-05 15:28:19 +02:00
parent 244eec96ff
commit 959435c4af

View File

@ -31,7 +31,7 @@
# FILTER = '10de:11bf:0300' # only GK104GL [GRID K2]
# FILTER = '8086::0300,::0106' # all Intel VGA cards and any SATA controller
FILTER = "::0300"
FILTER = "0000:0000"
require 'shellwords'