Dan Kenigsberg has submitted this change and it was merged. Change subject: Configure iSCSI iface.net_ifacename ......................................................................
Configure iSCSI iface.net_ifacename When using multiple local devices in same subnet to have MPIO, we need to bind each iscsi session to a network device, otherwise system will choose any interface in the same subnet to use for the iSCSI session. Engine now sends the netIfaceName, which defines the network device to be used for each iscsi session. This patch enables vdsm to consume netIfaceName and configures iscsi iface accordingly. Change-Id: I3ebb2f272669b753700b57486d869b21dd16f2d6 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1112861 Signed-off-by: Amador Pahim <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31534 Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/storage/hsm.py M vdsm/storage/iscsi.py 2 files changed, 39 insertions(+), 11 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Amador Pahim: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/31534 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3ebb2f272669b753700b57486d869b21dd16f2d6 Gerrit-PatchSet: 16 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Amador Pahim <[email protected]> Gerrit-Reviewer: Amador Pahim <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Sergey Gotliv <[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
