Skip to content

Commit

Permalink
start connection monitoring during node initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrey1330 committed Jan 10, 2025
1 parent de0cb68 commit 7d49757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/spdk/nodeserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func newNodeServer(d *csicommon.CSIDriver) (*nodeServer, error) {
return nil, err
}

go monitorConnection(ns.spdkNode)
go util.monitorConnection(ns.spdkNode)

Check failure on line 133 in pkg/spdk/nodeserver.go

View workflow job for this annotation

GitHub Actions / Build

undefined: util.monitorConnection

return ns, nil
}
Expand Down

0 comments on commit 7d49757

Please sign in to comment.