-
Notifications
You must be signed in to change notification settings - Fork 95
vmdk_ops fails to start after ESX reboot #976
Comments
Attached logs: |
can you walk through steps mentioned at FAQ? It is better to make sure that all services are up and running fine. |
vSphere Host Agent (Hostd) took 13 seconds to start;
In the meantime, vmdkops tried to start, failed and gave up
Now that Hostd is up & running, manually started service Need to figure out how to add watchdog dependency so that vmdkops is not started until Hostd is up and running. |
Rather than give up after a few retries the esx service could finish the retries and then continue. Getting the service interface is done on each call now so thats not an issue. |
@govint main->connectLocalSi() exits if connection can not be established during startup. Are you also suggesting to remove connectLocalSi() from main? |
No, try to connect but don't exit because connection wasn't established with the hostd. |
Tried out a change to not exit the service on start up and instead try to connect to hostd on the next command. WHats happening is the pyVim pkg is remembering some status and even if hostd is started keeps thowing host connect fault over and over. Unless the service is restarted this continues for ever. |
Docker cli commands (docker volume create/ls) does not works after vm reboot if the vm had crashed while the container was still running.
Steps:
From ESX:
The text was updated successfully, but these errors were encountered: