diff --git a/pkg/volume/cinder/attacher.go b/pkg/volume/cinder/attacher.go index 048fcabe9dc..dab97b9b9c4 100644 --- a/pkg/volume/cinder/attacher.go +++ b/pkg/volume/cinder/attacher.go @@ -240,7 +240,6 @@ func (attacher *cinderDiskAttacher) WaitForAttach(spec *volume.Spec, devicePath defer timer.Stop() for { - probeAttachedVolume() select { case <-ticker.C: glog.V(5).Infof("Checking Cinder disk %q is attached.", volumeID)