Users Guide
Parameter Required Default Choices Comments
volume_id No NA NA Fully Qualied Device Descriptor (FQDD) of
the virtual disk, for example:
Disk.virtual.0:RAID.Slot.1-1
NOTE: This option is used to get the
virtual disk information.
media_type No None
• HDD
• SDD
Media type
protocol No None
• SAS
• SATA
Bus protocol
state Yes view
• create
• delete
• view
• If C(create), the module will perform
create operations
• If C(delete), the module will perform
remove operations
• If C(view), the module will return storage
view
volumes No NA NA A list of virtual disk-specic iDRAC attributes.
This is applicable for C(create) and C(delete)
operations.
• For C(create) operation, name and drives
are applicable options, other volume
options can also be specied.
NOTE: The drives is a required
option for C(create) operation and
accepts either location (list of
drive slot) or id (list of drive fqdd).
• For C(delete) operation, only name option
is applicable.
capacity No NA NA Virtual disk size in GB
raid_reset_cong No NA NA This option represents whether a Reset Cong
operation needs to be performed on the RAID
controller. Reset Cong operation deletes all
the virtual disks present on the RAID controller.
raid_init_operation No None
• None
• Fast
This option represents Initialization
Conguration operation to be performed on
the virtual disk.
Table 26. Return Values
Name Description Returned Type Sample
Storage volume
conguration
Congures the RAID conguration
related attributes
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_idrac_storage_volume.md
Examples
-name: Create single volume
dellemc_idrac_storage_volume:
32
Conguring PowerEdge Servers