mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 11:01:09 +00:00
Discover larger SMMv2 based chassis
SMMv2 can support 12 servers, so increase the limit.
This commit is contained in:
parent
7cfdf11bf2
commit
edc4804146
@ -41,7 +41,7 @@ def fixuuid(baduuid):
|
||||
class NodeHandler(bmchandler.NodeHandler):
|
||||
is_enclosure = True
|
||||
devname = 'SMM'
|
||||
maxmacs = 6 # support an enclosure, but try to avoid catching daisy chain
|
||||
maxmacs = 14 # support an enclosure, but try to avoid catching daisy chain
|
||||
|
||||
def scan(self):
|
||||
# the UUID is in a weird order, fix it up to match
|
||||
|
Loading…
Reference in New Issue
Block a user