dell / iDRAC-Redfish-Scripting

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

Typo in Invoke-CreateVirtualDiskREDFISH.ps1 #228

Closed delfim-dacosta closed 1 year ago

delfim-dacosta commented 1 year 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 1 year 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