Dan Kenigsberg has submitted this change and it was merged. Change subject: storage: failure to reconnect to authenticated iSCSI LUNs ......................................................................
storage: failure to reconnect to authenticated iSCSI LUNs Fix failure to reconnect to iSCSI storage domains on LUNs requiring authentication due to missing CHAP credentials. The credentials were sent to VDSM when connecting sessions on the host, but VDSM was not sending them back to the engine when the engine queried for connection properties. Without this, the engine couldn't store them in the database, and thus couldn't send them back out to any host trying to connect (or reconnect) the storage. Change-Id: Id717ee5b45adede4f9094f842ead06b0ba91f8b2 Signed-off-by: Greg Padgett <[email protected]> --- M vdsm/storage/iscsi.py M vdsm/storage/multipath.py M vdsm/supervdsmServer.py 3 files changed, 13 insertions(+), 4 deletions(-) Approvals: Ayal Baron: Looks good to me, approved Greg Padgett: Verified Saggi Mizrahi: Looks good to me, but someone else must approve Dan Kenigsberg: -- To view, visit http://gerrit.ovirt.org/8523 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id717ee5b45adede4f9094f842ead06b0ba91f8b2 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Greg Padgett <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Greg Padgett <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
