Hide Forgot
* Tried connecting 2.0.2 client with 2.0.0 server * The remote volume was mounted without errors, but when tried to access, got a "Transport endpoint .." With NORMAL level logging, the following message is printed (REPEATEDLY): [2009-06-17 17:50:01] W [fuse-bridge.c:395:fuse_entry_cbk] glusterfs-fuse: 6: LOOKUP() / => -1 (Transport endpoint is not connected) DEBUG level logging reveals more: [2009-06-17 17:49:56] D [client-protocol.c:5508:client_setvolume_cbk] share: failed to get 'process-uuid' from reply dictionary [2009-06-17 17:49:56] D [client-protocol.c:5514:client_setvolume_cbk] share: SETVOLUME on remote-host failed: Version mismatch: client(2.0.2) Vs server (2.0.0) Note that the log level is "D". The client does not error out once the mismatch has been detected.
PATCH: http://patches.gluster.com/patch/2379 in master (changed the log level of failure case in client_setvolume_cbk)