Skip to content

Conversation

@blueflygene
Copy link
Contributor

Added NAA id to Restore-Vmfasvolume to allow Netapp. From line 611.

if (!(
$DeviceNaaId -like 'naa.624a9370*' -or # Pure Storage
$DeviceNaaId -like 'eui.' -or # NVMe/TCP
$DeviceNaaId -like 'naa.600a098
' # NetApp
)) {
throw "Invalid Device NAA ID $DeviceNaaId provided. Only Pure Storage (naa.624a9370), NetApp (naa.600a098), or NVMe/TCP (eui.*) are supported."
}

This PR closes #

The changes in this PR are as follows:

  • ...
  • ...
  • ...

I have read the contributor guidelines and have completed the following:

  • Formatted the code using VSCode default formatter for PowerShell.
  • Tested the code end-to-end against an SDDC.
  • Documented the functions using standard PowerShell markup and applied AVSAttribute to newly exported functions.

Added NAA id to Restore-Vmfasvolume to allow Netapp. From line 611.

if (!(
    $DeviceNaaId -like 'naa.624a9370*' -or # Pure Storage
    $DeviceNaaId -like 'eui.*' -or         # NVMe/TCP
    $DeviceNaaId -like 'naa.600a098*'      # NetApp
)) {
    throw "Invalid Device NAA ID $DeviceNaaId provided. Only Pure Storage (naa.624a9370), NetApp (naa.600a098), or NVMe/TCP (eui.*) are supported."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant