Dan Kenigsberg has submitted this change and it was merged. Change subject: Use 'yum clean expire-cache' instead of 'yum clean all' ......................................................................
Use 'yum clean expire-cache' instead of 'yum clean all' It's observed that cleaning all yum caches could cause a ssh timeout during host installation. 'yum clean expire-cache' is much more light weight and 'yum clean all'. If the cache is still valid, nothing significant will be deleted. This idea is taken from Greg Padgett. Change-Id: I1019690e4a27caeff923655f9562892ce7f909af Signed-off-by: Mark Wu <[email protected]> --- M vdsm_reg/deployUtil.py.in 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Douglas Schilling Landgraf: Looks good to me, but someone else must approve Mark Wu: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8206 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1019690e4a27caeff923655f9562892ce7f909af Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Greg Padgett <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
