Dan Kenigsberg has submitted this change and it was merged. Change subject: storage: Add logging on filesystem altering operations ......................................................................
storage: Add logging on filesystem altering operations The rationale behind this patch is to add logging on filesystem altering operations. Before, no trace was given when creating or deleting symbolic links or removing or renaming files and folders. This patch tries to solve this adding debug messages before the operations are executed. This patch only includes the logging in the VDSM process so no out of process log management is needed. Change-Id: I3602513af123951f71091c03f799e36ea759aa61 Signed-off-by: Xavi Francisco <[email protected]> Reviewed-on: http://gerrit.ovirt.org/26046 Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/storage/blockSD.py M vdsm/storage/blockVolume.py M vdsm/storage/fileSD.py M vdsm/storage/fileUtils.py M vdsm/storage/fileVolume.py M vdsm/storage/sp.py 6 files changed, 36 insertions(+), 7 deletions(-) Approvals: Xavi Francisco: Verified Nir Soffer: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/26046 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3602513af123951f71091c03f799e36ea759aa61 Gerrit-PatchSet: 10 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Xavi Francisco <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Sergey Gotliv <[email protected]> Gerrit-Reviewer: Xavi Francisco <[email protected]> Gerrit-Reviewer: Yoav Kleinberger <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
