HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
86 stars 41 forks source link

Feature for ilorest createlogicaldrive quickdrive to include all options #7

Closed tkakkonen closed 3 years ago

tkakkonen commented 5 years ago

Hi,

Seems that customdrive has many of the raid options implemented but quickdrive option does not use these. Could these be added also to quickdrive or are they somehow specific for customdrive creation? Im trying to create raid and would like to use quickdrive to select drives but also set options like size and accelerator iex ansible call. ilorest createlogicaldrive quickdrive {{hostvars[item]['DriveParameters']}} --accelerator-type=ControllerCache

Yergidy commented 5 years ago

We should be able to add an option for minimum size in GiB. I will have to contact the smart array team to see what else is possible and what isn't.

Yergidy commented 4 years ago

We have added the minimum size in GiB option in the latest release. Unfortunately the rest of the options are specific to custom drive creation.

rajeevkallur commented 3 years ago

image