Gluster volume quota gltestn enable

gives the following output in quotad.log

what means

2015-01-07 12:01:56.559594] I [client-handshake.c:1677:select_server_supported_programs] 0-gltestn-client-0: Using Program GlusterFS 3.3, Num (1298437), Version (330)

In the log output.

Our glusterfs clients all have 3.5.2 glusterfs version.

Can someone help?



3.3 has to do with RPC identification. It is defined in rpc/rpc-lib/src/protocol-common.h:

#define GLUSTER_FOP_VERSION   330 /* 3.3.0 */

This is used for the client and server to determine that they actually know how to talk to each other, not what the release version of GlusterFS is.

At the time it was written, that informational message made sense. Since 3.3, however, that text is now unclear and should probably be changed to reflect what it really means.
_______________________________________________
Gluster-users mailing list
[email protected]
http://www.gluster.org/mailman/listinfo/gluster-users

Reply via email to