Yaniv Bronhaim has uploaded a new change for review. Change subject: Fix of clean old files - adding *.sock files to list ......................................................................
Fix of clean old files - adding *.sock files to list Change-Id: I70c08d767f3dbb931da2d5607f8d686de11479f0 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm/clientIF.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/8601/1 diff --git a/vdsm/clientIF.py b/vdsm/clientIF.py index ac2134f..c21bafc 100644 --- a/vdsm/clientIF.py +++ b/vdsm/clientIF.py @@ -457,7 +457,7 @@ try: vmId, fileType = f.split(".", 1) if fileType in ["guest.socket", "monitor.socket", "pid", - "stdio.dump", "recovery", "time"]: + "stdio.dump", "recovery", "sock", "time"]: if vmId in self.vmContainer: continue if f == 'vdsmd.pid': -- To view, visit http://gerrit.ovirt.org/8601 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I70c08d767f3dbb931da2d5607f8d686de11479f0 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
