You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PureStorage.FlashArray.VMware.VCF/PureStorage.FlashArray.VMware.VCF.psm1
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,14 @@ function Initialize-PfaVcfWorkloadDomain {
120
120
throw"Found a Purity release earlier than 5.3.x (currently at $($arrayinfo.version)). Please reach out to Pure Support to upgrade Purity to 5.3.x or higher."
if (($vcfNetworkInfo.type-contains"iSCSI") -eq$false)
135
142
{
136
143
throw"The specified network pool $($VcfNetworkPool) does not have an iSCSI-type vLAN assigned to it. Please add one or choose a network pool that does. This is required for iSCSI-vVols deployment."
137
144
}
138
-
if (($vcfNetworkInfo.type-contains"VMOTION") -eq$false)
139
-
{
140
-
throw"The specified network pool $($VcfNetworkPool) does not have a VMOTION-type vLAN assigned to it. Please add one or choose a network pool that does. This is required for any deployment type."
141
-
}
145
+
}
146
+
if (($vcfNetworkInfo.type-contains"VMOTION") -eq$false)
147
+
{
148
+
throw"The specified network pool $($VcfNetworkPool) does not have a VMOTION-type vLAN assigned to it. Please add one or choose a network pool that does. This is required for any deployment type."
142
149
}
143
150
}
144
151
Write-Progress-parentid 1-Id 2-Activity "Connecting to FlashArray"-Status "Connected to $($FlashArrayFqdn)"-PercentComplete 100
@@ -189,7 +196,7 @@ function Initialize-PfaVcfWorkloadDomain {
0 commit comments