Skip to content

Commit

Permalink
Update pkg/driver/agent.go
Browse files Browse the repository at this point in the history
Co-authored-by: Akhil Mohan <[email protected]>
  • Loading branch information
iyashu and akhilerm authored Feb 17, 2021
1 parent ef941f5 commit 4bdd2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func NewNode(d *CSIDriver) csi.NodeServer {

// set up signals so we handle the first shutdown signal gracefully
stopCh := signals.SetupSignalHandler()

// start the lvm node resource watcher
go func() {
err := lvmnode.Start(&ControllerMutex, stopCh)
if err != nil {
Expand Down

0 comments on commit 4bdd2cf

Please sign in to comment.