Skip to content

Commit

Permalink
Adding logs
Browse files Browse the repository at this point in the history
Signed-off-by: anisha.kj <[email protected]>
  • Loading branch information
anishakj committed Oct 10, 2023
1 parent eeebe48 commit 3986b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ func (r *PravegaClusterReconciler) syncSegmentStoreVersion(p *pravegav1beta1.Pra
return false, err
}
if *sts.Spec.Replicas == (int32)(len(pods)) {
log.Infof("All segmentstore pods are upadted")
return false, nil
}
return false, fmt.Errorf("could not obtain outdated pod")
Expand Down

0 comments on commit 3986b90

Please sign in to comment.