diff --git a/confluent_server/confluent/plugins/hardwaremanagement/ipmi.py b/confluent_server/confluent/plugins/hardwaremanagement/ipmi.py index ff8a0e6a..7674f6d4 100644 --- a/confluent_server/confluent/plugins/hardwaremanagement/ipmi.py +++ b/confluent_server/confluent/plugins/hardwaremanagement/ipmi.py @@ -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)