Skip to content

Commit f89f620

Browse files
committed
added new line in the known_modules.json
1 parent eb38b4b commit f89f620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/guestosconfig/known-modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
{ "moduleName":"net_failover"},
6767
{ "moduleName": "failover"},
6868
{ "moduleName":"i2c_piix4"}
69-
]
69+
]

pkg/systemstatsmonitor/osfeature_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func (ofc *osFeatureCollector) recordFeaturesFromCmdline(cmdlineArgs []system.Cm
8989
}
9090
}
9191

92-
// recordFeaturesFromCmdline records the guest OS features that can be derived
92+
// recordFeaturesFromModules records the guest OS features that can be derived
9393
// from the /proc/modules
9494
// The following features are recorded:
9595
// 1. GPUSupport based on the presence of nvidia module

0 commit comments

Comments
 (0)