[BUG]: redfish_storage_volume job returns 404. #713
Labels
needs-ticket
Issue we have requested to create a Service ticket to debug in the customer environment.
needs-triage
Issue requires triage.
type/bug
Something isn't working
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':
- Message: Unable to complete the operation because the resource /redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/None entered is not found.
MessageArgs:
- /redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/None
MessageArgs@odata.count: 1
MessageId: IDRAC.2.8.SYS403
RelatedProperties: []
RelatedProperties@odata.count: 0
Resolution: Enter the correct resource and retry the operation. For resources with numeric ID in the URI, enable the "Redfish.1#NumericDynamicSegmentsEnable" attribute and retry the operation. For information about valid resource, see the Redfish Users Guide available on the support site.
Severity: Critical
- Message: The resource at the URI /redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/None was not found.
MessageArgs:
- /redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/Jobs/None
MessageArgs@odata.count: 1
MessageId: Base.1.8.ResourceMissingAtURI
RelatedProperties: []
RelatedProperties@odata.count: 0
Resolution: Place a valid resource at the URI or correct the URI and resubmit the request.
Severity: Critical
code: Base.1.8.GeneralError
message: A general error has occurred. See ExtendedInfo for more information
msg: 'HTTP Error 404: Not Found'
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
The text was updated successfully, but these errors were encountered: