We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13e9f6 commit ea8c1aeCopy full SHA for ea8c1ae
pkg/volume/flexvolume/probe.go
@@ -33,7 +33,7 @@ import (
33
)
34
35
type flexVolumeProber struct {
36
- mutex sync.RWMutex
+ mutex sync.Mutex
37
pluginDir string // Flexvolume driver directory
38
runner exec.Interface // Interface to use for execing flex calls
39
watcher utilfs.FSWatcher
0 commit comments