diff --git a/pkg/volume/util/operationexecutor/operation_executor.go b/pkg/volume/util/operationexecutor/operation_executor.go index 15c425cbfd8..a85e61a6fbb 100644 --- a/pkg/volume/util/operationexecutor/operation_executor.go +++ b/pkg/volume/util/operationexecutor/operation_executor.go @@ -561,7 +561,7 @@ func (oe *operationExecutor) generateVolumesAreAttachedFunc( if !check { actualStateOfWorld.MarkVolumeAsDetached(volumeSpecMap[spec], nodeName) glog.V(1).Infof("VerifyVolumesAreAttached determined volume %q (spec.Name: %q) is no longer attached to node %q, therefore it was marked as detached.", - volumeSpecMap[spec], spec.Name()) + volumeSpecMap[spec], spec.Name(), nodeName) } } }