-
Notifications
You must be signed in to change notification settings - Fork 655
Mounting NFS in RancherOS now fails after upgrade to v0.6.1 #1314
Comments
I think this portion is the issue.
Alternate consoles aren't services anymore, so you're likely still in the default console. Check out the docs on alternate consoles. |
Same issue, I tried without the items you listed and also changed to the following per the link:
|
Have you tried running the commands manually? It would be helpful if you could find a more specific issue. Right now troubleshooting this is pretty dependent on your particular setup and cloud-config. |
Yes, since they are put into the /opt/rancher/bin/start.sh, I tried to run the manually and that is where I am getting that error message. I don't seem to get an errors on boot except for the fact that the NFS are not mounted at boot time as they usually were before the upgrade. So when I run the mount commands to see what was up I get those messages. |
some more info, also everytime I run the mount command, a new process is created for rpc.statd:
|
There seems to be an issue with rpcbind. After I killed -9 it and issued a /etc/init.d/rpcbind start, then I was able to mount the NFS shares. Would be nice to find out why it wasn't started correctly before. I noticed that it was running with:
and after I killed and started it, it looks like this:
|
Well, I just did another upgrade and tried with what I stated above and it didn't work. I probably did several things that cumulatively made it work. Need to figure out what it is exactly. Also, I am getting this message when starting rpcbind:
Any ideas? |
well, here is the fix for this. I started afresh again (copying over the VM before doing the update), the only changes I made were to update 0.4.4 to 0.6.1. However, when this is completed and rebooted several times, the /etc/network/interfaces file is not there. Remember also that my previous console got destroyed in the upgrade so what I did was install the following:
which created the /etc/network/interfaces file, but nothing much inside:
I then added the loopback and everything works now:
|
Closing as pre-duplicate of #1601 (comment). |
RancherOS Version: (ros os version) v0.6.1
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.) ESXi 6
This worked in v0.4.4, not now since I have just upgraded to v0.6.1 and it fails with the following error:
In /var/lib/rancher/conf/cloud-config.d/nfs.yml, I have:
The text was updated successfully, but these errors were encountered: