Skip to content

Commit

Permalink
Removing storage adapter health status check during connecting to tar…
Browse files Browse the repository at this point in the history
…gets (#205)
  • Loading branch information
rahman-lb authored Aug 29, 2023
1 parent 100ed06 commit a4a1454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.AVS.VMFS/Microsoft.AVS.VMFS.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ function Connect-NVMeTCPTarget {

foreach ($StorageAdapter in $StorageAdapters) {

if (($StorageAdapter.Status -eq "online") -and ($StorageAdapter.Driver -eq "nvmetcp")) {
if (($StorageAdapter.Driver -eq "nvmetcp")) {

if ($HostEsxcli) {
$Name = $StorageAdapter.Name.ToString().Trim()
Expand Down

0 comments on commit a4a1454

Please sign in to comment.