Mount Failed on a GlusterFS running on OEL 7.9
by mkanaga@gmail.com
Greetings!
I have followed this example & created 3 Node Gluster FS (https://oracle.github.io/linux-labs/HA-NFS/)
Everything is working except When I tried to mount this export to a client, It fails:
---------------------------------------------
[root@master1 sysconfig]# pcs status
Cluster name: HA-NFS
Stack: corosync
Current DC: master1 (version 1.1.23-1.0.1.el7-9acf116022) - partition with quorum
Last updated: Wed Sep 22 04:56:33 2021
Last change: Wed Sep 22 02:28:21 2021 by root via cibadmin on master1
3 nodes configured
2 resource instances configured
Online: [ master1 master2 master3 ]
Full list of resources:
Resource Group: nfs_group
nfs_server (systemd:nfs-ganesha): Started master1
nfs_ip (ocf::heartbeat:IPaddr2): Started master1
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
----------------------------------------------
Here is the Mount Error:
[root@client1 sysconfig]# mount -t nfs nfs.vagrant.vm:/data/glusterfs/sharedvol /sharedvol
mount.nfs: mounting nfs.vagrant.vm:/data/glusterfs/sharedvol failed, reason given by server: No such file or directory
[root@client1 sysconfig]#
Even showmount is not providing any info:
[root@client1 sysconfig]# showmount nfs.vagrant.vm
Hosts on nfs.vagrant.vm:
[root@client1 sysconfig]#
Any help or pointers would be very much appreciated.
Thank You
Murali
3 years, 3 months