Hi everyone,
I’m tring set mount in the cloud-config with the command
sudo ros config set mounts ‘[[“MY_IP:/home/rancher/compartilhado”,"/home/rancher/compartilhado",“nfs”]]’
And, the command sudo “ros config validate” don’t show nothing wrong.
But the Rancher OS don’t start after this. In the cloud-config has this configuration:
mounts:
-
- MY_IP:/home/rancher/compartilhado
- /home/rancher/compartilhado
- nfs
rancher:
…