Dan Kenigsberg has submitted this change and it was merged. Change subject: Check if core is a directory before cleaning ......................................................................
Check if core is a directory before cleaning On some systems /var/log/core might not exist, so they will get an email every hour that /var/log/core could not be found. This is avoided by checking if the directory exists before cleaning it. Change-Id: I40e0c79455f9a7de57fd63f48ef84a2bf1826ad9 Signed-off-by: Ewoud Kohl van Wijngaarden <[email protected]> --- M vdsm/vdsm-logrotate 1 file changed, 6 insertions(+), 4 deletions(-) Approvals: Ewoud Kohl van Wijngaarden: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/6477 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I40e0c79455f9a7de57fd63f48ef84a2bf1826ad9 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ewoud Kohl van Wijngaarden <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
