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 <akhilerm@gmail.com>
  • Loading branch information
iyashu and akhilerm committed 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
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.