diff --git a/pkg/controller/baremetalhost/baremetalhost_controller.go b/pkg/controller/baremetalhost/baremetalhost_controller.go index 0c2e27e2a5..73d2bca471 100644 --- a/pkg/controller/baremetalhost/baremetalhost_controller.go +++ b/pkg/controller/baremetalhost/baremetalhost_controller.go @@ -438,10 +438,6 @@ func (r *ReconcileBareMetalHost) actionDeleting(prov provisioner.Provisioner, in return actionError{errors.Wrap(err, "failed to delete")} } if provResult.Dirty { - err = r.saveHostStatus(info.host) - if err != nil { - return actionError{errors.Wrap(err, "failed to save host after deleting")} - } return actionContinue{provResult.RequeueAfter} }