Hi OOM team, I am trying to deploy OOM on VIO-4.1 via Rancher. I am following the procedure from "ONAP on Kubernetes with Rancher". In that while executing the 'slave_nfs_node.sh" I am getting the "Connection Timed Out" error while doing NFS mount. Below are the logs of the slave VM. Can you suggest any possible cause and solution for this. FYI, I am able to ping from Slave to Master and Vice-versa.
Best Regards, Arun Arora root@rancher-node-2:~# bash -x slave_nfs_node.sh 10.173.59.19 + '[' 1 -ne 1 ']' + MASTER_IP=10.173.59.19 + sudo apt-get update Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] Hit:5 https://download.docker.com/linux/ubuntu xenial InRelease Fetched 323 kB in 1s (197 kB/s) Reading package lists... Done + sudo apt-get install -y nfs-common Reading package lists... Done Building dependency tree Reading state information... Done nfs-common is already the newest version (1:1.2.8-9ubuntu12.1). 0 upgraded, 0 newly installed, 0 to remove and 133 not upgraded. + sudo mkdir -p /dockerdata-nfs + sudo mount 10.173.59.19:/dockerdata-nfs /dockerdata-nfs/ mount.nfs: Connection timed out + echo '10.173.59.19:/dockerdata-nfs /dockerdata-nfs nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0' + sudo tee -a /etc/fstab 10.173.59.19:/dockerdata-nfs /dockerdata-nfs nfs auto,nofail,noatime,nolock,intr,tcp,actimeo=1800 0 0 root@rancher-node-2:~# -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10775): https://lists.onap.org/g/onap-discuss/message/10775 Mute This Topic: https://lists.onap.org/mt/23023552/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
