From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: net: Introduce bond properties and refactoring options handling ...................................................................... net: Introduce bond properties and refactoring options handling Bond properties are introduced, acting as a superset of bond options. Bond options are properties that affect bond operation and can be modified, where the properties include the options and other informative details (read only ones). The existing options handling has been adjusted to fit the new introduced properties with an aim to simplify and remove duplication. Change-Id: I7f9fe408dabb7009e07cc487d04f32b12b0322e6 Signed-off-by: Edward Haas <[email protected]> --- M lib/vdsm/network/link/bond/__init__.py M lib/vdsm/network/link/bond/sysfs_driver.py M lib/vdsm/network/link/bond/sysfs_options.py M lib/vdsm/network/models.py M lib/vdsm/network/netinfo/bonding.py M lib/vdsm/tool/dump_bonding_opts.py M tests/network/link_bond_test.py M tests/network/netinfo_test.py 8 files changed, 115 insertions(+), 62 deletions(-) Approvals: Dominik Holler: Looks good to me, but someone else must approve 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/71024 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7f9fe408dabb7009e07cc487d04f32b12b0322e6 Gerrit-PatchSet: 11 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Edward Haas <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dominik Holler <[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]
