Users Guide

Parameter Required Default Choices Comments
volume_id No NA NA Fully Qualied 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-specic 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 specied.
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_cong No NA NA This option represents whether a Reset Cong
operation needs to be performed on the RAID
controller. Reset Cong operation deletes all
the virtual disks present on the RAID controller.
raid_init_operation No None
None
Fast
This option represents Initialization
Conguration operation to be performed on
the virtual disk.
Table 26. Return Values
Name Description Returned Type Sample
Storage volume
conguration
Congures the RAID conguration
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
Conguring PowerEdge Servers