Skip to content

Commit

Permalink
Update powermax.go
Browse files Browse the repository at this point in the history
Changes for volume limits feature
  • Loading branch information
Lakshmi3004 authored and tssushma committed Aug 10, 2023
1 parent 521c389 commit 93bcb18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/drivers/powermax.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func ModifyPowermaxCR(yamlString string, cr csmv1.ContainerStorageModule, fileTy
yamlString = strings.ReplaceAll(yamlString, CSIPmaxVsphereHostname, vsphereHostname)
yamlString = strings.ReplaceAll(yamlString, CSIPmaxVsphereHost, vsphereHost)
yamlString = strings.ReplaceAll(yamlString, CSIPmaxChap, nodeChap)
yamlstring = strings.ReplaceAll(yamlString, CsiPmaxMaxVolumesPerNode, maxVolumesPerNode)
case "Controller":
for _, env := range cr.Spec.Driver.Common.Envs {
if env.Name == "X_CSI_MANAGED_ARRAYS" {
Expand Down

0 comments on commit 93bcb18

Please sign in to comment.