Skip to content

Commit

Permalink
Merge pull request #139 from iamniting/lvm_volumegroup
Browse files Browse the repository at this point in the history
fix: fix ensureCreated of lvmVG via returning an error
  • Loading branch information
openshift-merge-robot authored Apr 4, 2022
2 parents 009cdf4 + c478b0f commit 41db655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/lvm_volumegroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func (c lvmVG) ensureCreated(r *LVMClusterReconciler, ctx context.Context, lvmCl

if err != nil {
r.Log.Error(err, "failed to reconcile LVMVolumeGroup", "name", volumeGroup.Name)
return err
} else {
r.Log.Info("LVMVolumeGroup", "operation", result, "name", volumeGroup.Name)
}
Expand Down

0 comments on commit 41db655

Please sign in to comment.