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
The RAID configuration being supplied is this:
- name: "disk0" raid_level: 1 span_length: 2 span_depth: 1 size_mb: 256000 pdisks: - "Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1" - "Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1" - name: "disk1" raid_level: 1 span_length: 2 span_depth: 1 size_mb: 7069056 pdisks: - "Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1" - "Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1"
However, the output from the RAID process appears to be only 1 virtual disk, spanning the entire device and with the name of the second disk supplied:
"drac_virtual_disks": [ { "controller": "RAID.Integrated.1-1", "description": "Virtual Disk 0 on Integrated RAID Controller 1", "id": "Disk.Virtual.0:RAID.Integrated.1-1", "name": "disk1", "pending_operations": null, "physical_disks": [ "Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1", "Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1" ], "raid_level": "1", "raid_status": "online", "size_mb": 7325056, "span_depth": 1, "span_length": 2, "status": "unknown" } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The RAID configuration being supplied is this:
However, the output from the RAID process appears to be only 1 virtual disk, spanning the entire device and with the name of the second disk supplied:
The text was updated successfully, but these errors were encountered: