IndexError thrown when listing physical disks on Dell C6320
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-dracclient |
In Progress
|
High
|
Anish Bhatt |
Bug Description
I get this backtrace:
File "/usr/lib/
return self._raid_
File "/usr/lib/
for disk in drac_physical_
File "/usr/lib/
controller=
IndexError: list index out of range
Relating to this line of code:
https:/
It appears because a physical disk attached to the Dell C6320 RAID controller I'm using is described as:
'Disk.Bay.
Instead of a more typical FQDD (with two colons in it):
'Disk.Bay.
The RAID controller on my C6320 system has ID 'RAID.Mezzanine
Changed in python-dracclient: | |
status: | New → Triaged |
importance: | Undecided → High |
I hit this bug recently as well and was able to make a fix. Will submit tomorrow