<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <blockquote cite="mid:829B21F2-647C-47DB-91C7-F219AF81E3C5@kit.edu"
      type="cite">
      <blockquote type="cite">
        <div>
          <div class="WordSection1">
            <p class="MsoNormal"><span lang="EN-US">Gluster volume quota
                gltestn enable <o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">gives the following
                output in quotad.log<o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">what means <o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">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)<o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">In the log output.<o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">Our glusterfs
                clients all have 3.5.2 glusterfs version.<o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US">Can someone help?<o:p></o:p></span></p>
            <p class="MsoNormal"><span lang="EN-US"><o:p></o:p></span><br>
            </p>
          </div>
        </div>
      </blockquote>
    </blockquote>
    <br>
    3.3 has to do with RPC identification. It is defined in
    rpc/rpc-lib/src/protocol-common.h:<br>
    <pre>#define GLUSTER_FOP_VERSION   330 /* 3.3.0 */
</pre>
    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.<br>
    <br>
    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.<br>
  </body>
</html>