Start a Conversation

Unsolved

P

3 Posts

1625

November 27th, 2018 14:00

DellStorage.ApiCommandSet 4.1.0.47 breaks FluidFS cmdlets?

We recently updated to the DellEMC Storage Manager 2018 R1 and together with that to the v4.1.0.47 version of the DellStorage.ApiCommandSet. This seams to break some of the FluidFS cmdlets that worked fine before. While testing, I figured out that they break once one of the parameters that has a enum type is used. For example:

New-DellFluidFsNasVolume -ClusterId $cluster.ClusterId -Name ApiTest -Size $volumeSize -SpaceProvisioning ([DellStorage.Api.Enums.FluidFsSpaceProvisioningTypeEnum]::Thin)

Returns error:

New-DellFluidFsNasVolume : FluidFsError - 1 is unknown value for enum SpaceProvisioningType

 

New-DellFluidFsNasVolume -ClusterId $cluster.ClusterId -Name ApiTest -Size $volumeSize -InteroperabilityPolicy Ntfs

Returns error:

New-DellFluidFsNasVolume : FluidFsError - 0 is unknown value for enum SecurityStyle

 

Both commands worked fine in v3 of the module. Is there a fix for this issue?

No Responses!
No Events found!

Top