From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: net: Persist running config accross reboots ...................................................................... net: Persist running config accross reboots Relocating running config from /var/run to /var/lib, making it persitent accross reboots. Running config represents a staging state, between the safe state and the actual/current state (read mainly from the kernel). As we have done so far, we assume that running config is in sync with the actual state. In future patches, we will aim to reduce running config content, leaving only the information needed to identify which components are owned by VDSM networking and possibly some additional metadata that cannot be persisted on the device level. Change-Id: I5fb2f53bbebb8faf57fededb15a2af8fa9dfc125 Signed-off-by: Edward Haas <[email protected]> --- M contrib/shell_helper M lib/vdsm/network/netconfpersistence.py M tests/functional/networkTests.py M vdsm.spec.in M vdsm/Makefile.am M vdsm/vdsm-restore-net-config M vdsm/vdsm-store-net-config.in 7 files changed, 16 insertions(+), 58 deletions(-) Approvals: Jenkins CI: Passed CI tests Petr Horáček: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved Edward Haas: Verified -- To view, visit https://gerrit.ovirt.org/72343 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5fb2f53bbebb8faf57fededb15a2af8fa9dfc125 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master 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]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
