Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 18. dellemc_idrac_storage_volume (continued)
Parameter/aliases Required Default Choices Comments
read_cache_policy No NoReadAhead
● NoReadAhead
● ReadAhead
● AdaptiveReadAhea
d
Read Cache Policy
stripe_size No 65536 NA Provide stripe size value in multiples of 64
* 1024
controller_id No NA NA Fully Qualified Device Descriptor (FQDD)
of the storage controller, for example:
RAID.Integrated.1-1
NOTE: Controller FQDD is required for
C(create) RAID configuration.
volume_id No NA NA Fully Qualified 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
● C(create) performs create volume
operations.
● C(delete) performs remove volume
operations.
● C(view) returns the storage view.
volumes No NA NA A list of virtual disk-specific 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 specified.
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_config No NA NA This option represents whether a Reset
Config operation needs to be performed on
the RAID controller. Reset Config operation
deletes all the virtual disks present on the
RAID controller.
raid_init_operation No None
● None
● Fast
This option represents Initialization
Configuration operation to be performed
on the virtual disk.
Return Values
msg:
type: str
description: Overall status of the storage configuration operation.
Modules for iDRAC
31