mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-14 20:56:42 +00:00
Merge pull request #302 from marquiz/devel/source-fix
Oneliner fixes to sources
This commit is contained in:
commit
36f6b925a1
2 changed files with 1 additions and 2 deletions
|
@ -91,7 +91,6 @@ func (s Source) Discover() (source.Features, error) {
|
|||
if cpuidFilter == nil {
|
||||
initCpuidFilter()
|
||||
}
|
||||
log.Printf("CONF: %s", Config)
|
||||
|
||||
// Check if hyper-threading seems to be enabled
|
||||
found, err := haveThreadSiblings()
|
||||
|
|
|
@ -26,7 +26,7 @@ import (
|
|||
|
||||
// Custom Features Configurations
|
||||
type MatchRule struct {
|
||||
PciId *rules.PciIdRule `json:"pciId,omitempty""`
|
||||
PciId *rules.PciIdRule `json:"pciId,omitempty""`
|
||||
LoadedKMod *rules.LoadedKModRule `json:"loadedKMod,omitempty""`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue