HewlettPackard / POSH-HPEOneView

PowerShell language bindings library for HPE OneView.
http://hewlettpackard.github.io/POSH-HPEOneView/
125 stars 52 forks source link

enable flood pause option for synergy receive invalid option #495

Closed hbxx closed 2 years ago

hbxx commented 4 years ago

New-OVLogicalInterConnectGroup -Name name -Bays $Frames -FabricModuleType SEVC100F32 -FabricRedundancy Redundant -FrameCount 1 -InterconnectBaySet 3 -EnableEnhancedLLDPTLV $False -EnableLLDPTagging $False -EnablePauseFloodProtection $true

in addition, when the enablepausefloodprotection option is removed, the default is set to false and it should be true

ChrisLynchHPE commented 4 years ago

Can you please provide more detail to the issue? Please supply the output of $PSLibraryVersion and $PSVersionTable:

$PSLibraryVersion | clip
$PSVersionTable | clip
hbxx commented 4 years ago
$PSLibraryVersion
10.1.62.30                          LibraryVersion Path
----------                          -------------- ----
ApplianceVersion: 5.30.00.421400.00 5.30.2472.1534 C:\Program Files\WindowsPowerShell\Modules\HPEOneView.530\5.30.2472.1534
$PSVersionTable:
Name                           Value
----                           -----
PSVersion                      5.1.17763.1007
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.17763.1007
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Regards Husni

ChrisLynchHPE commented 4 years ago

Thanks. I have identified the issue, and it will be fixed in the next library update.

ChrisLynchHPE commented 4 years ago

This is fixed in Release 5.30.2515.1313 and in PowerShell Gallery and Release 5.20.2515.1660 and in PowerShell Gallery.

Please verify before this issue is closed.

ChrisLynchHPE commented 2 years ago

Closing due to no further activity. If you wish, feel free to re-open to discuss further.