Change in vdsm[master]: storage: failure to reconnect to authenticated iSCSI LUNs

gpadgett at redhat.com gpadgett at redhat.com
Tue Oct 16 11:45:28 UTC 2012


Greg Padgett has posted comments on this change.

Change subject: storage: failure to reconnect to authenticated iSCSI LUNs
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File vdsm/storage/multipath.py
Line 315:                     # Note that credentials must be sent back in order for
Line 316:                     # the engine to tell vdsm how to reconnect later
Line 317:                     if sess.credentials:
Line 318:                         cred = sess.credentials
Line 319:                         sessionInfo['user'] = cred.username
The change to the interface is because it was 'user' previously, which is also what the engine is looking for.
Line 320:                         sessionInfo['password'] = cred.password
Line 321: 
Line 322:                     knownSessions[sessionID] = sessionInfo
Line 323:                 devInfo["connections"].append(knownSessions[sessionID])


--
To view, visit http://gerrit.ovirt.org/8523
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id717ee5b45adede4f9094f842ead06b0ba91f8b2
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Greg Padgett <gpadgett at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>


More information about the vdsm-patches mailing list