From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged. ( https://gerrit.ovirt.org/79378 )
Change subject: net: NM acquire should ignore duplicate ifcfg files ...................................................................... net: NM acquire should ignore duplicate ifcfg files When quering NM DBUS to translate a file path to a connection ID, an error with "is not an ifcfg base file" is raised when the file is a copy of an existing ifcfg file (a backup). This patch ignores these king of error the same way it did for non ifcfg files that are named with the ifcfg prefix. Change-Id: I337db762d7c6f6247894d7f75096328f5726c273 Bug-Url: https://bugzilla.redhat.com/1441530 Signed-off-by: Edward Haas <[email protected]> --- M lib/vdsm/network/nm/nmdbus/__init__.py 1 file changed, 6 insertions(+), 3 deletions(-) Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/79378 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I337db762d7c6f6247894d7f75096328f5726c273 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.1 Gerrit-Owner: Edward Haas <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Edward Haas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Petr Horáček <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
