// If volume is not safe to detach (is mounted) wait a max amount of time before detaching anyway.
// If volume is not safe to detach (is mounted) wait a max amount of time before detaching anyway.
iftimeElapsed>rc.maxWaitForUnmountDuration{
iftimeElapsed>rc.maxWaitForUnmountDuration{
glog.V(5).Infof("Attempting to start DetachVolume for volume %q from node %q. Volume is not safe to detach, but maxWaitForUnmountDuration expired.",attachedVolume.VolumeName,attachedVolume.NodeName)
glog.V(5).Infof("Attempting to start DetachVolume for volume %q from node %q. Volume is not safe to detach, but maxWaitForUnmountDuration expired.",attachedVolume.VolumeName,attachedVolume.NodeName)