mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-17 13:13:18 +00:00
Revert last portion of attempt at console auto-health
For now, it's causing more problems than it solved. Back out until a more appropriate time to investigate.
This commit is contained in:
parent
20abffdbee
commit
f85ee82df3
@ -306,8 +306,6 @@ class ConsoleHandler(object):
|
||||
self.reconnect = None
|
||||
self.connectstate = 'connecting'
|
||||
eventlet.spawn(self._connect)
|
||||
else:
|
||||
self._console.ping()
|
||||
|
||||
|
||||
|
||||
|
@ -261,15 +261,6 @@ class IpmiConsole(conapi.Console):
|
||||
def send_break(self):
|
||||
self.solconnection.send_break()
|
||||
|
||||
def ping(self):
|
||||
if not self.solconnection:
|
||||
return False
|
||||
rsp = self.solconnection.ipmi_session.raw_command(netfn=6,
|
||||
command=0x4b,
|
||||
data=(1, 1))
|
||||
self.solconnection._got_payload_instance_info(rsp)
|
||||
return True
|
||||
|
||||
|
||||
def perform_requests(operator, nodes, element, cfg, inputdata):
|
||||
cryptit = cfg.decrypt
|
||||
|
Loading…
x
Reference in New Issue
Block a user