diff --git a/csi/src/nodeserver.go b/csi/src/nodeserver.go index f4f10414..bb98f8e9 100644 --- a/csi/src/nodeserver.go +++ b/csi/src/nodeserver.go @@ -176,6 +176,7 @@ func (ns *NodeServer) unmapNbd(devicePath string) func findByPidFile(pidFile string) (*os.Process, error) { + klog.Infof("killing process with PID from file %s", pidFile) pidBuf, err := os.ReadFile(pidFile) if (err != nil) {