mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-24 22:34:21 +02:00
Minor bugfix to get NestedLDTable properly laid out..
This commit is contained in:
parent
cbbafa309d
commit
89a7eb0982
@ -33,7 +33,7 @@ totaldrivenumber = 0
|
||||
MaxNumHBA = 16
|
||||
MaxNumLD = 128
|
||||
LDTable = [ [] * MaxNumHBA for i in range(MaxNumLD) ]
|
||||
NestedLDTable = [[False for i in range(MaxNumHBA)] for j in range(MaxNumLD)]
|
||||
NestedLDTable = [[False for i in range(MaxNumLD)] for j in range(MaxNumHBA)]
|
||||
|
||||
# Outputs is a 'dict' of all MegaCLI outputs so we can re-use them during loops..
|
||||
Outputs = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user