SSHD service disappeared from containers

SergioRius

Renowned Member
Mar 11, 2015
24
2
68
Today, while trying to ssh login to one container, I received a connection refused message. The container was given a root password and a pub.key during creation. I accessed via tty from host and realized that the sshd service has completely disappeared.
After that I inspected and found that 4 more containers had the same problem. Those are normal privileged containers and there are 3 more like them on the same node that hadn't lost it's shh.

Containers on other nodes doesn't seem affected.
I think I remember an update entered this week, but I can't remember for sure.

Now I'm concerned about those containers had lost something else that I don't know. Like losing a whole build layer or anything like that.
How I can properly diagnose and repair the fault?
 
Seems that other things may be affected. I had one container that hosts a zigbee connector eating 4Gb of disk with syslog. The service had an error and It seems that is not rotating logs.

Anyone?