Yaniv Bronhaim has submitted this change and it was merged. Change subject: net config: make sure ifcfg files are not persisted on node ......................................................................
net config: make sure ifcfg files are not persisted on node When setting up networking, a multitude of ifcfg files may be modified. If we are using the (default) 'unified' persistence mode, we expect that none of these modification is to be persisted for the next boot. However already-persisted ifcfg files would; unpersisted files won't, which lead to the inconsistent state reported in the bug. In this patch we make sure that none of our changes to ifcfg files is to be persisted. Change-Id: Ia61b2385ce0bf44a67f627caf5b73b68992349fd Bug-Url: https://bugzilla.redhat.com/1165203 Signed-off-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/36985 Reviewed-by: Douglas Schilling Landgraf <[email protected]> Tested-by: Douglas Schilling Landgraf <[email protected]> Reviewed-on: http://gerrit.ovirt.org/37016 Reviewed-by: Yaniv Bronhaim <[email protected]> Tested-by: Yaniv Bronhaim <[email protected]> --- M vdsm/network/configurators/ifcfg.py 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Yaniv Bronhaim: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/37016 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia61b2385ce0bf44a67f627caf5b73b68992349fd Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[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
