mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
log the reconstructed device and add break
This commit is contained in:
parent
8def74f394
commit
0fd4cbcac4
@ -215,6 +215,8 @@ func (plugin *localVolumePlugin) ConstructVolumeSpec(volumeName, mountPath strin
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
klog.V(4).Infof("local: reconstructing volume %q (pod volume mount: %q) with device %q", volumeName, mountPath, path)
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
localVolume := &v1.PersistentVolume{
|
localVolume := &v1.PersistentVolume{
|
||||||
|
Loading…
Reference in New Issue
Block a user