Hide Forgot
Description of problem: Gluster 3.4 client reports it's version as 3.3: [2013-10-11 18:42:42.631280] I [client-handshake.c:1676:select_server_supported_programs] 0-vol1-client-0: Using Program GlusterFS 3.3, Num (1298437), Version (330) Version-Release number of selected component (if applicable): 2.1 How reproducible: Install gluster 3.4 client Mount a gluster volume Actual results: Logs say the client is 3.3 Expected results: Logs should reflect the correct version Additional info: glusterfs-libs-3.4.0.33rhs-1.el6rhs.x86_64 glusterfs-fuse-3.4.0.33rhs-1.el6rhs.x86_64 glusterfs-3.4.0.33rhs-1.el6rhs.x86_64
Hi Kevin, the message "Using Program GlusterFS 3.3, Num (1298437), Version (330)" informs the reader of the logfile about the RPC-program that is used: - name: GlusterFS 3.3 - number: 1298437 - version: 330 This is not the version of the package. glusterfs-3.4 did not introduce any changes to the RPC-protocol and therefore the version was not incremented. In order for binaries to cooperate with each other over the RPC protocol, both sides need to use the same program/version combination. The version of the packages are mentioned in each logfile. For example, a logfile that was written by a glusterfs native-client will contain something like this: Started running /usr/sbin/glusterfs version 3.4.0.33rhs From my understanding this message contains all the details you need. I will now close this as NOTABUG. You are free to reopen this in case you need more details. Niels