Skip to content

Commit

Permalink
Updated and closing The aggregate is not getting designated as local …
Browse files Browse the repository at this point in the history
…tier. #16
  • Loading branch information
cburchett committed May 14, 2023
1 parent 9424f87 commit 50e430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/12aggregates.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func (r *StorageVirtualMachineReconciler) reconcileAggregates(ctx context.Contex

log.Info("STEP 12: Update SVM aggregates")
var patchSVM ontap.SvmPatch
needToUpdate := true //default to always update
needToUpdate := true //default to always update #16

// interate over custom resoource svmCR and look for differences in retrieved SVM
if svmCR.Spec.Aggregates != nil {
Expand Down

0 comments on commit 50e430a

Please sign in to comment.