You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created two RHEL8 VMs from Openstack and setup nfsserver on the first machine and used the second machine as an nfsclient. The installation was smooth but the nfsserver denies the mount from nfsclient.
Steps to reproduce
Steps on nfsserver:
sudo dnf install nfs-utils -y
sudo systemctl start nfs-server.service
sudo systemctl enable nfs-server.service
sudo systemctl status nfs-server.service
sudo mkdir -p /mnt/k8sMount
sudo chown -R nobody:nobody /mnt
sudo chmod -R 777 /mnt
Update the "/etc/exports" file with the following content,
/mnt/k8sMount xxx.xxx.xxx.0/24(rw,sync,no_all_squash,root_squash)
sudo exportfs -arv
Description of the issue
I have created two RHEL8 VMs from Openstack and setup nfsserver on the first machine and used the second machine as an nfsclient. The installation was smooth but the nfsserver denies the mount from nfsclient.
Steps to reproduce
Steps on nfsserver:
Steps on nfsclient:
Expected behavior
The nfsclient should be able to mount the data on nfsserver without any issues.
Actual behavior
Error on nfsclient:
Note: xxx.xxx.xxx.xxs - refers to nfsserver IP Address & xxx.xxx.xxx.xxc - refers to nfsclient IP Address
RHEL OS Details
The issue is persisting with a new set of RHEL8 VMs. Please help me to resolve this issue and let me know if you need any more debug logs.
The text was updated successfully, but these errors were encountered: