fix(SR): incorrect case in deviceConfig for iSCSI probe (#2839)
This commit is contained in:
parent
51609d45a2
commit
e6deb29070
@ -487,8 +487,8 @@ export async function probeIscsiIqns ({
|
||||
|
||||
// if we give user and password
|
||||
if (chapUser && chapPassword) {
|
||||
deviceConfig.chapUser = chapUser
|
||||
deviceConfig.chapPassword = chapPassword
|
||||
deviceConfig.chapuser = chapUser
|
||||
deviceConfig.chappassword = chapPassword
|
||||
}
|
||||
|
||||
// if we give another port than default iSCSI
|
||||
|
Loading…
Reference in New Issue
Block a user