Skip to content

Commit

Permalink
Addressed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell committed Dec 18, 2024
1 parent 6c3b863 commit 01c5128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/snap.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ func (s *service) UnlinkTargets(ctx context.Context, symID, srcDevID string, pma
return nil
}

// IsSnapshotLicensed return true if the symmetrix array has
// SnapVX license
// This function checks if the PowerMax array has the SnapVX license.
// It returns an error if the array does not meet the expectations.
func (s *service) IsSnapshotLicensed(ctx context.Context, symID string, pmaxClient pmax.Pmax) (err error) {
if _, err := pmaxClient.IsAllowedArray(symID); err != nil {
return err
Expand Down

0 comments on commit 01c5128

Please sign in to comment.