Hi, I am having a really silly problem here. I tried to upgrade my glusterfs version to 1.3.12. When I try to mount the remote fs, I get this error: .... 2008-11-17 20:01:15 D [client-protocol.c:5103:client_protocol_handshake_reply] client: reply frame has callid: 424242 2008-11-17 20:01:15 E [client-protocol.c:5133:client_protocol_handshake_reply] client: SETVOLUME on remote-host failed: ret=-1 error=Version mismatch: client(1.3.12) Vs server (1.3.11) 2008-11-17 20:01:15 W [client-protocol.c:4784:client_protocol_cleanup] client: cleaning up state in transport object 0x9a061e0 2008-11-17 20:01:15 D [tcp.c:87:tcp_disconnect] client: connection disconnected [The END] I tried to remove everything I could find on the server to make sure that there is no old files from the previous version left, but I still get this. What is even stranger is that when I run "glusterfs -V" on the server, it tells me the correct version 1.3.12. I compiled glusterfs from the same tar ball on both client and server. I ran the make uninstall, also tried to remove things manually /usr/local/lib/gluster* foo/libgluster* /usr/local/sbin/gluster* Where does it pick up this old version number??? Cheers, Wolfgang
Hi, It has to be due to stale installation of 1.3.11. Because, both server-protocol.c and glusterfs.c use same macro (PACKAGE_VERSION) for finding out the version. regards, On Tue, Nov 18, 2008 at 7:07 AM, Wolfgang Pauli <Wolfgang.Pauli at colorado.edu> wrote:> Hi, > > I am having a really silly problem here. I tried to upgrade my glusterfs > version to 1.3.12. When I try to mount the remote fs, I get this error: > > .... > 2008-11-17 20:01:15 D > [client-protocol.c:5103:client_protocol_handshake_reply] > client: reply frame has callid: 424242 > 2008-11-17 20:01:15 E > [client-protocol.c:5133:client_protocol_handshake_reply] > client: SETVOLUME on remote-host failed: ret=-1 error=Version mismatch: > client(1.3.12) Vs server (1.3.11) > 2008-11-17 20:01:15 W [client-protocol.c:4784:client_protocol_cleanup] > client: > cleaning up state in transport object 0x9a061e0 > 2008-11-17 20:01:15 D [tcp.c:87:tcp_disconnect] client: connection > disconnected > [The END] > > I tried to remove everything I could find on the server to make sure that > there > is no old files from the previous version left, but I still get this. What > is > even stranger is that when I run "glusterfs -V" on the server, it tells me > the > correct version 1.3.12. > > I compiled glusterfs from the same tar ball on both client and server. > > I ran the make uninstall, also tried to remove things manually > /usr/local/lib/gluster* foo/libgluster* /usr/local/sbin/gluster* > > Where does it pick up this old version number??? > > Cheers, > > Wolfgang > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users >-- Raghavendra G -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20081118/66ab4222/attachment.html>
Thanks, I just installed 1.3.11 on both client and server and that fixed it and is all i need for now. looking forward to 1.4!! Wolfgang On Monday 17 November 2008 22:55:57 Raghavendra G wrote:> Hi, > > It has to be due to stale installation of 1.3.11. Because, both > server-protocol.c and glusterfs.c use same macro (PACKAGE_VERSION) for > finding out the version. > > regards, > > On Tue, Nov 18, 2008 at 7:07 AM, Wolfgang Pauli > <Wolfgang.Pauli at colorado.edu > > > wrote: > > > > Hi, > > > > I am having a really silly problem here. I tried to upgrade my glusterfs > > version to 1.3.12. When I try to mount the remote fs, I get this error: > > > > .... > > 2008-11-17 20:01:15 D > > [client-protocol.c:5103:client_protocol_handshake_reply] > > client: reply frame has callid: 424242 > > 2008-11-17 20:01:15 E > > [client-protocol.c:5133:client_protocol_handshake_reply] > > client: SETVOLUME on remote-host failed: ret=-1 error=Version mismatch: > > client(1.3.12) Vs server (1.3.11) > > 2008-11-17 20:01:15 W [client-protocol.c:4784:client_protocol_cleanup] > > client: > > cleaning up state in transport object 0x9a061e0 > > 2008-11-17 20:01:15 D [tcp.c:87:tcp_disconnect] client: connection > > disconnected > > [The END] > > > > I tried to remove everything I could find on the server to make sure that > > there > > is no old files from the previous version left, but I still get this. > > What is > > even stranger is that when I run "glusterfs -V" on the server, it tells > > me the > > correct version 1.3.12. > > > > I compiled glusterfs from the same tar ball on both client and server. > > > > I ran the make uninstall, also tried to remove things manually > > /usr/local/lib/gluster* foo/libgluster* /usr/local/sbin/gluster* > > > > Where does it pick up this old version number??? > > > > Cheers, > > > > Wolfgang > > > > > > > > _______________________________________________ > > Gluster-users mailing list > > Gluster-users at gluster.org > > http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users