Skip to content

Commit

Permalink
fix(vm): add value of the guest os info
Browse files Browse the repository at this point in the history
- add out ret value in 'SetupController'

Signed-off-by: Dmitry Lopatin <lopatindmitr@yandex.ru>
  • Loading branch information
LopatinDmitr committed May 14, 2024
1 parent 53c86ff commit 5d3dd55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func (r *VMReconciler) SetupController(_ context.Context, mgr manager.Manager, c
}

ctr.GetLogger().Info(fmt.Sprintf("dlopatin-debug-log: needForceUpdate == %t", needForceUpdate))
ctr.GetLogger().Info(fmt.Sprintf("dlopatin-debug-log: ret value == %t", !reflect.DeepEqual(oldVM, newVM)))
return !reflect.DeepEqual(oldVM, newVM)
},
},
Expand Down

0 comments on commit 5d3dd55

Please sign in to comment.