mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-10 07:24:22 +02:00
[megaclisas-status] Typo fix
This commit is contained in:
parent
dfc3726e36
commit
7f69bcd897
@ -332,7 +332,7 @@ def returnArrayInfo(output,controllerid,arrayid,arrayindex):
|
||||
elif re.match(r'^Target Id of the Associated LDs\s*:.*$', line):
|
||||
associated=[]
|
||||
for array in line.split(':')[1].strip().split(','):
|
||||
associated.append('c%du%d' % (controller_id, int(array)))
|
||||
associated.append('c%du%d' % (controllerid, int(array)))
|
||||
cachecade_info = "Associated : %s" %(', '.join(associated))
|
||||
|
||||
linenumber += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user