Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-15 Thread Yaroslav Molochko
In my original message I've mentioned that: == root@PSC01SERV008:/var/lib/glusterd/nfs# rpcinfo -p program vers proto port service 104 tcp111 portmapper 103 tcp111 portmapper 102 tcp111

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-15 Thread Soumya Koduri
/* pmap_set() returns 0 for FAIL and 1 for SUCCESS */ if (!(pmap_set (newprog->prognum, newprog->progver, IPPROTO_TCP, port))) { gf_log (GF_RPCSVC, GF_LOG_ERROR, "Could not register with" " portmap %d %d %u",

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-15 Thread Soumya Koduri
Small correction in the file I provided earlier. pmap_set returns 0 in case of failure. On 09/16/2015 12:08 AM, Soumya Koduri wrote: /* pmap_set() returns 0 for FAIL and 1 for SUCCESS */ if (!(pmap_set (newprog->prognum, newprog->progver, IPPROTO_TCP,

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-15 Thread Niels de Vos
On Sun, Sep 13, 2015 at 04:30:43PM +0530, Soumya Koduri wrote: > > > On 09/13/2015 09:38 AM, Yaroslav Molochko wrote: > >I wish this could be that simple: > >root@PSC01SERV008:/var/lib# netstat -nap | grep 38465 > >root@PSC01SERV008:/var/lib# ss -n | grep 38465 > >root@PSC01SERV008:/var/lib# >

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-15 Thread Yaroslav Molochko
I have two identical hosts managed by configuration managers, it was working with 3.5 and stopped to work with 3.7 on ONE host. Okay, I've done what you requested me, and here is result: == root@PSC01SERV008:~# systemctl restart rpcbind root@PSC01SERV008:~#

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-14 Thread Yaroslav Molochko
any ideas? 2015-09-13 20:41 GMT+08:00 Yaroslav Molochko : > So, I've done: > root@PSC01SERV008:/var/log# tail -f syslog | grep -Ev > 'docker|kubelet|kube-proxy' > Sep 13 12:18:16 psc01serv008 systemd[1]: Stopped GlusterFS an clustered > file-system server. > Sep 13 12:19:21

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-14 Thread Soumya Koduri
Could you try * disabling iptables (& firewalld if enabled) * restart rpcbind service * restart glusterd If this doesn't work, (mentioned in one of the forums) Add below line in '/etc/hosts.allow' file. ALL: 127.0.0.1 : ALLOW Restart rpcbind and glusterd services. Thanks, Soumya On

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-13 Thread Yaroslav Molochko
‎I really appreciate your help! do you know how to get support from NFS team? should I send some special mail or anything like that or they are looking at this mailing list as well?

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-13 Thread Soumya Koduri
On 09/13/2015 09:38 AM, Yaroslav Molochko wrote: I wish this could be that simple: root@PSC01SERV008:/var/lib# netstat -nap | grep 38465 root@PSC01SERV008:/var/lib# ss -n | grep 38465 root@PSC01SERV008:/var/lib# 2015-09-13 1:34 GMT+08:00 Atin Mukherjee

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-13 Thread Atin Mukherjee
Niels is already CCed in this mail thread. He should be able to help. -Atin Sent from one plus one On Sep 13, 2015 2:15 PM, "Yaroslav Molochko" wrote: > ‎I really appreciate your help! > do you know how to get support from NFS team? should I send some special > mail or

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-13 Thread Atin Mukherjee
I just had my luck tried there. In that case I would ask NFS team too look at it. -Atin Sent from one plus one On Sep 13, 2015 9:38 AM, "Yaroslav Molochko" wrote: > I wish this could be that simple: > root@PSC01SERV008:/var/lib# netstat -nap | grep 38465 >

[Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-12 Thread Yaroslav Molochko
Hello, I have a problem reported in logs: == [2015-09-12 13:56:06.271644] I [MSGID: 100030] [glusterfsd.c:2301:main] 0-/usr/sbin/glusterfs: Started running /usr/sbin/glusterfs version 3.7.4 (args: /usr/sbin/glusterfs -s localhost --volfile-id gluster/nfs -p

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-12 Thread Atin Mukherjee
By any chance is your Gluster NFS server is already running? Output of netstat -nap | grep 38465 might give some clue? -Atin Sent from one plus one On Sep 12, 2015 10:54 PM, "Yaroslav Molochko" wrote: > Hello, > > I have a problem reported in logs: > == >

Re: [Gluster-users] After upgrade from 3.5 to 3.7 gluster local NFS is not starting on one of the servers

2015-09-12 Thread Yaroslav Molochko
I wish this could be that simple: root@PSC01SERV008:/var/lib# netstat -nap | grep 38465 root@PSC01SERV008:/var/lib# ss -n | grep 38465 root@PSC01SERV008:/var/lib# 2015-09-13 1:34 GMT+08:00 Atin Mukherjee : > By any chance is your Gluster NFS server is already