Skip to content
New issue

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

[QUESTION]: SecureErase issue erasing multiple drives #708

Open
markatdxb opened this issue Jul 29, 2024 · 1 comment
Open

[QUESTION]: SecureErase issue erasing multiple drives #708

markatdxb opened this issue Jul 29, 2024 · 1 comment
Assignees
Labels
needs-triage Issue requires triage. type/question Further information is requested

Comments

@markatdxb
Copy link

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

- 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']

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

@markatdxb markatdxb added needs-triage Issue requires triage. type/bug Something isn't working labels Jul 29, 2024
@rajshekarp87
Copy link
Collaborator

@markatdxb,

This is working as design. Only one disk can be provided for secure erase.

Updating the label and description accordingly.

@rajshekarp87 rajshekarp87 added type/question Further information is requested and removed type/bug Something isn't working labels Jul 30, 2024
@rajshekarp87 rajshekarp87 changed the title [BUG]: SecureErase issue erasing multiple drives [QUESTION]: SecureErase issue erasing multiple drives Jul 30, 2024
@rajshekarp87 rajshekarp87 self-assigned this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Issue requires triage. type/question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants