Nir Soffer has uploaded a new change for review. Change subject: multiapth: Tell the user about backups ......................................................................
multiapth: Tell the user about backups After backing multipath.conf, tell the user about it, in case the user would like to remove the backups later. Change-Id: I9e16c34c2a7410d78b7351fd0a6b7fc9c527d668 Signed-off-by: Nir Soffer <[email protected]> --- M lib/vdsm/tool/configurators/multipath.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/67/44867/1 diff --git a/lib/vdsm/tool/configurators/multipath.py b/lib/vdsm/tool/configurators/multipath.py index 18e0988..8e4d762 100644 --- a/lib/vdsm/tool/configurators/multipath.py +++ b/lib/vdsm/tool/configurators/multipath.py @@ -128,6 +128,7 @@ except OSError as e: if e.errno != errno.ENOENT: raise + sys.stdout.write("Backup multipath.conf to %r\n" % backup) utils.persist(backup) with tempfile.NamedTemporaryFile() as f: -- To view, visit https://gerrit.ovirt.org/44867 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9e16c34c2a7410d78b7351fd0a6b7fc9c527d668 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
