Open rht-jbittner opened 3 months ago
@rht-jbittner, thank you for submitting the issue. Quick question - was the playbook working as expected earlier or this is the first time you are running the playbook?
@anupamaloke it is the first time running it.
@rht-jbittner, apologies for the late response. This looks like a bug in the code as the module should never query a resource using None
instance. Could you please raise a SR with Dell? Meanwhile, we will be taking a look at this internally as well.
Bug Description
We use dellemc.openmanage.redfish_storage_volume to enable encryption for virtual drives, but unfortunately it fails on job creation.
Component or Module Name
dellemc.openmanage.redfish_storage_volume
Ansible Version
ansible [core 2.15.2]
Python Version
Python 3.11.8
iDRAC/OME/OME-M version
iDrac 9 version 7.00.00.172 dellemc.openmanage 9.5.0
Operating System
Macos 14.5
Playbook Used
Logs
TASK [Modify a volume's encryption type settings] ***** fatal: [idrac.server.com -> localhost]: FAILED! => changed=false error_info: error: '@Message.ExtendedInfo':
Steps to Reproduce
Setup virtual drive and run encryption setup via
dellemc.openmanage.redfish_storage_volume
module.Expected Behavior
Works
Actual Behavior
returns 404
Screenshots
No response
Additional Information
No response