2
0
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:
Jarrod Johnson 2017-07-31 10:05:50 -04:00
parent e2b7440a5c
commit 28ba40ccfa

View File

@ -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)