Skip to content

Commit

Permalink
Revert "Initialize hosts during dynamic secret update" (#367)
Browse files Browse the repository at this point in the history
Reverting commit because driver was working as expected.
  • Loading branch information
lukeatdell authored Oct 28, 2024
1 parent a3e0c25 commit d356bb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/csi-powerstore/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ func main() {
if err != nil {
log.Fatalf("couldn't initialize arrays in node service: %s", err.Error())
}
err = nodeService.Init()
if err != nil {
log.Fatalf("couldn't create node service: %s", err.Error())
}
}
})

Expand Down

0 comments on commit d356bb4

Please sign in to comment.