From f89f620909d7151fe8d4690889acde646794a1eb Mon Sep 17 00:00:00 2001 From: varsha teratipally Date: Fri, 8 Jan 2021 22:09:58 +0000 Subject: [PATCH] added new line in the known_modules.json --- config/guestosconfig/known-modules.json | 2 +- pkg/systemstatsmonitor/osfeature_collector.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/guestosconfig/known-modules.json b/config/guestosconfig/known-modules.json index 433873b5..3ef8bb66 100644 --- a/config/guestosconfig/known-modules.json +++ b/config/guestosconfig/known-modules.json @@ -66,4 +66,4 @@ { "moduleName":"net_failover"}, { "moduleName": "failover"}, { "moduleName":"i2c_piix4"} -] \ No newline at end of file +] diff --git a/pkg/systemstatsmonitor/osfeature_collector.go b/pkg/systemstatsmonitor/osfeature_collector.go index 969769c6..170affe7 100644 --- a/pkg/systemstatsmonitor/osfeature_collector.go +++ b/pkg/systemstatsmonitor/osfeature_collector.go @@ -89,7 +89,7 @@ func (ofc *osFeatureCollector) recordFeaturesFromCmdline(cmdlineArgs []system.Cm } } -// recordFeaturesFromCmdline records the guest OS features that can be derived +// recordFeaturesFromModules records the guest OS features that can be derived // from the /proc/modules // The following features are recorded: // 1. GPUSupport based on the presence of nvidia module