mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 03:19:48 +00:00
Replace SOL locknig with NullLock
Again, eventlet monkeypatching of pyghmi seems to be messing up use of RLocks...
This commit is contained in:
parent
e2b7440a5c
commit
28ba40ccfa
@ -266,6 +266,7 @@ class IpmiConsole(conapi.Console):
|
||||
password=self.password,
|
||||
kg=self.kg, force=True,
|
||||
iohandler=self.handle_data)
|
||||
self.solconnection.outputlock = NullLock()
|
||||
while not self.solconnection.connected and not self.broken:
|
||||
w = eventlet.event.Event()
|
||||
_ipmiwaiters.append(w)
|
||||
|
Loading…
Reference in New Issue
Block a user