Open rockandska opened 7 years ago
yeah - its trying to get the open-vm-tools
cfg because 1.1 detects that you're running vmware.
There are some improvements in the pipeline.
Duplicate of #2171 Close this one.
It is not a duplicate of the issue you mention and you can see than the problem is not the same at all. In the issue you mention, the service config was downloaded. This is not the case in this issue due to the fact than there is no WAN and the service config can't be downloaded from github, that's why the boot hang.
@rockandska
If it doesn't try to enable open-vm-tools
service, there is no problem here.
Only running on vmware will enable it.
I consider one way to solve these two issues, but respect your thoughts, reopen this issue.
I only let this issue opened because i didn't tried yet to change the open-vm-tools service config file url via service options to see if i can download it from a private repository only accessible from the LAN instead of github
RancherOS Version: (ros os version) 1.1.0
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.) docker-machine + VSphere
After installing an host via docker-machine on VSphere, and after install RancherOs on disk, I decided to block the WAN connection on firewall for the hosts on this LAN thinking there is no need for the WAN anymore because the open-vm-service file was previously downloaded from github.
But the fact is, if i block the WAN, RancherOS start to take ages to boot and something seems hanging because the WAN is shutdown
The relevant part of the log who show this delay is this one :
If a unblock the WAN this part is pretty fast :
And if re-block the WAN :
Did i missed something ? Is there another services who require the WAN even if the host seems to boot normally after this hang period ?