dell / dellemc-openmanage-ansible-modules

Dell OpenManage Ansible Modules
GNU General Public License v3.0
335 stars 163 forks source link

[NEW Feature]: Add support for OperationApplyTime for redfish_storage_volume #407

Closed anupamaloke closed 11 months ago

anupamaloke commented 2 years ago
Description

Add support for OperationApplyTime. I would like to specify the operation apply time such as for e.g. "Immediate", "OnReset", "AtMaintenanceWindowStart" or "InMaintenanceWindowOnReset" while creating, modifying or deleting the RAID volumes.

New or existing component

redfish_storage_volume

Community Note

dafoyiming commented 2 years ago

Team,

I am using the module redfish_storage_volume to create volume and I suppose VD encrypted shall be enabled after raid config is complete since I set the variable "encrypted: true"

Unluckily, VD can be created successfully but VD encryption doesn't trigger any new job instead of pending on change.

Please advise if this is a bug and what next step if I want to achieve this within one task. Is that problem related to this opening issue? If so, I highly recommend we can add the feat ASAP.

name: Create a volume with supported options dellemc.openmanage.redfish_storage_volume: baseuri: "192.168.0.1" username: "username" password: "password" ca_path: "/path/to/ca_cert.pem" state: "present" volume_type: "Mirrored" name: "VD0" controller_id: "RAID.Slot.1-1" drives: