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
Get-PfaConnectionFromRdm -rdm $rdm -Flasharray $fa
Exception: /Users/mcarpendale/.local/share/powershell/Modules/PureStorage.FlashArray.VMware.RDM/2.0.1.0/PureStorage.FlashArray.VMware.RDM.psm1:307
Line |
307 | throw "Specified RDM was not found on the passed in FlashArrays …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Specified RDM was not found on the passed in FlashArrays.
however Get-PfaRdmVol works
Get-PfaRdmVol -rdm $rdm -Flasharray $fa
name : mysql-cb1
created : 8/6/2020 11:21:12 pm
source :
serial : 50B09E9FCA1242100057B4D4
size : 42949672960
Issues with
Get-PfaConnectionFromRdm
and an "array" of Flasharrays in-Flasharray $fa
if
then
Get-PfaConnectionFromRdm
failshowever
Get-PfaRdmVol
works$rdm
is only a single lineif
$fa
is set to a single array$flasharray3
thenGet-PfaConnectionFromRdm
worksThe text was updated successfully, but these errors were encountered: