PureStorage-OpenConnect / PureStorage.FlashArray.VMware

Pure Storage FlashArray VMware PowerShell Module
Apache License 2.0
7 stars 4 forks source link

Convert-PfaRDMtoVvol fails with type conversion issue #33

Closed codyhosterman closed 4 years ago

codyhosterman commented 4 years ago

Convert-PfaRDMtoVvol: Cannot process argument transformation on parameter 'flasharray'. Cannot convert the "PurePowerShell.PureArray[]" value of type "PurePowerShell.PureArray[]" to type "PurePowerShell.PureArray". Additionally it unmounts the RDM from the VM & does not resize it.

codyhosterman commented 4 years ago

Getting the array serial had the $flasharray parameter instead of $fa. Fixed.

codyhosterman commented 4 years ago

Fixed two other issues with workflow (typo in delete operation and missing overwrite option in copy)