Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Romani <[email protected]>
  • Loading branch information
ffromani committed Aug 9, 2024
1 parent 0f41473 commit b24c4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/tuned/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,8 @@ func RunInCluster(stopCh <-chan struct{}, version string) error {

profileFP := profilesFingerprint(profiles, recommended)
c.daemon.profileFingerprintUnpacked = profileFP
klog.Infof("starting: profile fingerprint unpacked %q", profileFP)
c.daemon.recommendedProfile = recommended
klog.Infof("starting: profile unpacked is %q fingerprint %q", recommended, profileFP)

deferredFP, isNodeReboot, err := c.recoverAndClearDeferredUpdate()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/deferred/updates.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var _ = ginkgo.Describe("[deferred][inplace-update] Profile deferred", ginkgo.La
}
})

ginkgo.It("should not trigger changes when applied fist", func(ctx context.Context) {
ginkgo.It("should trigger changes when applied fist, then deferred when edited", func(ctx context.Context) {
/*
* notes about manifests to be used in this test:
* - manifests are already annotated natively (no need to call setDeferred)
Expand Down

0 comments on commit b24c4f2

Please sign in to comment.