Skip to content

Commit

Permalink
Make Guest information on vNICs is missing, cannot preserve static IP…
Browse files Browse the repository at this point in the history
…s a warning instead of critical error

Signed-off-by: yaacov <[email protected]>
  • Loading branch information
yaacov committed Oct 31, 2024
1 parent e4c08be commit d72e4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/plan/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ func (r *Reconciler) validateVM(plan *api.Plan) error {
Type: VMMissingGuestIPs,
Status: True,
Reason: MissingGuestInfo,
Category: Critical,
Message: "Guest information on vNICs is missing, cannot preserve static IPs. Make sure VMware tools are installed and the VM is running.",
Category: Warn,
Message: "Guest information on vNICs is missing, cannot preserve static IPs. If this machine has static IP, make sure VMware tools are installed and the VM is running.",
Items: []string{},
}
missingCbtForWarm := libcnd.Condition{
Expand Down

0 comments on commit d72e4d7

Please sign in to comment.