Users Guide
Table 29. dellemc_idrac_storage_volume (continued)
Parameter/aliases Required Default Choices Comments
• view • 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.
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,
"retval": true
}
Examples
-name: Create single volume
dellemc_idrac_storage_volume:
idrac_ip: "192.168.0.1"
idrac_user: "username"
idrac_password: "password"
controller_id: "RAID.Slot.1-1"
Modules for iDRAC
39