Users Guide
Parameter/aliases Required Default Choices Comments
• WriteBackForce
read_cache_policy No NoReadAhead
• NoReadAhead
• ReadAhead
• Adaptive
Read cache policy
stripe_size No 65536 NA
Provide stripe size value in multiples
of 64 * 1024
controller_fqdd Yes NA NA
Fully Qualied Device Descriptor
(FQDD) of the storage controller, for
e.g. RAID.Integrated.1-1
media_type No HDD
• HDD
• SSD
Media type
bus_protocol No SATA
• SAS
• SATA
Bus protocol
state Yes NA
• present
• absent
• If the value is 'present', the
module will perform 'create'
operations
• If the value is 'absent', the module
will perform 'remove' operations
Table 28. Return Values
Name Description Returned Type Sample
RAID
conguration
Congures the RAID conguration
attributes
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_congure_raid.md
Example
-name: Configure the RAID attributes
dellemc_configure_raid:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
share_name: "xx.xx.xx.xx:/share"
share_pwd: "xxxxxxxx"
share_user: "xxxx"
share_mnt: "xxxxxx"
controller_fqdd: "xxxxxxxx"
vd_name: "xxxxxx"
Congure storage volume
Module: dellemc_idrac_storage_volume
Synopsis
This module hosts the RAID conguration related attributes.
Check_mode support: Yes
38
Modules for iDRAC