dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
609 stars 279 forks source link

Typo in Invoke-CreateVirtualDiskREDFISH.ps1 #228

Closed delfim-dacosta closed 2 years ago

delfim-dacosta commented 2 years ago

In description stripesize is in kilobytes in the powershell script as it's in bytes in python script and it must be in bytes.

texroemer commented 2 years ago

Hi @delfim-dacosta

Thanks for the catch, i corrected the help text string, bytes is the correct value type for stripesize argument.

Thanks Tex