Describe the solution you'd like
When using the state: view mode of dellemc.openmanage.idrac_storage_volume it would be very useful to see the RAID level of the configured virtual disks.
Describe alternatives you've considered
Dedicated playbook with raw commands against iDRAC
Additional context
Currently only a list of VDs with their corresponding PDs is shown without the RAID level:
"VirtualDisk": {
"Disk.Virtual.0:RAID.Integrated.1-1": {
"PhysicalDisk": [
"Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1",
"Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1"
]
},
"Disk.Virtual.1:RAID.Integrated.1-1": {
"PhysicalDisk": [
"Disk.Bay.2:Enclosure.Internal.0-1:RAID.Integrated.1-1",
"Disk.Bay.3:Enclosure.Internal.0-1:RAID.Integrated.1-1"
]
}
Community Note
- Please vote on this issue by adding a 👍 reaction
to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions,
they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Describe the solution you'd like
When using the
state: viewmode ofdellemc.openmanage.idrac_storage_volumeit would be very useful to see the RAID level of the configured virtual disks.Describe alternatives you've considered
Dedicated playbook with
rawcommands against iDRACAdditional context
Currently only a list of VDs with their corresponding PDs is shown without the RAID level:
Community Note
to the original issue to help the community and maintainers prioritize this request
they generate extra noise for issue followers and do not help prioritize the request