solidfire / PowerShell

Collection of scripts, functions, and examples using the SolidFire Tools for PowerShell
MIT License
27 stars 20 forks source link

Get-SFIscsiConnections doesn't populate AccountID and AccountName #85

Closed scaleoutsean closed 2 years ago

scaleoutsean commented 4 years ago

With SF PS Tools v1.5.1 and EOS 11.7 Get-SFIscsiConnections incorrectly populates AccountID and doesn't populate AccountName

"AccountID" = 0
"AccountName" = ""

ListIscsiSessions does work correctly.

arjun960 commented 2 years ago

@scaleoutsean Yeah, ListISCSISessions doesn't populate AccountID and AccountName. Bug is created at element side to investigate this and the fix will be available in the future element releases. Will update here once the fix is available.

arjun960 commented 2 years ago

@scaleoutsean After further investigation and analysis, found that ListISCSISessions does populate AccountID and AccountName only when Account-Based Chap is used to connect to the volumes. It displays accountID and accountName as empty values when no authentication or initiator-based chap is used.

Please refer below screenshot: image