Skip to content

Commit 6d007fe

Browse files
committed
2 parents ae934de + cab684f commit 6d007fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VvolsReadinessCheckerV2.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ add-content $logfile "-------------------------------------------------------"
550550
add-content $logfile " Checking Purity Version"
551551
add-content $logfile "-------------------------------------------------------"
552552

553-
if ($Flasharray.Version -ge [Version]"6.5")
553+
if ($Flasharray.Version -ge [Version]"5.3.6")
554554
{
555555
Add-Content $logfile "Purity version supports VVols."
556556
}

0 commit comments

Comments
 (0)