We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
im getting error when trying to erase multiple drives. according to manual the option target is the list / elements =string
idrac_redfish_storage_controller
Ansible 2.17.1
Python 3.11.7
idrac 6.10.80
N/A
- name: Perform Secure Erase operation on SED drive dellemc.openmanage.idrac_redfish_storage_controller: baseuri: "{{ alv_lom_ip }}" username: "{{ lom_username }}" password: "{{ lom_password }}" controller_id: "RAID.Integrated.1-1" command: "SecureErase" target: ['Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1', 'Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1']
fatal: [localhost]: FAILED! => {"changed": false, "msg": "The Fully Qualified Device Descriptor (FQDD) of the target physical disk must be only one."}
run the playbook
erase all the drives
error message
No response
The text was updated successfully, but these errors were encountered:
@markatdxb,
This is working as design. Only one disk can be provided for secure erase.
Updating the label and description accordingly.
Sorry, something went wrong.
rajshekarp87
No branches or pull requests
Bug Description
im getting error when trying to erase multiple drives.
according to manual the option target is the
list / elements =string
Component or Module Name
idrac_redfish_storage_controller
Ansible Version
Ansible 2.17.1
Python Version
Python 3.11.7
iDRAC/OME/OME-M version
idrac 6.10.80
Operating System
N/A
Playbook Used
Logs
fatal: [localhost]: FAILED! => {"changed": false, "msg": "The Fully Qualified Device Descriptor (FQDD) of the target physical disk must be only one."}
Steps to Reproduce
run the playbook
Expected Behavior
erase all the drives
Actual Behavior
error message
Screenshots
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: