gluster volume start
gluster volume status
Now status does not show NFS ports, it is shown as N/A.
Ok, lets check whether any nfs server is running ?
In machine nfs server was running.
#systemctl status nfs-server
Now stop it
#systemctl stop nfs-server
Create the volume and check whether NFS ports are visible(like 2049).
Yes it is. :)
One weird thing, you atleast needs once to START(nfs server) and then STOP(nfs server) and then go ahead with creating volumes.
Learning:
gluster has its own NFS server, you don't need to run NFS server in your machine.
You atleast needs once to start and stop the NFS server. I think something is configured / enabled here which is made use by glusterfs. This is most likely a bug.
No comments:
Post a Comment