fix(SR): incorrect case in deviceConfig for iSCSI probe (#2839)

This commit is contained in:
Olivier Lambert 2018-04-06 15:03:04 +02:00 committed by GitHub
parent 51609d45a2
commit e6deb29070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,8 +487,8 @@ export async function probeIscsiIqns ({
// if we give user and password // if we give user and password
if (chapUser && chapPassword) { if (chapUser && chapPassword) {
deviceConfig.chapUser = chapUser deviceConfig.chapuser = chapUser
deviceConfig.chapPassword = chapPassword deviceConfig.chappassword = chapPassword
} }
// if we give another port than default iSCSI // if we give another port than default iSCSI