Users Guide
Parameter/aliases Required Default Choices Comments
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-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.
Return Values
msg:
type: str
description: Overall status of the storage configuration operation.
returned: always
sample: "Successfully completed the view storage volume operation"
storage_status:
type: dict
description: Storage configuration job and progress details from the iDRAC.
returned: success
sample:
{
"Id": "JID_XXXXXXXXX",
"JobState": "Completed",
"JobType": "ImportConfiguration",
"Message": "Successfully imported and applied Server Configuration Profile.",
"MessageId": "XXX123",
"Name": "Import Configuration",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"Status": "Success",
"TargetSettingsURI": null,
40
Modules for iDRAC