Open vesylapp opened 6 years ago
@fslDev Can you look at the boot logs from the VM? Any information there that helps? did the machine join the cluster? If so, you can always target that machine and deploy another ssh container, that you can use.
@FrenchBen
did the machine join the cluster?
Yes.
If so, you can always target that machine and deploy another ssh container, that you can use.
I tried several times but was unable to get another agent container to run correctly. Do you have a docker run incantation that works? I can't find any documentation on how to properly start the agent container.
Without setting a bunch of binds and/or volumes, the container just exits abnormally. I tried to duplicate the env and binds/volumes based on a working agent container and that resulted in a container that appears to run somewhat correctly (sshd starts) but still will not accept incoming SSH connections for some reason.
Any information there that helps?
Before the restart, the boot log is 2704 lines long. After the restart, the boot log only goes to line 463. And, there is an error, /lib/rc/sh/openrc-run.sh: line 250: can't create /sys/fs/cgroup/openrc/diagnostics-server/tasks: nonexistent directory
that didn't appear in the log before the restart.
Here is the last bit of the bootlog after the restart.
* Starting DHCP Client Daemon ... [ ok ]
/lib/rc/sh/openrc-run.sh: line 250: can't create /sys/fs/cgroup/openrc/diagnostics-server/tasks: nonexistent directory
* Starting diagnostics server ... [ ok ]
* Starting networking ... * lo ... [ ok ]
* Initializing random number generator ... [ ok ]
* Starting busybox acpid ... [ ok ]
* Running system containerd ... [ ok ]
* Running system containers ... * [ ok ]
* Configuring host settings from database ... [ ok ]
* Starting Docker ...
any update on this?
Expected behavior
Node should be accessible via SSH after VM restart
Actual behavior
Node is not accessible via SSH after VM restart
Information
agent
container is not running:Steps to reproduce the behavior