I’ve installed tl 4.19 as a master and have several 4.18 agents.
after installing, the master cannot connect to to agent(s). on the agent i see:
DEBUG vsmagent: Handling method ‘ping’ from (‘x.x.x.x’, 1022)
DEBUG vsmagent: Unknown method ‘ping’ from (‘x.x.x.x’, 1022)
after upgrading the agent to 4.19 the master can connect and in the logs i see:
DEBUG vsmagent: Handling method ‘ping’ from (‘x.x.x.x’, 1023)
(while when master and agent were 4.18 i saw:
DEBUG vsmagent: Handling method ‘get_load’ from (‘x.x.x.x’, 1023)
)
so are 4.19 and 4.18 incompatible or do i have an configuration problem?